Shades of Manz #E9D962
Tints of Manz #E9D962
RGB
CMYK
RGB Variations
Color information
#E9D962 (or 0xE9D962) is known color: Manz. HEX triplet: E9, D9 and 62. RGB value is (233,217,98). Sum of RGB (Red+Green+Blue) = 233+217+98=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D962 is #16269D. Grayscale: #D0D0D0. Windows color (decimal): -1451678 or 6478313. OLE color: 6478313.
HSL color Cylindrical-coordinate representation of color #E9D962: hue angle of 52.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E9D962 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 98 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.09 |
| HSL | 52.89º | 0.75% | 0.65% | - |
| HSV(B) | 52.89º | 0.58% | 0.91% | - |
| XYZ | 60.62 | 67.83 | 21.45 | - |
| YUV | 208.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 98 | 0 | 0.07 | 0.58 | 0.09 | 52.89 | 0.75 | 0.65 |
| Hex | E9 | D9 | 62 | 0 | 7 | 3A | 9 | 35 | 4B | 41 |
| Octal | 351 | 331 | 142 | 0 | 7 | 72 | 11 | 65 | 113 | 101 |
| Binary | 11101001 | 11011001 | 1100010 | 0 | 111 | 111010 | 1001 | 110101 | 1001011 | 1000001 |
Color Harmonies of #E9D962
Complementary color
Monochromatic Colors of #E9D962
Black with #E9D962
Text Example
Text Example
White with #E9D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D962; }
p { color: rgb(233,217,98); }
H1.HeaderClassName
{
color: #E9D962;
}
.AnyTagClassName
{
color: #E9D962;
}
</style>
background-color css
<style>
a { background-color: #E9D962; }
a { background-color: rgb(233,217,98); }
div.DivClassName
{
background-color: #E9D962;
}
.BgClassName
{
background-color: #E9D962;
}
</style>
border-color css
<style>
span { border-color: #E9D962; }
span { border-color: rgb(233,217,98); }
td.TdClassName
{
border-color: #E9D962;
}
.TagClassName
{
border-color: #E9D962;
}
</style>