Shades of Manz #E9D84D
Tints of Manz #E9D84D
RGB
CMYK
RGB Variations
Color information
#E9D84D (or 0xE9D84D) is known color: Manz. HEX triplet: E9, D8 and 4D. RGB value is (233,216,77). Sum of RGB (Red+Green+Blue) = 233+216+77=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D84D is #1627B2. Grayscale: #CDCDCD. Windows color (decimal): -1451955 or 5101801. OLE color: 5101801.
HSL color Cylindrical-coordinate representation of color #E9D84D: hue angle of 53.46º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9D84D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 77 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.09 |
| HSL | 53.46º | 0.78% | 0.61% | - |
| HSV(B) | 53.46º | 0.67% | 0.91% | - |
| XYZ | 59.5 | 66.97 | 16.81 | - |
| YUV | 205.24 | 55.63 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 77 | 0 | 0.07 | 0.67 | 0.09 | 53.46 | 0.78 | 0.61 |
| Hex | E9 | D8 | 4D | 0 | 7 | 43 | 9 | 35 | 4E | 3D |
| Octal | 351 | 330 | 115 | 0 | 7 | 103 | 11 | 65 | 116 | 75 |
| Binary | 11101001 | 11011000 | 1001101 | 0 | 111 | 1000011 | 1001 | 110101 | 1001110 | 111101 |
Color Harmonies of #E9D84D
Complementary color
Monochromatic Colors of #E9D84D
Black with #E9D84D
Text Example
Text Example
White with #E9D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D84D; }
p { color: rgb(233,216,77); }
H1.HeaderClassName
{
color: #E9D84D;
}
.AnyTagClassName
{
color: #E9D84D;
}
</style>
background-color css
<style>
a { background-color: #E9D84D; }
a { background-color: rgb(233,216,77); }
div.DivClassName
{
background-color: #E9D84D;
}
.BgClassName
{
background-color: #E9D84D;
}
</style>
border-color css
<style>
span { border-color: #E9D84D; }
span { border-color: rgb(233,216,77); }
td.TdClassName
{
border-color: #E9D84D;
}
.TagClassName
{
border-color: #E9D84D;
}
</style>