Shades of Manz #E8D95A
Tints of Manz #E8D95A
RGB
CMYK
RGB Variations
Color information
#E8D95A (or 0xE8D95A) is known color: Manz. HEX triplet: E8, D9 and 5A. RGB value is (232,217,90). Sum of RGB (Red+Green+Blue) = 232+217+90=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D95A is #1726A5. Grayscale: #CFCFCF. Windows color (decimal): -1517222 or 5954024. OLE color: 5954024.
HSL color Cylindrical-coordinate representation of color #E8D95A: hue angle of 53.66º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8D95A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 90 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.09 |
| HSL | 53.66º | 0.76% | 0.63% | - |
| HSV(B) | 53.66º | 0.61% | 0.91% | - |
| XYZ | 59.94 | 67.52 | 19.55 | - |
| YUV | 207.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 90 | 0 | 0.06 | 0.61 | 0.09 | 53.66 | 0.76 | 0.63 |
| Hex | E8 | D9 | 5A | 0 | 6 | 3D | 9 | 36 | 4C | 3F |
| Octal | 350 | 331 | 132 | 0 | 6 | 75 | 11 | 66 | 114 | 77 |
| Binary | 11101000 | 11011001 | 1011010 | 0 | 110 | 111101 | 1001 | 110110 | 1001100 | 111111 |
Color Harmonies of #E8D95A
Complementary color
Monochromatic Colors of #E8D95A
Black with #E8D95A
Text Example
Text Example
White with #E8D95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D95A; }
p { color: rgb(232,217,90); }
H1.HeaderClassName
{
color: #E8D95A;
}
.AnyTagClassName
{
color: #E8D95A;
}
</style>
background-color css
<style>
a { background-color: #E8D95A; }
a { background-color: rgb(232,217,90); }
div.DivClassName
{
background-color: #E8D95A;
}
.BgClassName
{
background-color: #E8D95A;
}
</style>
border-color css
<style>
span { border-color: #E8D95A; }
span { border-color: rgb(232,217,90); }
td.TdClassName
{
border-color: #E8D95A;
}
.TagClassName
{
border-color: #E8D95A;
}
</style>