#EACC8C

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

Shades of Marzipan #EACC8C

Tints of Marzipan #EACC8C

Color information

#EACC8C (or 0xEACC8C) is unknown color: approx Marzipan. HEX triplet: EA, CC and 8C. RGB value is (234,204,140). Sum of RGB (Red+Green+Blue) = 234+204+140=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC8C is #153373. Grayscale: #CDCDCD. Windows color (decimal): -1389428 or 9227498. OLE color: 9227498.

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

Color convert

RGB234204140-
CMYK00.130.400.08
HSL40.85º69.12%73.33%-
HSV(B)40.85º40.17%91.76%-
XYZ60.2662.5733.71-
YUV205.6790.94148.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 140 (55.08% from 255) = 24.22%
R=40.48%
G=35.29%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420414000.130.400.0840.8569.1273.33
HexEACC8C0D288294549
Octal352314214015501051105111
Binary11101010110011001000110001101101000100010100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC8C; }

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

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

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

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

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

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

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

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