Shades of Manz #E9D960
Tints of Manz #E9D960
RGB
CMYK
RGB Variations
Color information
#E9D960 (or 0xE9D960) is known color: Manz. HEX triplet: E9, D9 and 60. RGB value is (233,217,96). Sum of RGB (Red+Green+Blue) = 233+217+96=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D960 is #16269F. Grayscale: #D0D0D0. Windows color (decimal): -1451680 or 6347241. OLE color: 6347241.
HSL color Cylindrical-coordinate representation of color #E9D960: hue angle of 52.99º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9D960 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 96 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.09 |
| HSL | 52.99º | 0.76% | 0.65% | - |
| HSV(B) | 52.99º | 0.59% | 0.91% | - |
| XYZ | 60.53 | 67.79 | 20.96 | - |
| YUV | 207.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 96 | 0 | 0.07 | 0.59 | 0.09 | 52.99 | 0.76 | 0.65 |
| Hex | E9 | D9 | 60 | 0 | 7 | 3B | 9 | 35 | 4C | 41 |
| Octal | 351 | 331 | 140 | 0 | 7 | 73 | 11 | 65 | 114 | 101 |
| Binary | 11101001 | 11011001 | 1100000 | 0 | 111 | 111011 | 1001 | 110101 | 1001100 | 1000001 |
Color Harmonies of #E9D960
Complementary color
Monochromatic Colors of #E9D960
Black with #E9D960
Text Example
Text Example
White with #E9D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D960; }
p { color: rgb(233,217,96); }
H1.HeaderClassName
{
color: #E9D960;
}
.AnyTagClassName
{
color: #E9D960;
}
</style>
background-color css
<style>
a { background-color: #E9D960; }
a { background-color: rgb(233,217,96); }
div.DivClassName
{
background-color: #E9D960;
}
.BgClassName
{
background-color: #E9D960;
}
</style>
border-color css
<style>
span { border-color: #E9D960; }
span { border-color: rgb(233,217,96); }
td.TdClassName
{
border-color: #E9D960;
}
.TagClassName
{
border-color: #E9D960;
}
</style>