#EAC989

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

Shades of Marzipan #EAC989

Tints of Marzipan #EAC989

Color information

#EAC989 (or 0xEAC989) is unknown color: approx Marzipan. HEX triplet: EA, C9 and 89. RGB value is (234,201,137). Sum of RGB (Red+Green+Blue) = 234+201+137=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC989 is #153676. Grayscale: #CBCBCB. Windows color (decimal): -1390199 or 9030122. OLE color: 9030122.

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

Color convert

RGB234201137-
CMYK00.140.410.08
HSL39.59º69.78%72.75%-
HSV(B)39.59º41.45%91.76%-
XYZ59.3361.0732.33-
YUV203.5790.43149.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 201 (78.91% from 255) = 35.14%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=40.91%
G=35.14%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420113700.140.410.0839.5969.7872.75
HexEAC9890E298284649
Octal352311211016511050106111
Binary11101010110010011000100101110101001100010100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC989; }

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

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

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

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

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

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

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

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