Shades of Manz #E9DF5B
Tints of Manz #E9DF5B
RGB
CMYK
RGB Variations
Color information
#E9DF5B (or 0xE9DF5B) is known color: Manz. HEX triplet: E9, DF and 5B. RGB value is (233,223,91). Sum of RGB (Red+Green+Blue) = 233+223+91=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF5B is #1620A4. Grayscale: #D3D3D3. Windows color (decimal): -1450149 or 6021097. OLE color: 6021097.
HSL color Cylindrical-coordinate representation of color #E9DF5B: hue angle of 55.77º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9DF5B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 91 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.09 |
| HSL | 55.77º | 0.76% | 0.64% | - |
| HSV(B) | 55.77º | 0.61% | 0.91% | - |
| XYZ | 61.88 | 70.85 | 20.31 | - |
| YUV | 210.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 91 | 0 | 0.04 | 0.61 | 0.09 | 55.77 | 0.76 | 0.64 |
| Hex | E9 | DF | 5B | 0 | 4 | 3D | 9 | 38 | 4C | 40 |
| Octal | 351 | 337 | 133 | 0 | 4 | 75 | 11 | 70 | 114 | 100 |
| Binary | 11101001 | 11011111 | 1011011 | 0 | 100 | 111101 | 1001 | 111000 | 1001100 | 1000000 |
Color Harmonies of #E9DF5B
Complementary color
Monochromatic Colors of #E9DF5B
Black with #E9DF5B
Text Example
Text Example
White with #E9DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF5B; }
p { color: rgb(233,223,91); }
H1.HeaderClassName
{
color: #E9DF5B;
}
.AnyTagClassName
{
color: #E9DF5B;
}
</style>
background-color css
<style>
a { background-color: #E9DF5B; }
a { background-color: rgb(233,223,91); }
div.DivClassName
{
background-color: #E9DF5B;
}
.BgClassName
{
background-color: #E9DF5B;
}
</style>
border-color css
<style>
span { border-color: #E9DF5B; }
span { border-color: rgb(233,223,91); }
td.TdClassName
{
border-color: #E9DF5B;
}
.TagClassName
{
border-color: #E9DF5B;
}
</style>