Shades of Marzipan #EAC87E
Tints of Marzipan #EAC87E
RGB
CMYK
RGB Variations
Color information
#EAC87E (or 0xEAC87E) is known color: Marzipan. HEX triplet: EA, C8 and 7E. RGB value is (234,200,126). Sum of RGB (Red+Green+Blue) = 234+200+126=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC87E is #153781. Grayscale: #CACACA. Windows color (decimal): -1390466 or 8308970. OLE color: 8308970.
HSL color Cylindrical-coordinate representation of color #EAC87E: hue angle of 41.11º 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 #EAC87E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 126 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.08 |
| HSL | 41.11º | 0.72% | 0.71% | - |
| HSV(B) | 41.11º | 0.46% | 0.92% | - |
| XYZ | 58.35 | 60.31 | 28.3 | - |
| YUV | 201.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 126 | 0 | 0.15 | 0.46 | 0.08 | 41.11 | 0.72 | 0.71 |
| Hex | EA | C8 | 7E | 0 | F | 2E | 8 | 29 | 48 | 47 |
| Octal | 352 | 310 | 176 | 0 | 17 | 56 | 10 | 51 | 110 | 107 |
| Binary | 11101010 | 11001000 | 1111110 | 0 | 1111 | 101110 | 1000 | 101001 | 1001000 | 1000111 |
Color Harmonies of #EAC87E
Complementary color
Monochromatic Colors of #EAC87E
Black with #EAC87E
Text Example
Text Example
White with #EAC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC87E; }
p { color: rgb(234,200,126); }
H1.HeaderClassName
{
color: #EAC87E;
}
.AnyTagClassName
{
color: #EAC87E;
}
</style>
background-color css
<style>
a { background-color: #EAC87E; }
a { background-color: rgb(234,200,126); }
div.DivClassName
{
background-color: #EAC87E;
}
.BgClassName
{
background-color: #EAC87E;
}
</style>
border-color css
<style>
span { border-color: #EAC87E; }
span { border-color: rgb(234,200,126); }
td.TdClassName
{
border-color: #EAC87E;
}
.TagClassName
{
border-color: #EAC87E;
}
</style>