Shades of Pear #E0F526
Tints of Pear #E0F526
RGB
CMYK
RGB Variations
Color information
#E0F526 (or 0xE0F526) is known color: Pear. HEX triplet: E0, F5 and 26. RGB value is (224,245,38). Sum of RGB (Red+Green+Blue) = 224+245+38=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 38 (15.23% from 255 or 7.50% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F526 is #1F0AD9. Grayscale: #D7D7D7. Windows color (decimal): -2034394 or 2553312. OLE color: 2553312.
HSL color Cylindrical-coordinate representation of color #E0F526: hue angle of 66.09º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0F526 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 38 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.04 |
| HSL | 66.09º | 0.91% | 0.55% | - |
| HSV(B) | 66.09º | 0.84% | 0.96% | - |
| XYZ | 63.74 | 81.29 | 14.17 | - |
| YUV | 215.12 | 28.04 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 38 | 0.09 | 0 | 0.84 | 0.04 | 66.09 | 0.91 | 0.55 |
| Hex | E0 | F5 | 26 | 9 | 0 | 54 | 4 | 42 | 5B | 37 |
| Octal | 340 | 365 | 46 | 11 | 0 | 124 | 4 | 102 | 133 | 67 |
| Binary | 11100000 | 11110101 | 100110 | 1001 | 0 | 1010100 | 100 | 1000010 | 1011011 | 110111 |
Color Harmonies of #E0F526
Complementary color
Monochromatic Colors of #E0F526
Black with #E0F526
Text Example
Text Example
White with #E0F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F526; }
p { color: rgb(224,245,38); }
H1.HeaderClassName
{
color: #E0F526;
}
.AnyTagClassName
{
color: #E0F526;
}
</style>
background-color css
<style>
a { background-color: #E0F526; }
a { background-color: rgb(224,245,38); }
div.DivClassName
{
background-color: #E0F526;
}
.BgClassName
{
background-color: #E0F526;
}
</style>
border-color css
<style>
span { border-color: #E0F526; }
span { border-color: rgb(224,245,38); }
td.TdClassName
{
border-color: #E0F526;
}
.TagClassName
{
border-color: #E0F526;
}
</style>