Shades of Manz #E3EC52
Tints of Manz #E3EC52
RGB
CMYK
RGB Variations
Color information
#E3EC52 (or 0xE3EC52) is known color: Manz. HEX triplet: E3, EC and 52. RGB value is (227,236,82). Sum of RGB (Red+Green+Blue) = 227+236+82=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #E3EC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3EC52 is #1C13AD. Grayscale: #D8D8D8. Windows color (decimal): -1840046 or 5434595. OLE color: 5434595.
HSL color Cylindrical-coordinate representation of color #E3EC52: hue angle of 63.51º 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 #E3EC52 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 236 | 82 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.07 |
| HSL | 63.51º | 0.8% | 0.62% | - |
| HSV(B) | 63.51º | 0.65% | 0.93% | - |
| XYZ | 63.2 | 76.93 | 19.5 | - |
| YUV | 215.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 236 | 82 | 0.04 | 0 | 0.65 | 0.07 | 63.51 | 0.8 | 0.62 |
| Hex | E3 | EC | 52 | 4 | 0 | 41 | 7 | 40 | 50 | 3E |
| Octal | 343 | 354 | 122 | 4 | 0 | 101 | 7 | 100 | 120 | 76 |
| Binary | 11100011 | 11101100 | 1010010 | 100 | 0 | 1000001 | 111 | 1000000 | 1010000 | 111110 |
Color Harmonies of #E3EC52
Complementary color
Monochromatic Colors of #E3EC52
Black with #E3EC52
Text Example
Text Example
White with #E3EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EC52; }
p { color: rgb(227,236,82); }
H1.HeaderClassName
{
color: #E3EC52;
}
.AnyTagClassName
{
color: #E3EC52;
}
</style>
background-color css
<style>
a { background-color: #E3EC52; }
a { background-color: rgb(227,236,82); }
div.DivClassName
{
background-color: #E3EC52;
}
.BgClassName
{
background-color: #E3EC52;
}
</style>
border-color css
<style>
span { border-color: #E3EC52; }
span { border-color: rgb(227,236,82); }
td.TdClassName
{
border-color: #E3EC52;
}
.TagClassName
{
border-color: #E3EC52;
}
</style>