#EACA8C

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

Shades of Marzipan #EACA8C

Tints of Marzipan #EACA8C

Color information

#EACA8C (or 0xEACA8C) is unknown color: approx Marzipan. HEX triplet: EA, CA and 8C. RGB value is (234,202,140). Sum of RGB (Red+Green+Blue) = 234+202+140=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA8C is #153573. Grayscale: #CCCCCC. Windows color (decimal): -1389940 or 9226986. OLE color: 9226986.

HSL color Cylindrical-coordinate representation of color #EACA8C: hue angle of 39.57º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACA8C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234202140-
CMYK00.140.400.08
HSL39.57º69.12%73.33%-
HSV(B)39.57º40.17%91.76%-
XYZ59.7961.6333.56-
YUV204.591.6149.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 140 (55.08% from 255) = 24.31%
R=40.62%
G=35.07%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420214000.140.400.0839.5769.1273.33
HexEACA8C0E288284549
Octal352312214016501050105111
Binary11101010110010101000110001110101000100010100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA8C; }

 p { color: rgb(234,202,140); }

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

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

 a { background-color: rgb(234,202,140); }

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

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

 span { border-color: rgb(234,202,140); }

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