#EECA8B

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

Shades of Marzipan #EECA8B

Tints of Marzipan #EECA8B

Color information

#EECA8B (or 0xEECA8B) is unknown color: approx Marzipan. HEX triplet: EE, CA and 8B. RGB value is (238,202,139). Sum of RGB (Red+Green+Blue) = 238+202+139=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA8B is #113574. Grayscale: #CDCDCD. Windows color (decimal): -1127797 or 9161454. OLE color: 9161454.

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

Color convert

RGB238202139-
CMYK00.150.420.07
HSL38.18º74.44%73.92%-
HSV(B)38.18º41.6%93.33%-
XYZ61.0462.2833.23-
YUV205.5890.43151.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.11%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 139 (54.69% from 255) = 24.01%
R=41.11%
G=34.89%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820213900.150.420.0738.1874.4473.92
HexEECA8B0F2A7264a4a
Octal35631221301752746112112
Binary1110111011001010100010110111110101011110011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA8B; }

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

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

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

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

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

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

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

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