Shades of Pear #E2F020
Tints of Pear #E2F020
RGB
CMYK
RGB Variations
Color information
#E2F020 (or 0xE2F020) is known color: Pear. HEX triplet: E2, F0 and 20. RGB value is (226,240,32). Sum of RGB (Red+Green+Blue) = 226+240+32=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F020 is #1D0FDF. Grayscale: #D4D4D4. Windows color (decimal): -1904608 or 2158818. OLE color: 2158818.
HSL color Cylindrical-coordinate representation of color #E2F020: hue angle of 64.04º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2F020 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 32 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.06 |
| HSL | 64.04º | 0.87% | 0.53% | - |
| HSV(B) | 64.04º | 0.87% | 0.94% | - |
| XYZ | 62.78 | 78.59 | 13.23 | - |
| YUV | 212.1 | 26.36 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 32 | 0.06 | 0 | 0.87 | 0.06 | 64.04 | 0.87 | 0.53 |
| Hex | E2 | F0 | 20 | 6 | 0 | 57 | 6 | 40 | 57 | 35 |
| Octal | 342 | 360 | 40 | 6 | 0 | 127 | 6 | 100 | 127 | 65 |
| Binary | 11100010 | 11110000 | 100000 | 110 | 0 | 1010111 | 110 | 1000000 | 1010111 | 110101 |
Color Harmonies of #E2F020
Complementary color
Monochromatic Colors of #E2F020
Black with #E2F020
Text Example
Text Example
White with #E2F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F020; }
p { color: rgb(226,240,32); }
H1.HeaderClassName
{
color: #E2F020;
}
.AnyTagClassName
{
color: #E2F020;
}
</style>
background-color css
<style>
a { background-color: #E2F020; }
a { background-color: rgb(226,240,32); }
div.DivClassName
{
background-color: #E2F020;
}
.BgClassName
{
background-color: #E2F020;
}
</style>
border-color css
<style>
span { border-color: #E2F020; }
span { border-color: rgb(226,240,32); }
td.TdClassName
{
border-color: #E2F020;
}
.TagClassName
{
border-color: #E2F020;
}
</style>