Shades of Manz #E9DF5E
Tints of Manz #E9DF5E
RGB
CMYK
RGB Variations
Color information
#E9DF5E (or 0xE9DF5E) is known color: Manz. HEX triplet: E9, DF and 5E. RGB value is (233,223,94). Sum of RGB (Red+Green+Blue) = 233+223+94=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF5E is #1620A1. Grayscale: #D3D3D3. Windows color (decimal): -1450146 or 6217705. OLE color: 6217705.
HSL color Cylindrical-coordinate representation of color #E9DF5E: hue angle of 55.68º 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 #E9DF5E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 94 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.09 |
| HSL | 55.68º | 0.76% | 0.64% | - |
| HSV(B) | 55.68º | 0.6% | 0.91% | - |
| XYZ | 62.01 | 70.91 | 21.01 | - |
| YUV | 211.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 94 | 0 | 0.04 | 0.60 | 0.09 | 55.68 | 0.76 | 0.64 |
| Hex | E9 | DF | 5E | 0 | 4 | 3C | 9 | 38 | 4C | 40 |
| Octal | 351 | 337 | 136 | 0 | 4 | 74 | 11 | 70 | 114 | 100 |
| Binary | 11101001 | 11011111 | 1011110 | 0 | 100 | 111100 | 1001 | 111000 | 1001100 | 1000000 |
Color Harmonies of #E9DF5E
Complementary color
Monochromatic Colors of #E9DF5E
Black with #E9DF5E
Text Example
Text Example
White with #E9DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF5E; }
p { color: rgb(233,223,94); }
H1.HeaderClassName
{
color: #E9DF5E;
}
.AnyTagClassName
{
color: #E9DF5E;
}
</style>
background-color css
<style>
a { background-color: #E9DF5E; }
a { background-color: rgb(233,223,94); }
div.DivClassName
{
background-color: #E9DF5E;
}
.BgClassName
{
background-color: #E9DF5E;
}
</style>
border-color css
<style>
span { border-color: #E9DF5E; }
span { border-color: rgb(233,223,94); }
td.TdClassName
{
border-color: #E9DF5E;
}
.TagClassName
{
border-color: #E9DF5E;
}
</style>