#EACC88

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

Shades of Marzipan #EACC88

Tints of Marzipan #EACC88

Color information

#EACC88 (or 0xEACC88) is unknown color: approx Marzipan. HEX triplet: EA, CC and 88. RGB value is (234,204,136). Sum of RGB (Red+Green+Blue) = 234+204+136=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC88 is #153377. Grayscale: #CDCDCD. Windows color (decimal): -1389432 or 8965354. OLE color: 8965354.

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

Color convert

RGB234204136-
CMYK00.130.420.08
HSL41.63º70%72.55%-
HSV(B)41.63º41.88%91.76%-
XYZ59.9762.4632.19-
YUV205.2288.94148.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 136 (53.52% from 255) = 23.69%
R=40.77%
G=35.54%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420413600.130.420.0841.637072.55
HexEACC880D2A82a4649
Octal352314210015521052106111
Binary11101010110011001000100001101101010100010101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC88; }

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

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

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

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

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

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

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

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