#EACE8C

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

Shades of Marzipan #EACE8C

Tints of Marzipan #EACE8C

Color information

#EACE8C (or 0xEACE8C) is unknown color: approx Marzipan. HEX triplet: EA, CE and 8C. RGB value is (234,206,140). Sum of RGB (Red+Green+Blue) = 234+206+140=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE8C is #153173. Grayscale: #CFCFCF. Windows color (decimal): -1388916 or 9228010. OLE color: 9228010.

HSL color Cylindrical-coordinate representation of color #EACE8C: hue angle of 42.13º 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 #EACE8C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234206140-
CMYK00.120.400.08
HSL42.13º69.12%73.33%-
HSV(B)42.13º40.17%91.76%-
XYZ60.7463.5333.87-
YUV206.8590.28147.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=40.34%
G=35.52%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420614000.120.400.0842.1369.1273.33
HexEACE8C0C2882a4549
Octal352316214014501052105111
Binary11101010110011101000110001100101000100010101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACE8C; }

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

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

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

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

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

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

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

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