Shades of Marzipan #EAC581
Tints of Marzipan #EAC581
RGB
CMYK
RGB Variations
Color information
#EAC581 (or 0xEAC581) is known color: Marzipan. HEX triplet: EA, C5 and 81. RGB value is (234,197,129). Sum of RGB (Red+Green+Blue) = 234+197+129=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC581 is #153A7E. Grayscale: #C8C8C8. Windows color (decimal): -1391231 or 8504810. OLE color: 8504810.
HSL color Cylindrical-coordinate representation of color #EAC581: hue angle of 38.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAC581 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 129 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.08 |
| HSL | 38.86º | 0.71% | 0.71% | - |
| HSV(B) | 38.86º | 0.45% | 0.92% | - |
| XYZ | 57.86 | 59.01 | 29.11 | - |
| YUV | 200.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 129 | 0 | 0.16 | 0.45 | 0.08 | 38.86 | 0.71 | 0.71 |
| Hex | EA | C5 | 81 | 0 | 10 | 2D | 8 | 27 | 47 | 47 |
| Octal | 352 | 305 | 201 | 0 | 20 | 55 | 10 | 47 | 107 | 107 |
| Binary | 11101010 | 11000101 | 10000001 | 0 | 10000 | 101101 | 1000 | 100111 | 1000111 | 1000111 |
Color Harmonies of #EAC581
Complementary color
Monochromatic Colors of #EAC581
Black with #EAC581
Text Example
Text Example
White with #EAC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC581; }
p { color: rgb(234,197,129); }
H1.HeaderClassName
{
color: #EAC581;
}
.AnyTagClassName
{
color: #EAC581;
}
</style>
background-color css
<style>
a { background-color: #EAC581; }
a { background-color: rgb(234,197,129); }
div.DivClassName
{
background-color: #EAC581;
}
.BgClassName
{
background-color: #EAC581;
}
</style>
border-color css
<style>
span { border-color: #EAC581; }
span { border-color: rgb(234,197,129); }
td.TdClassName
{
border-color: #EAC581;
}
.TagClassName
{
border-color: #EAC581;
}
</style>