#EAC887

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

Shades of Marzipan #EAC887

Tints of Marzipan #EAC887

Color information

#EAC887 (or 0xEAC887) is unknown color: approx Marzipan. HEX triplet: EA, C8 and 87. RGB value is (234,200,135). Sum of RGB (Red+Green+Blue) = 234+200+135=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC887 is #153778. Grayscale: #CBCBCB. Windows color (decimal): -1390457 or 8898794. OLE color: 8898794.

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

Color convert

RGB234200135-
CMYK00.150.420.08
HSL39.39º70.21%72.35%-
HSV(B)39.39º42.31%91.76%-
XYZ58.9660.5531.5-
YUV202.7689.76150.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 200 (78.52% from 255) = 35.15%
BLUE value IS 135 (53.12% from 255) = 23.73%
R=41.12%
G=35.15%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420013500.150.420.0839.3970.2172.35
HexEAC8870F2A8274648
Octal352310207017521047106110
Binary11101010110010001000011101111101010100010011110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC887; }

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

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

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

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

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

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

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

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