#EECB85

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

Shades of Marzipan #EECB85

Tints of Marzipan #EECB85

Color information

#EECB85 (or 0xEECB85) is unknown color: approx Marzipan. HEX triplet: EE, CB and 85. RGB value is (238,203,133). Sum of RGB (Red+Green+Blue) = 238+203+133=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB85 is #11347A. Grayscale: #CDCDCD. Windows color (decimal): -1127547 or 8768494. OLE color: 8768494.

HSL color Cylindrical-coordinate representation of color #EECB85: hue angle of 40º degrees, saturation: 0.76, 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 #EECB85 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238203133-
CMYK00.150.440.07
HSL40º75.54%72.75%-
HSV(B)40º44.12%93.33%-
XYZ60.8562.5831.06-
YUV205.4887.1151.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.46%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 133 (52.34% from 255) = 23.17%
R=41.46%
G=35.37%
B=23.17%

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
Decimal23820313300.150.440.074075.5472.75
HexEECB850F2C7284c49
Octal35631320501754750114111
Binary1110111011001011100001010111110110011110100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECB85; }

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

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

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

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

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

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

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

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