Shades of Manz #E4E85A
Tints of Manz #E4E85A
RGB
CMYK
RGB Variations
Color information
#E4E85A (or 0xE4E85A) is known color: Manz. HEX triplet: E4, E8 and 5A. RGB value is (228,232,90). Sum of RGB (Red+Green+Blue) = 228+232+90=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #E4E85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4E85A is #1B17A5. Grayscale: #D7D7D7. Windows color (decimal): -1775526 or 5957860. OLE color: 5957860.
HSL color Cylindrical-coordinate representation of color #E4E85A: hue angle of 61.69º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4E85A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 232 | 90 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.09 |
| HSL | 61.69º | 0.76% | 0.63% | - |
| HSV(B) | 61.69º | 0.61% | 0.91% | - |
| XYZ | 62.7 | 74.95 | 20.83 | - |
| YUV | 214.62 | 57.67 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 232 | 90 | 0.02 | 0 | 0.61 | 0.09 | 61.69 | 0.76 | 0.63 |
| Hex | E4 | E8 | 5A | 2 | 0 | 3D | 9 | 3E | 4C | 3F |
| Octal | 344 | 350 | 132 | 2 | 0 | 75 | 11 | 76 | 114 | 77 |
| Binary | 11100100 | 11101000 | 1011010 | 10 | 0 | 111101 | 1001 | 111110 | 1001100 | 111111 |
Color Harmonies of #E4E85A
Complementary color
Monochromatic Colors of #E4E85A
Black with #E4E85A
Text Example
Text Example
White with #E4E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E85A; }
p { color: rgb(228,232,90); }
H1.HeaderClassName
{
color: #E4E85A;
}
.AnyTagClassName
{
color: #E4E85A;
}
</style>
background-color css
<style>
a { background-color: #E4E85A; }
a { background-color: rgb(228,232,90); }
div.DivClassName
{
background-color: #E4E85A;
}
.BgClassName
{
background-color: #E4E85A;
}
</style>
border-color css
<style>
span { border-color: #E4E85A; }
span { border-color: rgb(228,232,90); }
td.TdClassName
{
border-color: #E4E85A;
}
.TagClassName
{
border-color: #E4E85A;
}
</style>