Shades of Manz #E2E54A
Tints of Manz #E2E54A
RGB
CMYK
RGB Variations
Color information
#E2E54A (or 0xE2E54A) is known color: Manz. HEX triplet: E2, E5 and 4A. RGB value is (226,229,74). Sum of RGB (Red+Green+Blue) = 226+229+74=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E54A is #1D1AB5. Grayscale: #D3D3D3. Windows color (decimal): -1907382 or 4908514. OLE color: 4908514.
HSL color Cylindrical-coordinate representation of color #E2E54A: hue angle of 61.16º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2E54A is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 74 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.10 |
| HSL | 61.16º | 0.75% | 0.59% | - |
| HSV(B) | 61.16º | 0.68% | 0.9% | - |
| XYZ | 60.62 | 72.7 | 17.32 | - |
| YUV | 210.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 74 | 0.01 | 0 | 0.68 | 0.10 | 61.16 | 0.75 | 0.59 |
| Hex | E2 | E5 | 4A | 1 | 0 | 44 | A | 3D | 4B | 3B |
| Octal | 342 | 345 | 112 | 1 | 0 | 104 | 12 | 75 | 113 | 73 |
| Binary | 11100010 | 11100101 | 1001010 | 1 | 0 | 1000100 | 1010 | 111101 | 1001011 | 111011 |
Color Harmonies of #E2E54A
Complementary color
Monochromatic Colors of #E2E54A
Black with #E2E54A
Text Example
Text Example
White with #E2E54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E54A; }
p { color: rgb(226,229,74); }
H1.HeaderClassName
{
color: #E2E54A;
}
.AnyTagClassName
{
color: #E2E54A;
}
</style>
background-color css
<style>
a { background-color: #E2E54A; }
a { background-color: rgb(226,229,74); }
div.DivClassName
{
background-color: #E2E54A;
}
.BgClassName
{
background-color: #E2E54A;
}
</style>
border-color css
<style>
span { border-color: #E2E54A; }
span { border-color: rgb(226,229,74); }
td.TdClassName
{
border-color: #E2E54A;
}
.TagClassName
{
border-color: #E2E54A;
}
</style>