Shades of Manz #E9DB5C
Tints of Manz #E9DB5C
RGB
CMYK
RGB Variations
Color information
#E9DB5C (or 0xE9DB5C) is known color: Manz. HEX triplet: E9, DB and 5C. RGB value is (233,219,92). Sum of RGB (Red+Green+Blue) = 233+219+92=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB5C is #1624A3. Grayscale: #D1D1D1. Windows color (decimal): -1451172 or 6085609. OLE color: 6085609.
HSL color Cylindrical-coordinate representation of color #E9DB5C: hue angle of 54.04º 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 #E9DB5C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 92 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.09 |
| HSL | 54.04º | 0.76% | 0.64% | - |
| HSV(B) | 54.04º | 0.61% | 0.91% | - |
| XYZ | 60.87 | 68.76 | 20.19 | - |
| YUV | 208.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 92 | 0 | 0.06 | 0.61 | 0.09 | 54.04 | 0.76 | 0.64 |
| Hex | E9 | DB | 5C | 0 | 6 | 3D | 9 | 36 | 4C | 40 |
| Octal | 351 | 333 | 134 | 0 | 6 | 75 | 11 | 66 | 114 | 100 |
| Binary | 11101001 | 11011011 | 1011100 | 0 | 110 | 111101 | 1001 | 110110 | 1001100 | 1000000 |
Color Harmonies of #E9DB5C
Complementary color
Monochromatic Colors of #E9DB5C
Black with #E9DB5C
Text Example
Text Example
White with #E9DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB5C; }
p { color: rgb(233,219,92); }
H1.HeaderClassName
{
color: #E9DB5C;
}
.AnyTagClassName
{
color: #E9DB5C;
}
</style>
background-color css
<style>
a { background-color: #E9DB5C; }
a { background-color: rgb(233,219,92); }
div.DivClassName
{
background-color: #E9DB5C;
}
.BgClassName
{
background-color: #E9DB5C;
}
</style>
border-color css
<style>
span { border-color: #E9DB5C; }
span { border-color: rgb(233,219,92); }
td.TdClassName
{
border-color: #E9DB5C;
}
.TagClassName
{
border-color: #E9DB5C;
}
</style>