Shades of Pear #E0EC26
Tints of Pear #E0EC26
RGB
CMYK
RGB Variations
Color information
#E0EC26 (or 0xE0EC26) is known color: Pear. HEX triplet: E0, EC and 26. RGB value is (224,236,38). Sum of RGB (Red+Green+Blue) = 224+236+38=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC26 is #1F13D9. Grayscale: #D2D2D2. Windows color (decimal): -2036698 or 2551008. OLE color: 2551008.
HSL color Cylindrical-coordinate representation of color #E0EC26: hue angle of 63.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0EC26 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 38 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.07 |
| HSL | 63.64º | 0.84% | 0.54% | - |
| HSV(B) | 63.64º | 0.84% | 0.93% | - |
| XYZ | 61.09 | 75.98 | 13.28 | - |
| YUV | 209.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 38 | 0.05 | 0 | 0.84 | 0.07 | 63.64 | 0.84 | 0.54 |
| Hex | E0 | EC | 26 | 5 | 0 | 54 | 7 | 40 | 54 | 36 |
| Octal | 340 | 354 | 46 | 5 | 0 | 124 | 7 | 100 | 124 | 66 |
| Binary | 11100000 | 11101100 | 100110 | 101 | 0 | 1010100 | 111 | 1000000 | 1010100 | 110110 |
Color Harmonies of #E0EC26
Complementary color
Monochromatic Colors of #E0EC26
Black with #E0EC26
Text Example
Text Example
White with #E0EC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC26; }
p { color: rgb(224,236,38); }
H1.HeaderClassName
{
color: #E0EC26;
}
.AnyTagClassName
{
color: #E0EC26;
}
</style>
background-color css
<style>
a { background-color: #E0EC26; }
a { background-color: rgb(224,236,38); }
div.DivClassName
{
background-color: #E0EC26;
}
.BgClassName
{
background-color: #E0EC26;
}
</style>
border-color css
<style>
span { border-color: #E0EC26; }
span { border-color: rgb(224,236,38); }
td.TdClassName
{
border-color: #E0EC26;
}
.TagClassName
{
border-color: #E0EC26;
}
</style>