Shades of Pear #E0F239
Tints of Pear #E0F239
RGB
CMYK
RGB Variations
Color information
#E0F239 (or 0xE0F239) is known color: Pear. HEX triplet: E0, F2 and 39. RGB value is (224,242,57). Sum of RGB (Red+Green+Blue) = 224+242+57=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 57 (22.66% from 255 or 10.90% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F239 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F239 is #1F0DC6. Grayscale: #D8D8D8. Windows color (decimal): -2035143 or 3797728. OLE color: 3797728.
HSL color Cylindrical-coordinate representation of color #E0F239: hue angle of 65.84º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0F239 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 57 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.05 |
| HSL | 65.84º | 0.88% | 0.59% | - |
| HSV(B) | 65.84º | 0.76% | 0.95% | - |
| XYZ | 63.23 | 79.65 | 15.91 | - |
| YUV | 215.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 57 | 0.07 | 0 | 0.76 | 0.05 | 65.84 | 0.88 | 0.59 |
| Hex | E0 | F2 | 39 | 7 | 0 | 4C | 5 | 42 | 58 | 3B |
| Octal | 340 | 362 | 71 | 7 | 0 | 114 | 5 | 102 | 130 | 73 |
| Binary | 11100000 | 11110010 | 111001 | 111 | 0 | 1001100 | 101 | 1000010 | 1011000 | 111011 |
Color Harmonies of #E0F239
Complementary color
Monochromatic Colors of #E0F239
Black with #E0F239
Text Example
Text Example
White with #E0F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F239; }
p { color: rgb(224,242,57); }
H1.HeaderClassName
{
color: #E0F239;
}
.AnyTagClassName
{
color: #E0F239;
}
</style>
background-color css
<style>
a { background-color: #E0F239; }
a { background-color: rgb(224,242,57); }
div.DivClassName
{
background-color: #E0F239;
}
.BgClassName
{
background-color: #E0F239;
}
</style>
border-color css
<style>
span { border-color: #E0F239; }
span { border-color: rgb(224,242,57); }
td.TdClassName
{
border-color: #E0F239;
}
.TagClassName
{
border-color: #E0F239;
}
</style>