Shades of Manz #E5EC52
Tints of Manz #E5EC52
RGB
CMYK
RGB Variations
Color information
#E5EC52 (or 0xE5EC52) is known color: Manz. HEX triplet: E5, EC and 52. RGB value is (229,236,82). Sum of RGB (Red+Green+Blue) = 229+236+82=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #E5EC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5EC52 is #1A13AD. Grayscale: #D8D8D8. Windows color (decimal): -1708974 or 5434597. OLE color: 5434597.
HSL color Cylindrical-coordinate representation of color #E5EC52: hue angle of 62.73º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5EC52 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 236 | 82 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.07 |
| HSL | 62.73º | 0.8% | 0.62% | - |
| HSV(B) | 62.73º | 0.65% | 0.93% | - |
| XYZ | 63.83 | 77.26 | 19.53 | - |
| YUV | 216.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 82 | 0.03 | 0 | 0.65 | 0.07 | 62.73 | 0.8 | 0.62 |
| Hex | E5 | EC | 52 | 3 | 0 | 41 | 7 | 3F | 50 | 3E |
| Octal | 345 | 354 | 122 | 3 | 0 | 101 | 7 | 77 | 120 | 76 |
| Binary | 11100101 | 11101100 | 1010010 | 11 | 0 | 1000001 | 111 | 111111 | 1010000 | 111110 |
Color Harmonies of #E5EC52
Complementary color
Monochromatic Colors of #E5EC52
Black with #E5EC52
Text Example
Text Example
White with #E5EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EC52; }
p { color: rgb(229,236,82); }
H1.HeaderClassName
{
color: #E5EC52;
}
.AnyTagClassName
{
color: #E5EC52;
}
</style>
background-color css
<style>
a { background-color: #E5EC52; }
a { background-color: rgb(229,236,82); }
div.DivClassName
{
background-color: #E5EC52;
}
.BgClassName
{
background-color: #E5EC52;
}
</style>
border-color css
<style>
span { border-color: #E5EC52; }
span { border-color: rgb(229,236,82); }
td.TdClassName
{
border-color: #E5EC52;
}
.TagClassName
{
border-color: #E5EC52;
}
</style>