Shades of Manz #E9E54D
Tints of Manz #E9E54D
RGB
CMYK
RGB Variations
Color information
#E9E54D (or 0xE9E54D) is known color: Manz. HEX triplet: E9, E5 and 4D. RGB value is (233,229,77). Sum of RGB (Red+Green+Blue) = 233+229+77=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E54D is #161AB2. Grayscale: #D5D5D5. Windows color (decimal): -1448627 or 5105129. OLE color: 5105129.
HSL color Cylindrical-coordinate representation of color #E9E54D: hue angle of 58.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 #E9E54D is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 77 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.09 |
| HSL | 58.46º | 0.78% | 0.61% | - |
| HSV(B) | 58.46º | 0.67% | 0.91% | - |
| XYZ | 62.96 | 73.9 | 17.97 | - |
| YUV | 212.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 77 | 0 | 0.02 | 0.67 | 0.09 | 58.46 | 0.78 | 0.61 |
| Hex | E9 | E5 | 4D | 0 | 2 | 43 | 9 | 3A | 4E | 3D |
| Octal | 351 | 345 | 115 | 0 | 2 | 103 | 11 | 72 | 116 | 75 |
| Binary | 11101001 | 11100101 | 1001101 | 0 | 10 | 1000011 | 1001 | 111010 | 1001110 | 111101 |
Color Harmonies of #E9E54D
Complementary color
Monochromatic Colors of #E9E54D
Black with #E9E54D
Text Example
Text Example
White with #E9E54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E54D; }
p { color: rgb(233,229,77); }
H1.HeaderClassName
{
color: #E9E54D;
}
.AnyTagClassName
{
color: #E9E54D;
}
</style>
background-color css
<style>
a { background-color: #E9E54D; }
a { background-color: rgb(233,229,77); }
div.DivClassName
{
background-color: #E9E54D;
}
.BgClassName
{
background-color: #E9E54D;
}
</style>
border-color css
<style>
span { border-color: #E9E54D; }
span { border-color: rgb(233,229,77); }
td.TdClassName
{
border-color: #E9E54D;
}
.TagClassName
{
border-color: #E9E54D;
}
</style>