Shades of Marzipan #EAC982
Tints of Marzipan #EAC982
RGB
CMYK
RGB Variations
Color information
#EAC982 (or 0xEAC982) is known color: Marzipan. HEX triplet: EA, C9 and 82. RGB value is (234,201,130). Sum of RGB (Red+Green+Blue) = 234+201+130=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC982 is #15367D. Grayscale: #CBCBCB. Windows color (decimal): -1390206 or 8571370. OLE color: 8571370.
HSL color Cylindrical-coordinate representation of color #EAC982: hue angle of 40.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAC982 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 130 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.08 |
| HSL | 40.96º | 0.71% | 0.71% | - |
| HSV(B) | 40.96º | 0.44% | 0.92% | - |
| XYZ | 58.85 | 60.88 | 29.77 | - |
| YUV | 202.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 130 | 0 | 0.14 | 0.44 | 0.08 | 40.96 | 0.71 | 0.71 |
| Hex | EA | C9 | 82 | 0 | E | 2C | 8 | 29 | 47 | 47 |
| Octal | 352 | 311 | 202 | 0 | 16 | 54 | 10 | 51 | 107 | 107 |
| Binary | 11101010 | 11001001 | 10000010 | 0 | 1110 | 101100 | 1000 | 101001 | 1000111 | 1000111 |
Color Harmonies of #EAC982
Complementary color
Monochromatic Colors of #EAC982
Black with #EAC982
Text Example
Text Example
White with #EAC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC982; }
p { color: rgb(234,201,130); }
H1.HeaderClassName
{
color: #EAC982;
}
.AnyTagClassName
{
color: #EAC982;
}
</style>
background-color css
<style>
a { background-color: #EAC982; }
a { background-color: rgb(234,201,130); }
div.DivClassName
{
background-color: #EAC982;
}
.BgClassName
{
background-color: #EAC982;
}
</style>
border-color css
<style>
span { border-color: #EAC982; }
span { border-color: rgb(234,201,130); }
td.TdClassName
{
border-color: #EAC982;
}
.TagClassName
{
border-color: #EAC982;
}
</style>