Shades of Pear #E0F236
Tints of Pear #E0F236
RGB
CMYK
RGB Variations
Color information
#E0F236 (or 0xE0F236) is known color: Pear. HEX triplet: E0, F2 and 36. RGB value is (224,242,54). Sum of RGB (Red+Green+Blue) = 224+242+54=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 54 (21.48% from 255 or 10.38% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F236 is #1F0DC9. Grayscale: #D7D7D7. Windows color (decimal): -2035146 or 3601120. OLE color: 3601120.
HSL color Cylindrical-coordinate representation of color #E0F236: hue angle of 65.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0F236 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 54 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.05 |
| HSL | 65.74º | 0.88% | 0.58% | - |
| HSV(B) | 65.74º | 0.78% | 0.95% | - |
| XYZ | 63.16 | 79.62 | 15.53 | - |
| YUV | 215.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 54 | 0.07 | 0 | 0.78 | 0.05 | 65.74 | 0.88 | 0.58 |
| Hex | E0 | F2 | 36 | 7 | 0 | 4E | 5 | 42 | 58 | 3A |
| Octal | 340 | 362 | 66 | 7 | 0 | 116 | 5 | 102 | 130 | 72 |
| Binary | 11100000 | 11110010 | 110110 | 111 | 0 | 1001110 | 101 | 1000010 | 1011000 | 111010 |
Color Harmonies of #E0F236
Complementary color
Monochromatic Colors of #E0F236
Black with #E0F236
Text Example
Text Example
White with #E0F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F236; }
p { color: rgb(224,242,54); }
H1.HeaderClassName
{
color: #E0F236;
}
.AnyTagClassName
{
color: #E0F236;
}
</style>
background-color css
<style>
a { background-color: #E0F236; }
a { background-color: rgb(224,242,54); }
div.DivClassName
{
background-color: #E0F236;
}
.BgClassName
{
background-color: #E0F236;
}
</style>
border-color css
<style>
span { border-color: #E0F236; }
span { border-color: rgb(224,242,54); }
td.TdClassName
{
border-color: #E0F236;
}
.TagClassName
{
border-color: #E0F236;
}
</style>