Shades of Manz #E2E44A
Tints of Manz #E2E44A
RGB
CMYK
RGB Variations
Color information
#E2E44A (or 0xE2E44A) is known color: Manz. HEX triplet: E2, E4 and 4A. RGB value is (226,228,74). Sum of RGB (Red+Green+Blue) = 226+228+74=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E44A is #1D1BB5. Grayscale: #D2D2D2. Windows color (decimal): -1907638 or 4908258. OLE color: 4908258.
HSL color Cylindrical-coordinate representation of color #E2E44A: hue angle of 60.78º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2E44A is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 74 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.11 |
| HSL | 60.78º | 0.74% | 0.59% | - |
| HSV(B) | 60.78º | 0.68% | 0.89% | - |
| XYZ | 60.34 | 72.15 | 17.22 | - |
| YUV | 209.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 74 | 0.01 | 0 | 0.68 | 0.11 | 60.78 | 0.74 | 0.59 |
| Hex | E2 | E4 | 4A | 1 | 0 | 44 | B | 3D | 4A | 3B |
| Octal | 342 | 344 | 112 | 1 | 0 | 104 | 13 | 75 | 112 | 73 |
| Binary | 11100010 | 11100100 | 1001010 | 1 | 0 | 1000100 | 1011 | 111101 | 1001010 | 111011 |
Color Harmonies of #E2E44A
Complementary color
Monochromatic Colors of #E2E44A
Black with #E2E44A
Text Example
Text Example
White with #E2E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E44A; }
p { color: rgb(226,228,74); }
H1.HeaderClassName
{
color: #E2E44A;
}
.AnyTagClassName
{
color: #E2E44A;
}
</style>
background-color css
<style>
a { background-color: #E2E44A; }
a { background-color: rgb(226,228,74); }
div.DivClassName
{
background-color: #E2E44A;
}
.BgClassName
{
background-color: #E2E44A;
}
</style>
border-color css
<style>
span { border-color: #E2E44A; }
span { border-color: rgb(226,228,74); }
td.TdClassName
{
border-color: #E2E44A;
}
.TagClassName
{
border-color: #E2E44A;
}
</style>