#EECB86

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

Shades of Marzipan #EECB86

Tints of Marzipan #EECB86

Color information

#EECB86 (or 0xEECB86) is unknown color: approx Marzipan. HEX triplet: EE, CB and 86. RGB value is (238,203,134). Sum of RGB (Red+Green+Blue) = 238+203+134=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB86 is #113479. Grayscale: #CDCDCD. Windows color (decimal): -1127546 or 8834030. OLE color: 8834030.

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

Color convert

RGB238203134-
CMYK00.150.440.07
HSL39.81º75.36%72.94%-
HSV(B)39.81º43.7%93.33%-
XYZ60.9262.6131.43-
YUV205.687.6151.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=41.39%
G=35.30%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820313400.150.440.0739.8175.3672.94
HexEECB860F2C7284b49
Octal35631320601754750113111
Binary1110111011001011100001100111110110011110100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECB86; }

 p { color: rgb(238,203,134); }

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

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

 a { background-color: rgb(238,203,134); }

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

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

 span { border-color: rgb(238,203,134); }

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