Shades of Manz #E5D85A
Tints of Manz #E5D85A
RGB
CMYK
RGB Variations
Color information
#E5D85A (or 0xE5D85A) is known color: Manz. HEX triplet: E5, D8 and 5A. RGB value is (229,216,90). Sum of RGB (Red+Green+Blue) = 229+216+90=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D85A is #1A27A5. Grayscale: #CECECE. Windows color (decimal): -1714086 or 5953765. OLE color: 5953765.
HSL color Cylindrical-coordinate representation of color #E5D85A: hue angle of 54.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5D85A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 90 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.10 |
| HSL | 54.39º | 0.73% | 0.63% | - |
| HSV(B) | 54.39º | 0.61% | 0.9% | - |
| XYZ | 58.71 | 66.51 | 19.42 | - |
| YUV | 205.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 90 | 0 | 0.06 | 0.61 | 0.10 | 54.39 | 0.73 | 0.63 |
| Hex | E5 | D8 | 5A | 0 | 6 | 3D | A | 36 | 49 | 3F |
| Octal | 345 | 330 | 132 | 0 | 6 | 75 | 12 | 66 | 111 | 77 |
| Binary | 11100101 | 11011000 | 1011010 | 0 | 110 | 111101 | 1010 | 110110 | 1001001 | 111111 |
Color Harmonies of #E5D85A
Complementary color
Monochromatic Colors of #E5D85A
Black with #E5D85A
Text Example
Text Example
White with #E5D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D85A; }
p { color: rgb(229,216,90); }
H1.HeaderClassName
{
color: #E5D85A;
}
.AnyTagClassName
{
color: #E5D85A;
}
</style>
background-color css
<style>
a { background-color: #E5D85A; }
a { background-color: rgb(229,216,90); }
div.DivClassName
{
background-color: #E5D85A;
}
.BgClassName
{
background-color: #E5D85A;
}
</style>
border-color css
<style>
span { border-color: #E5D85A; }
span { border-color: rgb(229,216,90); }
td.TdClassName
{
border-color: #E5D85A;
}
.TagClassName
{
border-color: #E5D85A;
}
</style>