#eac67c

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

Shades of Marzipan #EAC67C

Tints of Marzipan #EAC67C

Color information

#EAC67C (or 0xEAC67C) is unknown color: approx Marzipan. HEX triplet: EA, C6 and 7C. RGB value is (234,198,124). Sum of RGB (Red+Green+Blue) = 234+198+124=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC67C is #153983. Grayscale: #C8C8C8. Windows color (decimal): -1390980 or 8177386. OLE color: 8177386.

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

Color convert

RGB234198124-
CMYK00.150.470.08
HSL40.36º72.37%70.2%-
HSV(B)40.36º47.01%91.76%-
XYZ57.7659.3427.48-
YUV200.3384.93152.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 124 (48.83% from 255) = 22.30%
R=42.09%
G=35.61%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419812400.150.470.0840.3672.3770.2
HexEAC67C0F2F8284846
Octal352306174017571050110106
Binary1110101011000110111110001111101111100010100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac67c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac67c; }

 p { color: rgb(234,198,124); }

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

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

 a { background-color: rgb(234,198,124); }

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

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

 span { border-color: rgb(234,198,124); }

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