Shades of Marzipan #EAC875
Tints of Marzipan #EAC875
RGB
CMYK
RGB Variations
Color information
#EAC875 (or 0xEAC875) is known color: Marzipan. HEX triplet: EA, C8 and 75. RGB value is (234,200,117). Sum of RGB (Red+Green+Blue) = 234+200+117=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC875 is #15378A. Grayscale: #C9C9C9. Windows color (decimal): -1390475 or 7719146. OLE color: 7719146.
HSL color Cylindrical-coordinate representation of color #EAC875: hue angle of 42.56º degrees, saturation: 0.74, 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 #EAC875 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 117 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.08 |
| HSL | 42.56º | 0.74% | 0.69% | - |
| HSV(B) | 42.56º | 0.5% | 0.92% | - |
| XYZ | 57.8 | 60.09 | 25.38 | - |
| YUV | 200.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 117 | 0 | 0.15 | 0.5 | 0.08 | 42.56 | 0.74 | 0.69 |
| Hex | EA | C8 | 75 | 0 | F | 32 | 8 | 2B | 4A | 45 |
| Octal | 352 | 310 | 165 | 0 | 17 | 62 | 10 | 53 | 112 | 105 |
| Binary | 11101010 | 11001000 | 1110101 | 0 | 1111 | 110010 | 1000 | 101011 | 1001010 | 1000101 |
Color Harmonies of #EAC875
Complementary color
Monochromatic Colors of #EAC875
Black with #EAC875
Text Example
Text Example
White with #EAC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC875; }
p { color: rgb(234,200,117); }
H1.HeaderClassName
{
color: #EAC875;
}
.AnyTagClassName
{
color: #EAC875;
}
</style>
background-color css
<style>
a { background-color: #EAC875; }
a { background-color: rgb(234,200,117); }
div.DivClassName
{
background-color: #EAC875;
}
.BgClassName
{
background-color: #EAC875;
}
</style>
border-color css
<style>
span { border-color: #EAC875; }
span { border-color: rgb(234,200,117); }
td.TdClassName
{
border-color: #EAC875;
}
.TagClassName
{
border-color: #EAC875;
}
</style>