#EAC780

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

Shades of Marzipan #EAC780

Tints of Marzipan #EAC780

Color information

#EAC780 (or 0xEAC780) is unknown color: approx Marzipan. HEX triplet: EA, C7 and 80. RGB value is (234,199,128). Sum of RGB (Red+Green+Blue) = 234+199+128=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC780 is #15387F. Grayscale: #C9C9C9. Windows color (decimal): -1390720 or 8439786. OLE color: 8439786.

HSL color Cylindrical-coordinate representation of color #EAC780: hue angle of 40.19º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAC780 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234199128-
CMYK00.150.450.08
HSL40.19º71.62%70.98%-
HSV(B)40.19º45.3%91.76%-
XYZ58.2559.928.91-
YUV201.3786.6151.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=41.71%
G=35.47%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419912800.150.450.0840.1971.6270.98
HexEAC7800F2D8284847
Octal352307200017551050110107
Binary11101010110001111000000001111101101100010100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC780; }

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

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

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

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

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

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

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

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