Shades of Pear #E0F827
Tints of Pear #E0F827
RGB
CMYK
RGB Variations
Color information
#E0F827 (or 0xE0F827) is known color: Pear. HEX triplet: E0, F8 and 27. RGB value is (224,248,39). Sum of RGB (Red+Green+Blue) = 224+248+39=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F827 is #1F07D8. Grayscale: #D9D9D9. Windows color (decimal): -2033625 or 2619616. OLE color: 2619616.
HSL color Cylindrical-coordinate representation of color #E0F827: hue angle of 66.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0F827 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 248 | 39 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.03 |
| HSL | 66.89º | 0.94% | 0.56% | - |
| HSV(B) | 66.89º | 0.84% | 0.97% | - |
| XYZ | 64.67 | 83.13 | 14.56 | - |
| YUV | 217 | 27.55 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 248 | 39 | 0.10 | 0 | 0.84 | 0.03 | 66.89 | 0.94 | 0.56 |
| Hex | E0 | F8 | 27 | A | 0 | 54 | 3 | 43 | 5E | 38 |
| Octal | 340 | 370 | 47 | 12 | 0 | 124 | 3 | 103 | 136 | 70 |
| Binary | 11100000 | 11111000 | 100111 | 1010 | 0 | 1010100 | 11 | 1000011 | 1011110 | 111000 |
Color Harmonies of #E0F827
Complementary color
Monochromatic Colors of #E0F827
Black with #E0F827
Text Example
Text Example
White with #E0F827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F827; }
p { color: rgb(224,248,39); }
H1.HeaderClassName
{
color: #E0F827;
}
.AnyTagClassName
{
color: #E0F827;
}
</style>
background-color css
<style>
a { background-color: #E0F827; }
a { background-color: rgb(224,248,39); }
div.DivClassName
{
background-color: #E0F827;
}
.BgClassName
{
background-color: #E0F827;
}
</style>
border-color css
<style>
span { border-color: #E0F827; }
span { border-color: rgb(224,248,39); }
td.TdClassName
{
border-color: #E0F827;
}
.TagClassName
{
border-color: #E0F827;
}
</style>