Shades of Pear #E0F220
Tints of Pear #E0F220
RGB
CMYK
RGB Variations
Color information
#E0F220 (or 0xE0F220) is known color: Pear. HEX triplet: E0, F2 and 20. RGB value is (224,242,32). Sum of RGB (Red+Green+Blue) = 224+242+32=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F220 is #1F0DDF. Grayscale: #D5D5D5. Windows color (decimal): -2035168 or 2159328. OLE color: 2159328.
HSL color Cylindrical-coordinate representation of color #E0F220: hue angle of 65.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0F220 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 32 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.05 |
| HSL | 65.14º | 0.89% | 0.54% | - |
| HSV(B) | 65.14º | 0.87% | 0.95% | - |
| XYZ | 62.75 | 79.46 | 13.4 | - |
| YUV | 212.68 | 26.04 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 32 | 0.07 | 0 | 0.87 | 0.05 | 65.14 | 0.89 | 0.54 |
| Hex | E0 | F2 | 20 | 7 | 0 | 57 | 5 | 41 | 59 | 36 |
| Octal | 340 | 362 | 40 | 7 | 0 | 127 | 5 | 101 | 131 | 66 |
| Binary | 11100000 | 11110010 | 100000 | 111 | 0 | 1010111 | 101 | 1000001 | 1011001 | 110110 |
Color Harmonies of #E0F220
Complementary color
Monochromatic Colors of #E0F220
Black with #E0F220
Text Example
Text Example
White with #E0F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F220; }
p { color: rgb(224,242,32); }
H1.HeaderClassName
{
color: #E0F220;
}
.AnyTagClassName
{
color: #E0F220;
}
</style>
background-color css
<style>
a { background-color: #E0F220; }
a { background-color: rgb(224,242,32); }
div.DivClassName
{
background-color: #E0F220;
}
.BgClassName
{
background-color: #E0F220;
}
</style>
border-color css
<style>
span { border-color: #E0F220; }
span { border-color: rgb(224,242,32); }
td.TdClassName
{
border-color: #E0F220;
}
.TagClassName
{
border-color: #E0F220;
}
</style>