#EAC379

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

Shades of Marzipan #EAC379

Tints of Marzipan #EAC379

Color information

#EAC379 (or 0xEAC379) is unknown color: approx Marzipan. HEX triplet: EA, C3 and 79. RGB value is (234,195,121). Sum of RGB (Red+Green+Blue) = 234+195+121=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC379 is #153C86. Grayscale: #C6C6C6. Windows color (decimal): -1391751 or 7980010. OLE color: 7980010.

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

Color convert

RGB234195121-
CMYK00.170.480.08
HSL39.29º72.9%69.61%-
HSV(B)39.29º48.29%91.76%-
XYZ56.957.926.27-
YUV198.2284.42153.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 121 (47.66% from 255) = 22%
R=42.55%
G=35.45%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419512100.170.480.0839.2972.969.61
HexEAC379011308274946
Octal352303171021601047111106
Binary11101010110000111111001010001110000100010011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC379; }

 p { color: rgb(234,195,121); }

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

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

 a { background-color: rgb(234,195,121); }

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

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

 span { border-color: rgb(234,195,121); }

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