Shades of Marzipan #EAC77E
Tints of Marzipan #EAC77E
RGB
CMYK
RGB Variations
Color information
#EAC77E (or 0xEAC77E) is known color: Marzipan. HEX triplet: EA, C7 and 7E. RGB value is (234,199,126). Sum of RGB (Red+Green+Blue) = 234+199+126=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC77E is #153881. Grayscale: #C9C9C9. Windows color (decimal): -1390722 or 8308714. OLE color: 8308714.
HSL color Cylindrical-coordinate representation of color #EAC77E: hue angle of 40.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAC77E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 126 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.08 |
| HSL | 40.56º | 0.72% | 0.71% | - |
| HSV(B) | 40.56º | 0.46% | 0.92% | - |
| XYZ | 58.12 | 59.85 | 28.23 | - |
| YUV | 201.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 126 | 0 | 0.15 | 0.46 | 0.08 | 40.56 | 0.72 | 0.71 |
| Hex | EA | C7 | 7E | 0 | F | 2E | 8 | 29 | 48 | 47 |
| Octal | 352 | 307 | 176 | 0 | 17 | 56 | 10 | 51 | 110 | 107 |
| Binary | 11101010 | 11000111 | 1111110 | 0 | 1111 | 101110 | 1000 | 101001 | 1001000 | 1000111 |
Color Harmonies of #EAC77E
Complementary color
Monochromatic Colors of #EAC77E
Black with #EAC77E
Text Example
Text Example
White with #EAC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC77E; }
p { color: rgb(234,199,126); }
H1.HeaderClassName
{
color: #EAC77E;
}
.AnyTagClassName
{
color: #EAC77E;
}
</style>
background-color css
<style>
a { background-color: #EAC77E; }
a { background-color: rgb(234,199,126); }
div.DivClassName
{
background-color: #EAC77E;
}
.BgClassName
{
background-color: #EAC77E;
}
</style>
border-color css
<style>
span { border-color: #EAC77E; }
span { border-color: rgb(234,199,126); }
td.TdClassName
{
border-color: #EAC77E;
}
.TagClassName
{
border-color: #EAC77E;
}
</style>