#EAC889

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

Shades of Marzipan #EAC889

Tints of Marzipan #EAC889

Color information

#EAC889 (or 0xEAC889) is unknown color: approx Marzipan. HEX triplet: EA, C8 and 89. RGB value is (234,200,137). Sum of RGB (Red+Green+Blue) = 234+200+137=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC889 is #153776. Grayscale: #CBCBCB. Windows color (decimal): -1390455 or 9029866. OLE color: 9029866.

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

Color convert

RGB234200137-
CMYK00.150.410.08
HSL38.97º69.78%72.75%-
HSV(B)38.97º41.45%91.76%-
XYZ59.160.6132.25-
YUV202.9890.76150.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 137 (53.91% from 255) = 23.99%
R=40.98%
G=35.03%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420013700.150.410.0838.9769.7872.75
HexEAC8890F298274649
Octal352310211017511047106111
Binary11101010110010001000100101111101001100010011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC889; }

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

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

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

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

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

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

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

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