Shades of Marzipan #EAC882
Tints of Marzipan #EAC882
RGB
CMYK
RGB Variations
Color information
#EAC882 (or 0xEAC882) is known color: Marzipan. HEX triplet: EA, C8 and 82. RGB value is (234,200,130). Sum of RGB (Red+Green+Blue) = 234+200+130=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC882 is #15377D. Grayscale: #CACACA. Windows color (decimal): -1390462 or 8571114. OLE color: 8571114.
HSL color Cylindrical-coordinate representation of color #EAC882: hue angle of 40.38º 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 #EAC882 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 130 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.08 |
| HSL | 40.38º | 0.71% | 0.71% | - |
| HSV(B) | 40.38º | 0.44% | 0.92% | - |
| XYZ | 58.62 | 60.41 | 29.69 | - |
| YUV | 202.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 130 | 0 | 0.15 | 0.44 | 0.08 | 40.38 | 0.71 | 0.71 |
| Hex | EA | C8 | 82 | 0 | F | 2C | 8 | 28 | 47 | 47 |
| Octal | 352 | 310 | 202 | 0 | 17 | 54 | 10 | 50 | 107 | 107 |
| Binary | 11101010 | 11001000 | 10000010 | 0 | 1111 | 101100 | 1000 | 101000 | 1000111 | 1000111 |
Color Harmonies of #EAC882
Complementary color
Monochromatic Colors of #EAC882
Black with #EAC882
Text Example
Text Example
White with #EAC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC882; }
p { color: rgb(234,200,130); }
H1.HeaderClassName
{
color: #EAC882;
}
.AnyTagClassName
{
color: #EAC882;
}
</style>
background-color css
<style>
a { background-color: #EAC882; }
a { background-color: rgb(234,200,130); }
div.DivClassName
{
background-color: #EAC882;
}
.BgClassName
{
background-color: #EAC882;
}
</style>
border-color css
<style>
span { border-color: #EAC882; }
span { border-color: rgb(234,200,130); }
td.TdClassName
{
border-color: #EAC882;
}
.TagClassName
{
border-color: #EAC882;
}
</style>