Shades of Manz #E9DB4F
Tints of Manz #E9DB4F
RGB
CMYK
RGB Variations
Color information
#E9DB4F (or 0xE9DB4F) is known color: Manz. HEX triplet: E9, DB and 4F. RGB value is (233,219,79). Sum of RGB (Red+Green+Blue) = 233+219+79=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB4F is #1624B0. Grayscale: #CFCFCF. Windows color (decimal): -1451185 or 5233641. OLE color: 5233641.
HSL color Cylindrical-coordinate representation of color #E9DB4F: hue angle of 54.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9DB4F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 79 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.09 |
| HSL | 54.55º | 0.78% | 0.61% | - |
| HSV(B) | 54.55º | 0.66% | 0.91% | - |
| XYZ | 60.35 | 68.55 | 17.45 | - |
| YUV | 207.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 79 | 0 | 0.06 | 0.66 | 0.09 | 54.55 | 0.78 | 0.61 |
| Hex | E9 | DB | 4F | 0 | 6 | 42 | 9 | 37 | 4E | 3D |
| Octal | 351 | 333 | 117 | 0 | 6 | 102 | 11 | 67 | 116 | 75 |
| Binary | 11101001 | 11011011 | 1001111 | 0 | 110 | 1000010 | 1001 | 110111 | 1001110 | 111101 |
Color Harmonies of #E9DB4F
Complementary color
Monochromatic Colors of #E9DB4F
Black with #E9DB4F
Text Example
Text Example
White with #E9DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB4F; }
p { color: rgb(233,219,79); }
H1.HeaderClassName
{
color: #E9DB4F;
}
.AnyTagClassName
{
color: #E9DB4F;
}
</style>
background-color css
<style>
a { background-color: #E9DB4F; }
a { background-color: rgb(233,219,79); }
div.DivClassName
{
background-color: #E9DB4F;
}
.BgClassName
{
background-color: #E9DB4F;
}
</style>
border-color css
<style>
span { border-color: #E9DB4F; }
span { border-color: rgb(233,219,79); }
td.TdClassName
{
border-color: #E9DB4F;
}
.TagClassName
{
border-color: #E9DB4F;
}
</style>