Shades of Pear #E0F432
Tints of Pear #E0F432
RGB
CMYK
RGB Variations
Color information
#E0F432 (or 0xE0F432) is known color: Pear. HEX triplet: E0, F4 and 32. RGB value is (224,244,50). Sum of RGB (Red+Green+Blue) = 224+244+50=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F432 is #1F0BCD. Grayscale: #D8D8D8. Windows color (decimal): -2034638 or 3339488. OLE color: 3339488.
HSL color Cylindrical-coordinate representation of color #E0F432: hue angle of 66.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0F432 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 50 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.04 |
| HSL | 66.19º | 0.9% | 0.58% | - |
| HSV(B) | 66.19º | 0.8% | 0.96% | - |
| XYZ | 63.67 | 80.78 | 15.25 | - |
| YUV | 215.9 | 34.37 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 50 | 0.08 | 0 | 0.80 | 0.04 | 66.19 | 0.9 | 0.58 |
| Hex | E0 | F4 | 32 | 8 | 0 | 50 | 4 | 42 | 5A | 3A |
| Octal | 340 | 364 | 62 | 10 | 0 | 120 | 4 | 102 | 132 | 72 |
| Binary | 11100000 | 11110100 | 110010 | 1000 | 0 | 1010000 | 100 | 1000010 | 1011010 | 111010 |
Color Harmonies of #E0F432
Complementary color
Monochromatic Colors of #E0F432
Black with #E0F432
Text Example
Text Example
White with #E0F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F432; }
p { color: rgb(224,244,50); }
H1.HeaderClassName
{
color: #E0F432;
}
.AnyTagClassName
{
color: #E0F432;
}
</style>
background-color css
<style>
a { background-color: #E0F432; }
a { background-color: rgb(224,244,50); }
div.DivClassName
{
background-color: #E0F432;
}
.BgClassName
{
background-color: #E0F432;
}
</style>
border-color css
<style>
span { border-color: #E0F432; }
span { border-color: rgb(224,244,50); }
td.TdClassName
{
border-color: #E0F432;
}
.TagClassName
{
border-color: #E0F432;
}
</style>