Shades of Manz #E9D85D
Tints of Manz #E9D85D
RGB
CMYK
RGB Variations
Color information
#E9D85D (or 0xE9D85D) is known color: Manz. HEX triplet: E9, D8 and 5D. RGB value is (233,216,93). Sum of RGB (Red+Green+Blue) = 233+216+93=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D85D is #1627A2. Grayscale: #CFCFCF. Windows color (decimal): -1451939 or 6150377. OLE color: 6150377.
HSL color Cylindrical-coordinate representation of color #E9D85D: hue angle of 52.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9D85D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 93 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.09 |
| HSL | 52.71º | 0.76% | 0.64% | - |
| HSV(B) | 52.71º | 0.6% | 0.91% | - |
| XYZ | 60.14 | 67.23 | 20.16 | - |
| YUV | 207.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 93 | 0 | 0.07 | 0.60 | 0.09 | 52.71 | 0.76 | 0.64 |
| Hex | E9 | D8 | 5D | 0 | 7 | 3C | 9 | 35 | 4C | 40 |
| Octal | 351 | 330 | 135 | 0 | 7 | 74 | 11 | 65 | 114 | 100 |
| Binary | 11101001 | 11011000 | 1011101 | 0 | 111 | 111100 | 1001 | 110101 | 1001100 | 1000000 |
Color Harmonies of #E9D85D
Complementary color
Monochromatic Colors of #E9D85D
Black with #E9D85D
Text Example
Text Example
White with #E9D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D85D; }
p { color: rgb(233,216,93); }
H1.HeaderClassName
{
color: #E9D85D;
}
.AnyTagClassName
{
color: #E9D85D;
}
</style>
background-color css
<style>
a { background-color: #E9D85D; }
a { background-color: rgb(233,216,93); }
div.DivClassName
{
background-color: #E9D85D;
}
.BgClassName
{
background-color: #E9D85D;
}
</style>
border-color css
<style>
span { border-color: #E9D85D; }
span { border-color: rgb(233,216,93); }
td.TdClassName
{
border-color: #E9D85D;
}
.TagClassName
{
border-color: #E9D85D;
}
</style>