Shades of Manz #E9DF5A
Tints of Manz #E9DF5A
RGB
CMYK
RGB Variations
Color information
#E9DF5A (or 0xE9DF5A) is known color: Manz. HEX triplet: E9, DF and 5A. RGB value is (233,223,90). Sum of RGB (Red+Green+Blue) = 233+223+90=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF5A is #1620A5. Grayscale: #D3D3D3. Windows color (decimal): -1450150 or 5955561. OLE color: 5955561.
HSL color Cylindrical-coordinate representation of color #E9DF5A: hue angle of 55.8º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9DF5A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 90 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.09 |
| HSL | 55.8º | 0.76% | 0.63% | - |
| HSV(B) | 55.8º | 0.61% | 0.91% | - |
| XYZ | 61.84 | 70.84 | 20.09 | - |
| YUV | 210.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 90 | 0 | 0.04 | 0.61 | 0.09 | 55.8 | 0.76 | 0.63 |
| Hex | E9 | DF | 5A | 0 | 4 | 3D | 9 | 38 | 4C | 3F |
| Octal | 351 | 337 | 132 | 0 | 4 | 75 | 11 | 70 | 114 | 77 |
| Binary | 11101001 | 11011111 | 1011010 | 0 | 100 | 111101 | 1001 | 111000 | 1001100 | 111111 |
Color Harmonies of #E9DF5A
Complementary color
Monochromatic Colors of #E9DF5A
Black with #E9DF5A
Text Example
Text Example
White with #E9DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF5A; }
p { color: rgb(233,223,90); }
H1.HeaderClassName
{
color: #E9DF5A;
}
.AnyTagClassName
{
color: #E9DF5A;
}
</style>
background-color css
<style>
a { background-color: #E9DF5A; }
a { background-color: rgb(233,223,90); }
div.DivClassName
{
background-color: #E9DF5A;
}
.BgClassName
{
background-color: #E9DF5A;
}
</style>
border-color css
<style>
span { border-color: #E9DF5A; }
span { border-color: rgb(233,223,90); }
td.TdClassName
{
border-color: #E9DF5A;
}
.TagClassName
{
border-color: #E9DF5A;
}
</style>