Shades of Manz #E9E14E
Tints of Manz #E9E14E
RGB
CMYK
RGB Variations
Color information
#E9E14E (or 0xE9E14E) is known color: Manz. HEX triplet: E9, E1 and 4E. RGB value is (233,225,78). Sum of RGB (Red+Green+Blue) = 233+225+78=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E14E is #161EB1. Grayscale: #D3D3D3. Windows color (decimal): -1449650 or 5169641. OLE color: 5169641.
HSL color Cylindrical-coordinate representation of color #E9E14E: hue angle of 56.9º 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 #E9E14E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 78 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.09 |
| HSL | 56.9º | 0.78% | 0.61% | - |
| HSV(B) | 56.9º | 0.67% | 0.91% | - |
| XYZ | 61.9 | 71.72 | 17.79 | - |
| YUV | 210.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 78 | 0 | 0.03 | 0.67 | 0.09 | 56.9 | 0.78 | 0.61 |
| Hex | E9 | E1 | 4E | 0 | 3 | 43 | 9 | 39 | 4E | 3D |
| Octal | 351 | 341 | 116 | 0 | 3 | 103 | 11 | 71 | 116 | 75 |
| Binary | 11101001 | 11100001 | 1001110 | 0 | 11 | 1000011 | 1001 | 111001 | 1001110 | 111101 |
Color Harmonies of #E9E14E
Complementary color
Monochromatic Colors of #E9E14E
Black with #E9E14E
Text Example
Text Example
White with #E9E14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E14E; }
p { color: rgb(233,225,78); }
H1.HeaderClassName
{
color: #E9E14E;
}
.AnyTagClassName
{
color: #E9E14E;
}
</style>
background-color css
<style>
a { background-color: #E9E14E; }
a { background-color: rgb(233,225,78); }
div.DivClassName
{
background-color: #E9E14E;
}
.BgClassName
{
background-color: #E9E14E;
}
</style>
border-color css
<style>
span { border-color: #E9E14E; }
span { border-color: rgb(233,225,78); }
td.TdClassName
{
border-color: #E9E14E;
}
.TagClassName
{
border-color: #E9E14E;
}
</style>