Shades of Marzipan #EAC975
Tints of Marzipan #EAC975
RGB
CMYK
RGB Variations
Color information
#EAC975 (or 0xEAC975) is known color: Marzipan. HEX triplet: EA, C9 and 75. RGB value is (234,201,117). Sum of RGB (Red+Green+Blue) = 234+201+117=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC975 is #15368A. Grayscale: #C9C9C9. Windows color (decimal): -1390219 or 7719402. OLE color: 7719402.
HSL color Cylindrical-coordinate representation of color #EAC975: hue angle of 43.08º 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 #EAC975 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 117 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.08 |
| HSL | 43.08º | 0.74% | 0.69% | - |
| HSV(B) | 43.08º | 0.5% | 0.92% | - |
| XYZ | 58.03 | 60.55 | 25.46 | - |
| YUV | 201.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 117 | 0 | 0.14 | 0.5 | 0.08 | 43.08 | 0.74 | 0.69 |
| Hex | EA | C9 | 75 | 0 | E | 32 | 8 | 2B | 4A | 45 |
| Octal | 352 | 311 | 165 | 0 | 16 | 62 | 10 | 53 | 112 | 105 |
| Binary | 11101010 | 11001001 | 1110101 | 0 | 1110 | 110010 | 1000 | 101011 | 1001010 | 1000101 |
Color Harmonies of #EAC975
Complementary color
Monochromatic Colors of #EAC975
Black with #EAC975
Text Example
Text Example
White with #EAC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC975; }
p { color: rgb(234,201,117); }
H1.HeaderClassName
{
color: #EAC975;
}
.AnyTagClassName
{
color: #EAC975;
}
</style>
background-color css
<style>
a { background-color: #EAC975; }
a { background-color: rgb(234,201,117); }
div.DivClassName
{
background-color: #EAC975;
}
.BgClassName
{
background-color: #EAC975;
}
</style>
border-color css
<style>
span { border-color: #EAC975; }
span { border-color: rgb(234,201,117); }
td.TdClassName
{
border-color: #EAC975;
}
.TagClassName
{
border-color: #EAC975;
}
</style>