Shades of Manz #E2E552
Tints of Manz #E2E552
RGB
CMYK
RGB Variations
Color information
#E2E552 (or 0xE2E552) is known color: Manz. HEX triplet: E2, E5 and 52. RGB value is (226,229,82). Sum of RGB (Red+Green+Blue) = 226+229+82=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E552 is #1D1AAD. Grayscale: #D3D3D3. Windows color (decimal): -1907374 or 5432802. OLE color: 5432802.
HSL color Cylindrical-coordinate representation of color #E2E552: hue angle of 61.22º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2E552 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 82 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.10 |
| HSL | 61.22º | 0.74% | 0.61% | - |
| HSV(B) | 61.22º | 0.64% | 0.9% | - |
| XYZ | 60.91 | 72.82 | 18.83 | - |
| YUV | 211.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 82 | 0.01 | 0 | 0.64 | 0.10 | 61.22 | 0.74 | 0.61 |
| Hex | E2 | E5 | 52 | 1 | 0 | 40 | A | 3D | 4A | 3D |
| Octal | 342 | 345 | 122 | 1 | 0 | 100 | 12 | 75 | 112 | 75 |
| Binary | 11100010 | 11100101 | 1010010 | 1 | 0 | 1000000 | 1010 | 111101 | 1001010 | 111101 |
Color Harmonies of #E2E552
Complementary color
Monochromatic Colors of #E2E552
Black with #E2E552
Text Example
Text Example
White with #E2E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E552; }
p { color: rgb(226,229,82); }
H1.HeaderClassName
{
color: #E2E552;
}
.AnyTagClassName
{
color: #E2E552;
}
</style>
background-color css
<style>
a { background-color: #E2E552; }
a { background-color: rgb(226,229,82); }
div.DivClassName
{
background-color: #E2E552;
}
.BgClassName
{
background-color: #E2E552;
}
</style>
border-color css
<style>
span { border-color: #E2E552; }
span { border-color: rgb(226,229,82); }
td.TdClassName
{
border-color: #E2E552;
}
.TagClassName
{
border-color: #E2E552;
}
</style>