Shades of Manz #E9DC56
Tints of Manz #E9DC56
RGB
CMYK
RGB Variations
Color information
#E9DC56 (or 0xE9DC56) is known color: Manz. HEX triplet: E9, DC and 56. RGB value is (233,220,86). Sum of RGB (Red+Green+Blue) = 233+220+86=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC56 is #1623A9. Grayscale: #D1D1D1. Windows color (decimal): -1450922 or 5692649. OLE color: 5692649.
HSL color Cylindrical-coordinate representation of color #E9DC56: hue angle of 54.69º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9DC56 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 86 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.09 |
| HSL | 54.69º | 0.77% | 0.63% | - |
| HSV(B) | 54.69º | 0.63% | 0.91% | - |
| XYZ | 60.88 | 69.18 | 18.95 | - |
| YUV | 208.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 86 | 0 | 0.06 | 0.63 | 0.09 | 54.69 | 0.77 | 0.63 |
| Hex | E9 | DC | 56 | 0 | 6 | 3F | 9 | 37 | 4D | 3F |
| Octal | 351 | 334 | 126 | 0 | 6 | 77 | 11 | 67 | 115 | 77 |
| Binary | 11101001 | 11011100 | 1010110 | 0 | 110 | 111111 | 1001 | 110111 | 1001101 | 111111 |
Color Harmonies of #E9DC56
Complementary color
Monochromatic Colors of #E9DC56
Black with #E9DC56
Text Example
Text Example
White with #E9DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC56; }
p { color: rgb(233,220,86); }
H1.HeaderClassName
{
color: #E9DC56;
}
.AnyTagClassName
{
color: #E9DC56;
}
</style>
background-color css
<style>
a { background-color: #E9DC56; }
a { background-color: rgb(233,220,86); }
div.DivClassName
{
background-color: #E9DC56;
}
.BgClassName
{
background-color: #E9DC56;
}
</style>
border-color css
<style>
span { border-color: #E9DC56; }
span { border-color: rgb(233,220,86); }
td.TdClassName
{
border-color: #E9DC56;
}
.TagClassName
{
border-color: #E9DC56;
}
</style>