#EAC776

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

Shades of Marzipan #EAC776

Tints of Marzipan #EAC776

Color information

#EAC776 (or 0xEAC776) is unknown color: approx Marzipan. HEX triplet: EA, C7 and 76. RGB value is (234,199,118). Sum of RGB (Red+Green+Blue) = 234+199+118=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC776 is #153889. Grayscale: #C8C8C8. Windows color (decimal): -1390730 or 7784426. OLE color: 7784426.

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

Color convert

RGB234199118-
CMYK00.150.500.08
HSL41.9º73.42%69.02%-
HSV(B)41.9º49.57%91.76%-
XYZ57.6359.6525.62-
YUV200.2381.6152.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 199 (78.12% from 255) = 36.12%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=42.47%
G=36.12%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419911800.150.500.0841.973.4269.02
HexEAC7760F3282a4945
Octal352307166017621052111105
Binary1110101011000111111011001111110010100010101010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC776; }

 p { color: rgb(234,199,118); }

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

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

 a { background-color: rgb(234,199,118); }

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

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

 span { border-color: rgb(234,199,118); }

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