Shades of Manz #E2E45B
Tints of Manz #E2E45B
RGB
CMYK
RGB Variations
Color information
#E2E45B (or 0xE2E45B) is known color: Manz. HEX triplet: E2, E4 and 5B. RGB value is (226,228,91). Sum of RGB (Red+Green+Blue) = 226+228+91=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E45B is #1D1BA4. Grayscale: #D4D4D4. Windows color (decimal): -1907621 or 6022370. OLE color: 6022370.
HSL color Cylindrical-coordinate representation of color #E2E45B: hue angle of 60.88º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2E45B is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 91 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.11 |
| HSL | 60.88º | 0.72% | 0.63% | - |
| HSV(B) | 60.88º | 0.6% | 0.89% | - |
| XYZ | 61 | 72.41 | 20.66 | - |
| YUV | 211.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 91 | 0.01 | 0 | 0.60 | 0.11 | 60.88 | 0.72 | 0.63 |
| Hex | E2 | E4 | 5B | 1 | 0 | 3C | B | 3D | 48 | 3F |
| Octal | 342 | 344 | 133 | 1 | 0 | 74 | 13 | 75 | 110 | 77 |
| Binary | 11100010 | 11100100 | 1011011 | 1 | 0 | 111100 | 1011 | 111101 | 1001000 | 111111 |
Color Harmonies of #E2E45B
Complementary color
Monochromatic Colors of #E2E45B
Black with #E2E45B
Text Example
Text Example
White with #E2E45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E45B; }
p { color: rgb(226,228,91); }
H1.HeaderClassName
{
color: #E2E45B;
}
.AnyTagClassName
{
color: #E2E45B;
}
</style>
background-color css
<style>
a { background-color: #E2E45B; }
a { background-color: rgb(226,228,91); }
div.DivClassName
{
background-color: #E2E45B;
}
.BgClassName
{
background-color: #E2E45B;
}
</style>
border-color css
<style>
span { border-color: #E2E45B; }
span { border-color: rgb(226,228,91); }
td.TdClassName
{
border-color: #E2E45B;
}
.TagClassName
{
border-color: #E2E45B;
}
</style>