Shades of Manz #E2E753
Tints of Manz #E2E753
RGB
CMYK
RGB Variations
Color information
#E2E753 (or 0xE2E753) is known color: Manz. HEX triplet: E2, E7 and 53. RGB value is (226,231,83). Sum of RGB (Red+Green+Blue) = 226+231+83=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E753 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E753 is #1D18AC. Grayscale: #D5D5D5. Windows color (decimal): -1906861 or 5498850. OLE color: 5498850.
HSL color Cylindrical-coordinate representation of color #E2E753: hue angle of 62.03º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2E753 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 83 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.09 |
| HSL | 62.03º | 0.76% | 0.62% | - |
| HSV(B) | 62.03º | 0.64% | 0.91% | - |
| XYZ | 61.5 | 73.95 | 19.21 | - |
| YUV | 212.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 83 | 0.02 | 0 | 0.64 | 0.09 | 62.03 | 0.76 | 0.62 |
| Hex | E2 | E7 | 53 | 2 | 0 | 40 | 9 | 3E | 4C | 3E |
| Octal | 342 | 347 | 123 | 2 | 0 | 100 | 11 | 76 | 114 | 76 |
| Binary | 11100010 | 11100111 | 1010011 | 10 | 0 | 1000000 | 1001 | 111110 | 1001100 | 111110 |
Color Harmonies of #E2E753
Complementary color
Monochromatic Colors of #E2E753
Black with #E2E753
Text Example
Text Example
White with #E2E753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E753; }
p { color: rgb(226,231,83); }
H1.HeaderClassName
{
color: #E2E753;
}
.AnyTagClassName
{
color: #E2E753;
}
</style>
background-color css
<style>
a { background-color: #E2E753; }
a { background-color: rgb(226,231,83); }
div.DivClassName
{
background-color: #E2E753;
}
.BgClassName
{
background-color: #E2E753;
}
</style>
border-color css
<style>
span { border-color: #E2E753; }
span { border-color: rgb(226,231,83); }
td.TdClassName
{
border-color: #E2E753;
}
.TagClassName
{
border-color: #E2E753;
}
</style>