Shades of Manz #E0D85A
Tints of Manz #E0D85A
RGB
CMYK
RGB Variations
Color information
#E0D85A (or 0xE0D85A) is known color: Manz. HEX triplet: E0, D8 and 5A. RGB value is (224,216,90). Sum of RGB (Red+Green+Blue) = 224+216+90=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D85A is #1F27A5. Grayscale: #CCCCCC. Windows color (decimal): -2041766 or 5953760. OLE color: 5953760.
HSL color Cylindrical-coordinate representation of color #E0D85A: hue angle of 56.42º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0D85A is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 90 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.12 |
| HSL | 56.42º | 0.68% | 0.62% | - |
| HSV(B) | 56.42º | 0.6% | 0.88% | - |
| XYZ | 57.14 | 65.7 | 19.34 | - |
| YUV | 204.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 90 | 0 | 0.04 | 0.60 | 0.12 | 56.42 | 0.68 | 0.62 |
| Hex | E0 | D8 | 5A | 0 | 4 | 3C | C | 38 | 44 | 3E |
| Octal | 340 | 330 | 132 | 0 | 4 | 74 | 14 | 70 | 104 | 76 |
| Binary | 11100000 | 11011000 | 1011010 | 0 | 100 | 111100 | 1100 | 111000 | 1000100 | 111110 |
Color Harmonies of #E0D85A
Complementary color
Monochromatic Colors of #E0D85A
Black with #E0D85A
Text Example
Text Example
White with #E0D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D85A; }
p { color: rgb(224,216,90); }
H1.HeaderClassName
{
color: #E0D85A;
}
.AnyTagClassName
{
color: #E0D85A;
}
</style>
background-color css
<style>
a { background-color: #E0D85A; }
a { background-color: rgb(224,216,90); }
div.DivClassName
{
background-color: #E0D85A;
}
.BgClassName
{
background-color: #E0D85A;
}
</style>
border-color css
<style>
span { border-color: #E0D85A; }
span { border-color: rgb(224,216,90); }
td.TdClassName
{
border-color: #E0D85A;
}
.TagClassName
{
border-color: #E0D85A;
}
</style>