Shades of Manz #E9D84E
Tints of Manz #E9D84E
RGB
CMYK
RGB Variations
Color information
#E9D84E (or 0xE9D84E) is known color: Manz. HEX triplet: E9, D8 and 4E. RGB value is (233,216,78). Sum of RGB (Red+Green+Blue) = 233+216+78=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D84E is #1627B1. Grayscale: #CDCDCD. Windows color (decimal): -1451954 or 5167337. OLE color: 5167337.
HSL color Cylindrical-coordinate representation of color #E9D84E: hue angle of 53.42º 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 #E9D84E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 78 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.09 |
| HSL | 53.42º | 0.78% | 0.61% | - |
| HSV(B) | 53.42º | 0.67% | 0.91% | - |
| XYZ | 59.54 | 66.99 | 17 | - |
| YUV | 205.35 | 56.13 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 78 | 0 | 0.07 | 0.67 | 0.09 | 53.42 | 0.78 | 0.61 |
| Hex | E9 | D8 | 4E | 0 | 7 | 43 | 9 | 35 | 4E | 3D |
| Octal | 351 | 330 | 116 | 0 | 7 | 103 | 11 | 65 | 116 | 75 |
| Binary | 11101001 | 11011000 | 1001110 | 0 | 111 | 1000011 | 1001 | 110101 | 1001110 | 111101 |
Color Harmonies of #E9D84E
Complementary color
Monochromatic Colors of #E9D84E
Black with #E9D84E
Text Example
Text Example
White with #E9D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D84E; }
p { color: rgb(233,216,78); }
H1.HeaderClassName
{
color: #E9D84E;
}
.AnyTagClassName
{
color: #E9D84E;
}
</style>
background-color css
<style>
a { background-color: #E9D84E; }
a { background-color: rgb(233,216,78); }
div.DivClassName
{
background-color: #E9D84E;
}
.BgClassName
{
background-color: #E9D84E;
}
</style>
border-color css
<style>
span { border-color: #E9D84E; }
span { border-color: rgb(233,216,78); }
td.TdClassName
{
border-color: #E9D84E;
}
.TagClassName
{
border-color: #E9D84E;
}
</style>