Shades of Marzipan #EAC87F
Tints of Marzipan #EAC87F
RGB
CMYK
RGB Variations
Color information
#EAC87F (or 0xEAC87F) is known color: Marzipan. HEX triplet: EA, C8 and 7F. RGB value is (234,200,127). Sum of RGB (Red+Green+Blue) = 234+200+127=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC87F is #153780. Grayscale: #CACACA. Windows color (decimal): -1390465 or 8374506. OLE color: 8374506.
HSL color Cylindrical-coordinate representation of color #EAC87F: hue angle of 40.93º 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 #EAC87F is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 127 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.08 |
| HSL | 40.93º | 0.72% | 0.71% | - |
| HSV(B) | 40.93º | 0.46% | 0.92% | - |
| XYZ | 58.42 | 60.33 | 28.65 | - |
| YUV | 201.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 127 | 0 | 0.15 | 0.46 | 0.08 | 40.93 | 0.72 | 0.71 |
| Hex | EA | C8 | 7F | 0 | F | 2E | 8 | 29 | 48 | 47 |
| Octal | 352 | 310 | 177 | 0 | 17 | 56 | 10 | 51 | 110 | 107 |
| Binary | 11101010 | 11001000 | 1111111 | 0 | 1111 | 101110 | 1000 | 101001 | 1001000 | 1000111 |
Color Harmonies of #EAC87F
Complementary color
Monochromatic Colors of #EAC87F
Black with #EAC87F
Text Example
Text Example
White with #EAC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC87F; }
p { color: rgb(234,200,127); }
H1.HeaderClassName
{
color: #EAC87F;
}
.AnyTagClassName
{
color: #EAC87F;
}
</style>
background-color css
<style>
a { background-color: #EAC87F; }
a { background-color: rgb(234,200,127); }
div.DivClassName
{
background-color: #EAC87F;
}
.BgClassName
{
background-color: #EAC87F;
}
</style>
border-color css
<style>
span { border-color: #EAC87F; }
span { border-color: rgb(234,200,127); }
td.TdClassName
{
border-color: #EAC87F;
}
.TagClassName
{
border-color: #EAC87F;
}
</style>