Shades of Manz #E9DE5E
Tints of Manz #E9DE5E
RGB
CMYK
RGB Variations
Color information
#E9DE5E (or 0xE9DE5E) is known color: Manz. HEX triplet: E9, DE and 5E. RGB value is (233,222,94). Sum of RGB (Red+Green+Blue) = 233+222+94=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DE5E is #1621A1. Grayscale: #D3D3D3. Windows color (decimal): -1450402 or 6217449. OLE color: 6217449.
HSL color Cylindrical-coordinate representation of color #E9DE5E: hue angle of 55.25º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9DE5E is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 94 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.09 |
| HSL | 55.25º | 0.76% | 0.64% | - |
| HSV(B) | 55.25º | 0.6% | 0.91% | - |
| XYZ | 61.75 | 70.37 | 20.92 | - |
| YUV | 210.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 94 | 0 | 0.05 | 0.60 | 0.09 | 55.25 | 0.76 | 0.64 |
| Hex | E9 | DE | 5E | 0 | 5 | 3C | 9 | 37 | 4C | 40 |
| Octal | 351 | 336 | 136 | 0 | 5 | 74 | 11 | 67 | 114 | 100 |
| Binary | 11101001 | 11011110 | 1011110 | 0 | 101 | 111100 | 1001 | 110111 | 1001100 | 1000000 |
Color Harmonies of #E9DE5E
Complementary color
Monochromatic Colors of #E9DE5E
Black with #E9DE5E
Text Example
Text Example
White with #E9DE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DE5E; }
p { color: rgb(233,222,94); }
H1.HeaderClassName
{
color: #E9DE5E;
}
.AnyTagClassName
{
color: #E9DE5E;
}
</style>
background-color css
<style>
a { background-color: #E9DE5E; }
a { background-color: rgb(233,222,94); }
div.DivClassName
{
background-color: #E9DE5E;
}
.BgClassName
{
background-color: #E9DE5E;
}
</style>
border-color css
<style>
span { border-color: #E9DE5E; }
span { border-color: rgb(233,222,94); }
td.TdClassName
{
border-color: #E9DE5E;
}
.TagClassName
{
border-color: #E9DE5E;
}
</style>