#EACA77

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

Shades of Marzipan #EACA77

Tints of Marzipan #EACA77

Color information

#EACA77 (or 0xEACA77) is unknown color: approx Marzipan. HEX triplet: EA, CA and 77. RGB value is (234,202,119). Sum of RGB (Red+Green+Blue) = 234+202+119=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA77 is #153588. Grayscale: #CACACA. Windows color (decimal): -1389961 or 7850730. OLE color: 7850730.

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

Color convert

RGB234202119-
CMYK00.140.490.08
HSL43.3º73.25%69.22%-
HSV(B)43.3º49.15%91.76%-
XYZ58.3861.0726.16-
YUV202.1181.1150.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 119 (46.88% from 255) = 21.44%
R=42.16%
G=36.40%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420211900.140.490.0843.373.2569.22
HexEACA770E3182b4945
Octal352312167016611053111105
Binary1110101011001010111011101110110001100010101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA77; }

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

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

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

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

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

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

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

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