Shades of Manz #E5E94B
Tints of Manz #E5E94B
RGB
CMYK
RGB Variations
Color information
#E5E94B (or 0xE5E94B) is known color: Manz. HEX triplet: E5, E9 and 4B. RGB value is (229,233,75). Sum of RGB (Red+Green+Blue) = 229+233+75=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E94B is #1A16B4. Grayscale: #D6D6D6. Windows color (decimal): -1709749 or 4975077. OLE color: 4975077.
HSL color Cylindrical-coordinate representation of color #E5E94B: hue angle of 61.52º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5E94B is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 75 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.09 |
| HSL | 61.52º | 0.78% | 0.6% | - |
| HSV(B) | 61.52º | 0.68% | 0.91% | - |
| XYZ | 62.72 | 75.44 | 17.91 | - |
| YUV | 213.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 75 | 0.02 | 0 | 0.68 | 0.09 | 61.52 | 0.78 | 0.6 |
| Hex | E5 | E9 | 4B | 2 | 0 | 44 | 9 | 3E | 4E | 3C |
| Octal | 345 | 351 | 113 | 2 | 0 | 104 | 11 | 76 | 116 | 74 |
| Binary | 11100101 | 11101001 | 1001011 | 10 | 0 | 1000100 | 1001 | 111110 | 1001110 | 111100 |
Color Harmonies of #E5E94B
Complementary color
Monochromatic Colors of #E5E94B
Black with #E5E94B
Text Example
Text Example
White with #E5E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E94B; }
p { color: rgb(229,233,75); }
H1.HeaderClassName
{
color: #E5E94B;
}
.AnyTagClassName
{
color: #E5E94B;
}
</style>
background-color css
<style>
a { background-color: #E5E94B; }
a { background-color: rgb(229,233,75); }
div.DivClassName
{
background-color: #E5E94B;
}
.BgClassName
{
background-color: #E5E94B;
}
</style>
border-color css
<style>
span { border-color: #E5E94B; }
span { border-color: rgb(229,233,75); }
td.TdClassName
{
border-color: #E5E94B;
}
.TagClassName
{
border-color: #E5E94B;
}
</style>