#EACC77

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

Shades of Marzipan #EACC77

Tints of Marzipan #EACC77

Color information

#EACC77 (or 0xEACC77) is unknown color: approx Marzipan. HEX triplet: EA, CC and 77. RGB value is (234,204,119). Sum of RGB (Red+Green+Blue) = 234+204+119=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC77 is #153388. Grayscale: #CBCBCB. Windows color (decimal): -1389449 or 7851242. OLE color: 7851242.

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

Color convert

RGB234204119-
CMYK00.130.490.08
HSL44.35º73.25%69.22%-
HSV(B)44.35º49.15%91.76%-
XYZ58.8562.0126.32-
YUV203.2880.44149.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 119 (46.88% from 255) = 21.36%
R=42.01%
G=36.62%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420411900.130.490.0844.3573.2569.22
HexEACC770D3182c4945
Octal352314167015611054111105
Binary1110101011001100111011101101110001100010110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC77; }

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

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

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

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

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

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

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

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