Shades of Pear #E1F521
Tints of Pear #E1F521
RGB
CMYK
RGB Variations
Color information
#E1F521 (or 0xE1F521) is known color: Pear. HEX triplet: E1, F5 and 21. RGB value is (225,245,33). Sum of RGB (Red+Green+Blue) = 225+245+33=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F521 is #1E0ADE. Grayscale: #D7D7D7. Windows color (decimal): -1968863 or 2225633. OLE color: 2225633.
HSL color Cylindrical-coordinate representation of color #E1F521: hue angle of 65.66º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1F521 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 33 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.04 |
| HSL | 65.66º | 0.91% | 0.55% | - |
| HSV(B) | 65.66º | 0.87% | 0.96% | - |
| XYZ | 63.98 | 81.42 | 13.78 | - |
| YUV | 214.85 | 25.37 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 33 | 0.08 | 0 | 0.87 | 0.04 | 65.66 | 0.91 | 0.55 |
| Hex | E1 | F5 | 21 | 8 | 0 | 57 | 4 | 42 | 5B | 37 |
| Octal | 341 | 365 | 41 | 10 | 0 | 127 | 4 | 102 | 133 | 67 |
| Binary | 11100001 | 11110101 | 100001 | 1000 | 0 | 1010111 | 100 | 1000010 | 1011011 | 110111 |
Color Harmonies of #E1F521
Complementary color
Monochromatic Colors of #E1F521
Black with #E1F521
Text Example
Text Example
White with #E1F521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F521; }
p { color: rgb(225,245,33); }
H1.HeaderClassName
{
color: #E1F521;
}
.AnyTagClassName
{
color: #E1F521;
}
</style>
background-color css
<style>
a { background-color: #E1F521; }
a { background-color: rgb(225,245,33); }
div.DivClassName
{
background-color: #E1F521;
}
.BgClassName
{
background-color: #E1F521;
}
</style>
border-color css
<style>
span { border-color: #E1F521; }
span { border-color: rgb(225,245,33); }
td.TdClassName
{
border-color: #E1F521;
}
.TagClassName
{
border-color: #E1F521;
}
</style>