Shades of Pear #E1F031
Tints of Pear #E1F031
RGB
CMYK
RGB Variations
Color information
#E1F031 (or 0xE1F031) is known color: Pear. HEX triplet: E1, F0 and 31. RGB value is (225,240,49). Sum of RGB (Red+Green+Blue) = 225+240+49=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F031 is #1E0FCE. Grayscale: #D6D6D6. Windows color (decimal): -1970127 or 3272929. OLE color: 3272929.
HSL color Cylindrical-coordinate representation of color #E1F031: hue angle of 64.71º 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 #E1F031 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 49 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.06 |
| HSL | 64.71º | 0.86% | 0.57% | - |
| HSV(B) | 64.71º | 0.8% | 0.94% | - |
| XYZ | 62.77 | 78.55 | 14.76 | - |
| YUV | 213.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 49 | 0.06 | 0 | 0.80 | 0.06 | 64.71 | 0.86 | 0.57 |
| Hex | E1 | F0 | 31 | 6 | 0 | 50 | 6 | 41 | 56 | 39 |
| Octal | 341 | 360 | 61 | 6 | 0 | 120 | 6 | 101 | 126 | 71 |
| Binary | 11100001 | 11110000 | 110001 | 110 | 0 | 1010000 | 110 | 1000001 | 1010110 | 111001 |
Color Harmonies of #E1F031
Complementary color
Monochromatic Colors of #E1F031
Black with #E1F031
Text Example
Text Example
White with #E1F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F031; }
p { color: rgb(225,240,49); }
H1.HeaderClassName
{
color: #E1F031;
}
.AnyTagClassName
{
color: #E1F031;
}
</style>
background-color css
<style>
a { background-color: #E1F031; }
a { background-color: rgb(225,240,49); }
div.DivClassName
{
background-color: #E1F031;
}
.BgClassName
{
background-color: #E1F031;
}
</style>
border-color css
<style>
span { border-color: #E1F031; }
span { border-color: rgb(225,240,49); }
td.TdClassName
{
border-color: #E1F031;
}
.TagClassName
{
border-color: #E1F031;
}
</style>