Shades of Manz #E5D95A
Tints of Manz #E5D95A
RGB
CMYK
RGB Variations
Color information
#E5D95A (or 0xE5D95A) is known color: Manz. HEX triplet: E5, D9 and 5A. RGB value is (229,217,90). Sum of RGB (Red+Green+Blue) = 229+217+90=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D95A is #1A26A5. Grayscale: #CECECE. Windows color (decimal): -1713830 or 5954021. OLE color: 5954021.
HSL color Cylindrical-coordinate representation of color #E5D95A: hue angle of 54.82º 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 #E5D95A is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 90 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.10 |
| HSL | 54.82º | 0.73% | 0.63% | - |
| HSV(B) | 54.82º | 0.61% | 0.9% | - |
| XYZ | 58.97 | 67.02 | 19.5 | - |
| YUV | 206.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 90 | 0 | 0.05 | 0.61 | 0.10 | 54.82 | 0.73 | 0.63 |
| Hex | E5 | D9 | 5A | 0 | 5 | 3D | A | 37 | 49 | 3F |
| Octal | 345 | 331 | 132 | 0 | 5 | 75 | 12 | 67 | 111 | 77 |
| Binary | 11100101 | 11011001 | 1011010 | 0 | 101 | 111101 | 1010 | 110111 | 1001001 | 111111 |
Color Harmonies of #E5D95A
Complementary color
Monochromatic Colors of #E5D95A
Black with #E5D95A
Text Example
Text Example
White with #E5D95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D95A; }
p { color: rgb(229,217,90); }
H1.HeaderClassName
{
color: #E5D95A;
}
.AnyTagClassName
{
color: #E5D95A;
}
</style>
background-color css
<style>
a { background-color: #E5D95A; }
a { background-color: rgb(229,217,90); }
div.DivClassName
{
background-color: #E5D95A;
}
.BgClassName
{
background-color: #E5D95A;
}
</style>
border-color css
<style>
span { border-color: #E5D95A; }
span { border-color: rgb(229,217,90); }
td.TdClassName
{
border-color: #E5D95A;
}
.TagClassName
{
border-color: #E5D95A;
}
</style>