Shades of Pear #E0F433
Tints of Pear #E0F433
RGB
CMYK
RGB Variations
Color information
#E0F433 (or 0xE0F433) is known color: Pear. HEX triplet: E0, F4 and 33. RGB value is (224,244,51). Sum of RGB (Red+Green+Blue) = 224+244+51=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 51 (20.31% from 255 or 9.83% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F433 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F433 is #1F0BCC. Grayscale: #D8D8D8. Windows color (decimal): -2034637 or 3405024. OLE color: 3405024.
HSL color Cylindrical-coordinate representation of color #E0F433: hue angle of 66.22º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0F433 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 51 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.04 |
| HSL | 66.22º | 0.9% | 0.58% | - |
| HSV(B) | 66.22º | 0.79% | 0.96% | - |
| XYZ | 63.69 | 80.79 | 15.37 | - |
| YUV | 216.02 | 34.87 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 51 | 0.08 | 0 | 0.79 | 0.04 | 66.22 | 0.9 | 0.58 |
| Hex | E0 | F4 | 33 | 8 | 0 | 4F | 4 | 42 | 5A | 3A |
| Octal | 340 | 364 | 63 | 10 | 0 | 117 | 4 | 102 | 132 | 72 |
| Binary | 11100000 | 11110100 | 110011 | 1000 | 0 | 1001111 | 100 | 1000010 | 1011010 | 111010 |
Color Harmonies of #E0F433
Complementary color
Monochromatic Colors of #E0F433
Black with #E0F433
Text Example
Text Example
White with #E0F433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F433; }
p { color: rgb(224,244,51); }
H1.HeaderClassName
{
color: #E0F433;
}
.AnyTagClassName
{
color: #E0F433;
}
</style>
background-color css
<style>
a { background-color: #E0F433; }
a { background-color: rgb(224,244,51); }
div.DivClassName
{
background-color: #E0F433;
}
.BgClassName
{
background-color: #E0F433;
}
</style>
border-color css
<style>
span { border-color: #E0F433; }
span { border-color: rgb(224,244,51); }
td.TdClassName
{
border-color: #E0F433;
}
.TagClassName
{
border-color: #E0F433;
}
</style>