#EAC888

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

Shades of Marzipan #EAC888

Tints of Marzipan #EAC888

Color information

#EAC888 (or 0xEAC888) is unknown color: approx Marzipan. HEX triplet: EA, C8 and 88. RGB value is (234,200,136). Sum of RGB (Red+Green+Blue) = 234+200+136=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC888 is #153777. Grayscale: #CBCBCB. Windows color (decimal): -1390456 or 8964330. OLE color: 8964330.

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

Color convert

RGB234200136-
CMYK00.150.420.08
HSL39.18º70%72.55%-
HSV(B)39.18º41.88%91.76%-
XYZ59.0360.5831.87-
YUV202.8790.26150.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 136 (53.52% from 255) = 23.86%
R=41.05%
G=35.09%
B=23.86%

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
Decimal23420013600.150.420.0839.187072.55
HexEAC8880F2A8274649
Octal352310210017521047106111
Binary11101010110010001000100001111101010100010011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC888; }

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

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

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

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

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

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

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

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