Shades of Manz #E0D860
Tints of Manz #E0D860
RGB
CMYK
RGB Variations
Color information
#E0D860 (or 0xE0D860) is known color: Manz. HEX triplet: E0, D8 and 60. RGB value is (224,216,96). Sum of RGB (Red+Green+Blue) = 224+216+96=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D860 is #1F279F. Grayscale: #CDCDCD. Windows color (decimal): -2041760 or 6346976. OLE color: 6346976.
HSL color Cylindrical-coordinate representation of color #E0D860: hue angle of 56.25º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0D860 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 96 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.12 |
| HSL | 56.25º | 0.67% | 0.63% | - |
| HSV(B) | 56.25º | 0.57% | 0.88% | - |
| XYZ | 57.41 | 65.8 | 20.74 | - |
| YUV | 204.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 96 | 0 | 0.04 | 0.57 | 0.12 | 56.25 | 0.67 | 0.63 |
| Hex | E0 | D8 | 60 | 0 | 4 | 39 | C | 38 | 43 | 3F |
| Octal | 340 | 330 | 140 | 0 | 4 | 71 | 14 | 70 | 103 | 77 |
| Binary | 11100000 | 11011000 | 1100000 | 0 | 100 | 111001 | 1100 | 111000 | 1000011 | 111111 |
Color Harmonies of #E0D860
Complementary color
Monochromatic Colors of #E0D860
Black with #E0D860
Text Example
Text Example
White with #E0D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D860; }
p { color: rgb(224,216,96); }
H1.HeaderClassName
{
color: #E0D860;
}
.AnyTagClassName
{
color: #E0D860;
}
</style>
background-color css
<style>
a { background-color: #E0D860; }
a { background-color: rgb(224,216,96); }
div.DivClassName
{
background-color: #E0D860;
}
.BgClassName
{
background-color: #E0D860;
}
</style>
border-color css
<style>
span { border-color: #E0D860; }
span { border-color: rgb(224,216,96); }
td.TdClassName
{
border-color: #E0D860;
}
.TagClassName
{
border-color: #E0D860;
}
</style>