Shades of Manz #E2EA4A
Tints of Manz #E2EA4A
RGB
CMYK
RGB Variations
Color information
#E2EA4A (or 0xE2EA4A) is known color: Manz. HEX triplet: E2, EA and 4A. RGB value is (226,234,74). Sum of RGB (Red+Green+Blue) = 226+234+74=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA4A is #1D15B5. Grayscale: #D6D6D6. Windows color (decimal): -1906102 or 4909794. OLE color: 4909794.
HSL color Cylindrical-coordinate representation of color #E2EA4A: hue angle of 63º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2EA4A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 74 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.08 |
| HSL | 63º | 0.79% | 0.6% | - |
| HSV(B) | 63º | 0.68% | 0.92% | - |
| XYZ | 62.02 | 75.51 | 17.78 | - |
| YUV | 213.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 74 | 0.03 | 0 | 0.68 | 0.08 | 63 | 0.79 | 0.6 |
| Hex | E2 | EA | 4A | 3 | 0 | 44 | 8 | 3F | 4F | 3C |
| Octal | 342 | 352 | 112 | 3 | 0 | 104 | 10 | 77 | 117 | 74 |
| Binary | 11100010 | 11101010 | 1001010 | 11 | 0 | 1000100 | 1000 | 111111 | 1001111 | 111100 |
Color Harmonies of #E2EA4A
Complementary color
Monochromatic Colors of #E2EA4A
Black with #E2EA4A
Text Example
Text Example
White with #E2EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA4A; }
p { color: rgb(226,234,74); }
H1.HeaderClassName
{
color: #E2EA4A;
}
.AnyTagClassName
{
color: #E2EA4A;
}
</style>
background-color css
<style>
a { background-color: #E2EA4A; }
a { background-color: rgb(226,234,74); }
div.DivClassName
{
background-color: #E2EA4A;
}
.BgClassName
{
background-color: #E2EA4A;
}
</style>
border-color css
<style>
span { border-color: #E2EA4A; }
span { border-color: rgb(226,234,74); }
td.TdClassName
{
border-color: #E2EA4A;
}
.TagClassName
{
border-color: #E2EA4A;
}
</style>