#EECC8A

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

Shades of Marzipan #EECC8A

Tints of Marzipan #EECC8A

Color information

#EECC8A (or 0xEECC8A) is unknown color: approx Marzipan. HEX triplet: EE, CC and 8A. RGB value is (238,204,138). Sum of RGB (Red+Green+Blue) = 238+204+138=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECC8A is #113375. Grayscale: #CECECE. Windows color (decimal): -1127286 or 9096430. OLE color: 9096430.

HSL color Cylindrical-coordinate representation of color #EECC8A: hue angle of 39.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EECC8A is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238204138-
CMYK00.140.420.07
HSL39.6º74.63%73.73%-
HSV(B)39.6º42.02%93.33%-
XYZ61.4463.233-
YUV206.6489.26150.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 138 (54.30% from 255) = 23.79%
R=41.03%
G=35.17%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820413800.140.420.0739.674.6373.73
HexEECC8A0E2A7284b4a
Octal35631421201652750113112
Binary1110111011001100100010100111010101011110100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECC8A; }

 p { color: rgb(238,204,138); }

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

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

 a { background-color: rgb(238,204,138); }

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

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

 span { border-color: rgb(238,204,138); }

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