#EAC179

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

Shades of Marzipan #EAC179

Tints of Marzipan #EAC179

Color information

#EAC179 (or 0xEAC179) is unknown color: approx Marzipan. HEX triplet: EA, C1 and 79. RGB value is (234,193,121). Sum of RGB (Red+Green+Blue) = 234+193+121=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC179 is #153E86. Grayscale: #C5C5C5. Windows color (decimal): -1392263 or 7979498. OLE color: 7979498.

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

Color convert

RGB234193121-
CMYK00.180.480.08
HSL38.23º72.9%69.61%-
HSV(B)38.23º48.29%91.76%-
XYZ56.4557.0126.12-
YUV197.0585.08154.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 121 (47.66% from 255) = 22.08%
R=42.70%
G=35.22%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419312100.180.480.0838.2372.969.61
HexEAC179012308264946
Octal352301171022601046111106
Binary11101010110000011111001010010110000100010011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC179; }

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

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

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

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

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

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

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

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