#EED15E

Color #EED15E Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EED15E

Tints of Portica #EED15E

Color information

#EED15E (or 0xEED15E) is unknown color: approx Portica. HEX triplet: EE, D1 and 5E. RGB value is (238,209,94). Sum of RGB (Red+Green+Blue) = 238+209+94=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EED15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED15E is #112EA1. Grayscale: #CDCDCD. Windows color (decimal): -1126050 or 6214126. OLE color: 6214126.

HSL color Cylindrical-coordinate representation of color #EED15E: hue angle of 47.92º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EED15E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23820994-
CMYK00.120.610.07
HSL47.92º80.9%65.1%-
HSV(B)47.92º60.5%93.33%-
XYZ60.0864.5919.89-
YUV204.5665.61151.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 94 (37.11% from 255) = 17.38%
R=43.99%
G=38.63%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382099400.120.610.0747.9280.965.1
HexEED15E0C3D7305141
Octal35632113601475760121101
Binary111011101101000110111100110011110111111000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED15E; }

 p { color: rgb(238,209,94); }

 H1.HeaderClassName
 {
   color: #EED15E;
 }
 .AnyTagClassName
 {
   color: #EED15E;
 }
</style>
background-color css

<style>
 a { background-color: #EED15E; }

 a { background-color: rgb(238,209,94); }

 div.DivClassName
 {
   background-color: #EED15E;
 }
 .BgClassName
 {
   background-color: #EED15E;
 }
</style>
border-color css

<style>
 span { border-color: #EED15E; }

 span { border-color: rgb(238,209,94); }

 td.TdClassName
 {
   border-color: #EED15E;
 }
 .TagClassName
 {
   border-color: #EED15E;
 }
</style>