Shades of Pear #E2F031
Tints of Pear #E2F031
RGB
CMYK
RGB Variations
Color information
#E2F031 (or 0xE2F031) is known color: Pear. HEX triplet: E2, F0 and 31. RGB value is (226,240,49). Sum of RGB (Red+Green+Blue) = 226+240+49=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F031 is #1D0FCE. Grayscale: #D6D6D6. Windows color (decimal): -1904591 or 3272930. OLE color: 3272930.
HSL color Cylindrical-coordinate representation of color #E2F031: hue angle of 64.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2F031 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 49 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.06 |
| HSL | 64.4º | 0.86% | 0.57% | - |
| HSV(B) | 64.4º | 0.8% | 0.94% | - |
| XYZ | 63.08 | 78.71 | 14.77 | - |
| YUV | 214.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 49 | 0.06 | 0 | 0.80 | 0.06 | 64.4 | 0.86 | 0.57 |
| Hex | E2 | F0 | 31 | 6 | 0 | 50 | 6 | 40 | 56 | 39 |
| Octal | 342 | 360 | 61 | 6 | 0 | 120 | 6 | 100 | 126 | 71 |
| Binary | 11100010 | 11110000 | 110001 | 110 | 0 | 1010000 | 110 | 1000000 | 1010110 | 111001 |
Color Harmonies of #E2F031
Complementary color
Monochromatic Colors of #E2F031
Black with #E2F031
Text Example
Text Example
White with #E2F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F031; }
p { color: rgb(226,240,49); }
H1.HeaderClassName
{
color: #E2F031;
}
.AnyTagClassName
{
color: #E2F031;
}
</style>
background-color css
<style>
a { background-color: #E2F031; }
a { background-color: rgb(226,240,49); }
div.DivClassName
{
background-color: #E2F031;
}
.BgClassName
{
background-color: #E2F031;
}
</style>
border-color css
<style>
span { border-color: #E2F031; }
span { border-color: rgb(226,240,49); }
td.TdClassName
{
border-color: #E2F031;
}
.TagClassName
{
border-color: #E2F031;
}
</style>