Shades of Manz #E5E05A
Tints of Manz #E5E05A
RGB
CMYK
RGB Variations
Color information
#E5E05A (or 0xE5E05A) is known color: Manz. HEX triplet: E5, E0 and 5A. RGB value is (229,224,90). Sum of RGB (Red+Green+Blue) = 229+224+90=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E05A is #1A1FA5. Grayscale: #D2D2D2. Windows color (decimal): -1712038 or 5955813. OLE color: 5955813.
HSL color Cylindrical-coordinate representation of color #E5E05A: hue angle of 57.84º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5E05A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 90 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.10 |
| HSL | 57.84º | 0.73% | 0.63% | - |
| HSV(B) | 57.84º | 0.61% | 0.9% | - |
| XYZ | 60.81 | 70.71 | 20.12 | - |
| YUV | 210.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 90 | 0 | 0.02 | 0.61 | 0.10 | 57.84 | 0.73 | 0.63 |
| Hex | E5 | E0 | 5A | 0 | 2 | 3D | A | 3A | 49 | 3F |
| Octal | 345 | 340 | 132 | 0 | 2 | 75 | 12 | 72 | 111 | 77 |
| Binary | 11100101 | 11100000 | 1011010 | 0 | 10 | 111101 | 1010 | 111010 | 1001001 | 111111 |
Color Harmonies of #E5E05A
Complementary color
Monochromatic Colors of #E5E05A
Black with #E5E05A
Text Example
Text Example
White with #E5E05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E05A; }
p { color: rgb(229,224,90); }
H1.HeaderClassName
{
color: #E5E05A;
}
.AnyTagClassName
{
color: #E5E05A;
}
</style>
background-color css
<style>
a { background-color: #E5E05A; }
a { background-color: rgb(229,224,90); }
div.DivClassName
{
background-color: #E5E05A;
}
.BgClassName
{
background-color: #E5E05A;
}
</style>
border-color css
<style>
span { border-color: #E5E05A; }
span { border-color: rgb(229,224,90); }
td.TdClassName
{
border-color: #E5E05A;
}
.TagClassName
{
border-color: #E5E05A;
}
</style>