#EAC786

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

Shades of Marzipan #EAC786

Tints of Marzipan #EAC786

Color information

#EAC786 (or 0xEAC786) is unknown color: approx Marzipan. HEX triplet: EA, C7 and 86. RGB value is (234,199,134). Sum of RGB (Red+Green+Blue) = 234+199+134=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC786 is #153879. Grayscale: #CACACA. Windows color (decimal): -1390714 or 8833002. OLE color: 8833002.

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

Color convert

RGB234199134-
CMYK00.150.430.08
HSL39º70.42%72.16%-
HSV(B)39º42.74%91.76%-
XYZ58.6660.0631.06-
YUV202.0689.6150.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=41.27%
G=35.10%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419913400.150.430.083970.4272.16
HexEAC7860F2B8274648
Octal352307206017531047106110
Binary11101010110001111000011001111101011100010011110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC786; }

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

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

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

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

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

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

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

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