#EAC077

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

Shades of Marzipan #EAC077

Tints of Marzipan #EAC077

Color information

#EAC077 (or 0xEAC077) is unknown color: approx Marzipan. HEX triplet: EA, C0 and 77. RGB value is (234,192,119). Sum of RGB (Red+Green+Blue) = 234+192+119=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC077 is #153F88. Grayscale: #C4C4C4. Windows color (decimal): -1392521 or 7848170. OLE color: 7848170.

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

Color convert

RGB234192119-
CMYK00.180.490.08
HSL38.09º73.25%69.22%-
HSV(B)38.09º49.15%91.76%-
XYZ56.1156.5225.41-
YUV196.2484.41154.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=42.94%
G=35.23%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419211900.180.490.0838.0973.2569.22
HexEAC077012318264945
Octal352300167022611046111105
Binary11101010110000001110111010010110001100010011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC077; }

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

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

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

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

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

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

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

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