Shades of Manz #E9D950
Tints of Manz #E9D950
RGB
CMYK
RGB Variations
Color information
#E9D950 (or 0xE9D950) is known color: Manz. HEX triplet: E9, D9 and 50. RGB value is (233,217,80). Sum of RGB (Red+Green+Blue) = 233+217+80=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D950 is #1626AF. Grayscale: #CECECE. Windows color (decimal): -1451696 or 5298665. OLE color: 5298665.
HSL color Cylindrical-coordinate representation of color #E9D950: hue angle of 53.73º 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 #E9D950 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 80 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.09 |
| HSL | 53.73º | 0.78% | 0.61% | - |
| HSV(B) | 53.73º | 0.66% | 0.91% | - |
| XYZ | 59.87 | 67.53 | 17.47 | - |
| YUV | 206.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 80 | 0 | 0.07 | 0.66 | 0.09 | 53.73 | 0.78 | 0.61 |
| Hex | E9 | D9 | 50 | 0 | 7 | 42 | 9 | 36 | 4E | 3D |
| Octal | 351 | 331 | 120 | 0 | 7 | 102 | 11 | 66 | 116 | 75 |
| Binary | 11101001 | 11011001 | 1010000 | 0 | 111 | 1000010 | 1001 | 110110 | 1001110 | 111101 |
Color Harmonies of #E9D950
Complementary color
Monochromatic Colors of #E9D950
Black with #E9D950
Text Example
Text Example
White with #E9D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D950; }
p { color: rgb(233,217,80); }
H1.HeaderClassName
{
color: #E9D950;
}
.AnyTagClassName
{
color: #E9D950;
}
</style>
background-color css
<style>
a { background-color: #E9D950; }
a { background-color: rgb(233,217,80); }
div.DivClassName
{
background-color: #E9D950;
}
.BgClassName
{
background-color: #E9D950;
}
</style>
border-color css
<style>
span { border-color: #E9D950; }
span { border-color: rgb(233,217,80); }
td.TdClassName
{
border-color: #E9D950;
}
.TagClassName
{
border-color: #E9D950;
}
</style>