Shades of Marzipan #EAC876
Tints of Marzipan #EAC876
RGB
CMYK
RGB Variations
Color information
#EAC876 (or 0xEAC876) is known color: Marzipan. HEX triplet: EA, C8 and 76. RGB value is (234,200,118). Sum of RGB (Red+Green+Blue) = 234+200+118=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC876 is #153789. Grayscale: #C9C9C9. Windows color (decimal): -1390474 or 7784682. OLE color: 7784682.
HSL color Cylindrical-coordinate representation of color #EAC876: hue angle of 42.41º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC876 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 118 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.08 |
| HSL | 42.41º | 0.73% | 0.69% | - |
| HSV(B) | 42.41º | 0.5% | 0.92% | - |
| XYZ | 57.86 | 60.11 | 25.69 | - |
| YUV | 200.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 118 | 0 | 0.15 | 0.50 | 0.08 | 42.41 | 0.73 | 0.69 |
| Hex | EA | C8 | 76 | 0 | F | 32 | 8 | 2A | 49 | 45 |
| Octal | 352 | 310 | 166 | 0 | 17 | 62 | 10 | 52 | 111 | 105 |
| Binary | 11101010 | 11001000 | 1110110 | 0 | 1111 | 110010 | 1000 | 101010 | 1001001 | 1000101 |
Color Harmonies of #EAC876
Complementary color
Monochromatic Colors of #EAC876
Black with #EAC876
Text Example
Text Example
White with #EAC876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC876; }
p { color: rgb(234,200,118); }
H1.HeaderClassName
{
color: #EAC876;
}
.AnyTagClassName
{
color: #EAC876;
}
</style>
background-color css
<style>
a { background-color: #EAC876; }
a { background-color: rgb(234,200,118); }
div.DivClassName
{
background-color: #EAC876;
}
.BgClassName
{
background-color: #EAC876;
}
</style>
border-color css
<style>
span { border-color: #EAC876; }
span { border-color: rgb(234,200,118); }
td.TdClassName
{
border-color: #EAC876;
}
.TagClassName
{
border-color: #EAC876;
}
</style>