Shades of Manz #E9DD5B
Tints of Manz #E9DD5B
RGB
CMYK
RGB Variations
Color information
#E9DD5B (or 0xE9DD5B) is known color: Manz. HEX triplet: E9, DD and 5B. RGB value is (233,221,91). Sum of RGB (Red+Green+Blue) = 233+221+91=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DD5B is #1622A4. Grayscale: #D2D2D2. Windows color (decimal): -1450661 or 6020585. OLE color: 6020585.
HSL color Cylindrical-coordinate representation of color #E9DD5B: hue angle of 54.93º 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 #E9DD5B is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 91 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.09 |
| HSL | 54.93º | 0.76% | 0.64% | - |
| HSV(B) | 54.93º | 0.61% | 0.91% | - |
| XYZ | 61.35 | 69.79 | 20.14 | - |
| YUV | 209.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 91 | 0 | 0.05 | 0.61 | 0.09 | 54.93 | 0.76 | 0.64 |
| Hex | E9 | DD | 5B | 0 | 5 | 3D | 9 | 37 | 4C | 40 |
| Octal | 351 | 335 | 133 | 0 | 5 | 75 | 11 | 67 | 114 | 100 |
| Binary | 11101001 | 11011101 | 1011011 | 0 | 101 | 111101 | 1001 | 110111 | 1001100 | 1000000 |
Color Harmonies of #E9DD5B
Complementary color
Monochromatic Colors of #E9DD5B
Black with #E9DD5B
Text Example
Text Example
White with #E9DD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD5B; }
p { color: rgb(233,221,91); }
H1.HeaderClassName
{
color: #E9DD5B;
}
.AnyTagClassName
{
color: #E9DD5B;
}
</style>
background-color css
<style>
a { background-color: #E9DD5B; }
a { background-color: rgb(233,221,91); }
div.DivClassName
{
background-color: #E9DD5B;
}
.BgClassName
{
background-color: #E9DD5B;
}
</style>
border-color css
<style>
span { border-color: #E9DD5B; }
span { border-color: rgb(233,221,91); }
td.TdClassName
{
border-color: #E9DD5B;
}
.TagClassName
{
border-color: #E9DD5B;
}
</style>