#EACD87

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

Shades of Marzipan #EACD87

Tints of Marzipan #EACD87

Color information

#EACD87 (or 0xEACD87) is unknown color: approx Marzipan. HEX triplet: EA, CD and 87. RGB value is (234,205,135). Sum of RGB (Red+Green+Blue) = 234+205+135=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD87 is #153278. Grayscale: #CDCDCD. Windows color (decimal): -1389177 or 8900074. OLE color: 8900074.

HSL color Cylindrical-coordinate representation of color #EACD87: hue angle of 42.42º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EACD87 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234205135-
CMYK00.120.420.08
HSL42.42º70.21%72.35%-
HSV(B)42.42º42.31%91.76%-
XYZ60.1462.931.89-
YUV205.6988.11148.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 135 (53.12% from 255) = 23.52%
R=40.77%
G=35.71%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420513500.120.420.0842.4270.2172.35
HexEACD870C2A82a4648
Octal352315207014521052106110
Binary11101010110011011000011101100101010100010101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD87; }

 p { color: rgb(234,205,135); }

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

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

 a { background-color: rgb(234,205,135); }

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

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

 span { border-color: rgb(234,205,135); }

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