#EECA76

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

Shades of Marzipan #EECA76

Tints of Marzipan #EECA76

Color information

#EECA76 (or 0xEECA76) is unknown color: approx Marzipan. HEX triplet: EE, CA and 76. RGB value is (238,202,118). Sum of RGB (Red+Green+Blue) = 238+202+118=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA76 is #113589. Grayscale: #CBCBCB. Windows color (decimal): -1127818 or 7785198. OLE color: 7785198.

HSL color Cylindrical-coordinate representation of color #EECA76: hue angle of 42º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EECA76 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238202118-
CMYK00.150.500.07
HSL42º77.92%69.8%-
HSV(B)42º50.42%93.33%-
XYZ59.6561.7325.91-
YUV203.1979.93152.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 118 (46.48% from 255) = 21.15%
R=42.65%
G=36.20%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820211800.150.500.074277.9269.8
HexEECA760F3272a4e46
Octal35631216601762752116106
Binary111011101100101011101100111111001011110101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA76; }

 p { color: rgb(238,202,118); }

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

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

 a { background-color: rgb(238,202,118); }

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

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

 span { border-color: rgb(238,202,118); }

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