#EACC84

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

Shades of Marzipan #EACC84

Tints of Marzipan #EACC84

Color information

#EACC84 (or 0xEACC84) is unknown color: approx Marzipan. HEX triplet: EA, CC and 84. RGB value is (234,204,132). Sum of RGB (Red+Green+Blue) = 234+204+132=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC84 is #15337B. Grayscale: #CDCDCD. Windows color (decimal): -1389436 or 8703210. OLE color: 8703210.

HSL color Cylindrical-coordinate representation of color #EACC84: hue angle of 42.35º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EACC84 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234204132-
CMYK00.130.440.08
HSL42.35º70.83%71.76%-
HSV(B)42.35º43.59%91.76%-
XYZ59.6962.3430.72-
YUV204.7686.94148.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 132 (51.95% from 255) = 23.16%
R=41.05%
G=35.79%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420413200.130.440.0842.3570.8371.76
HexEACC840D2C82a4748
Octal352314204015541052107110
Binary11101010110011001000010001101101100100010101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC84; }

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

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

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

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

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

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

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

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