Shades of Pear #E0EC27
Tints of Pear #E0EC27
RGB
CMYK
RGB Variations
Color information
#E0EC27 (or 0xE0EC27) is known color: Pear. HEX triplet: E0, EC and 27. RGB value is (224,236,39). Sum of RGB (Red+Green+Blue) = 224+236+39=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC27 is #1F13D8. Grayscale: #D2D2D2. Windows color (decimal): -2036697 or 2616544. OLE color: 2616544.
HSL color Cylindrical-coordinate representation of color #E0EC27: hue angle of 63.65º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0EC27 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 39 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.07 |
| HSL | 63.65º | 0.84% | 0.54% | - |
| HSV(B) | 63.65º | 0.83% | 0.93% | - |
| XYZ | 61.1 | 75.98 | 13.37 | - |
| YUV | 209.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 39 | 0.05 | 0 | 0.83 | 0.07 | 63.65 | 0.84 | 0.54 |
| Hex | E0 | EC | 27 | 5 | 0 | 53 | 7 | 40 | 54 | 36 |
| Octal | 340 | 354 | 47 | 5 | 0 | 123 | 7 | 100 | 124 | 66 |
| Binary | 11100000 | 11101100 | 100111 | 101 | 0 | 1010011 | 111 | 1000000 | 1010100 | 110110 |
Color Harmonies of #E0EC27
Complementary color
Monochromatic Colors of #E0EC27
Black with #E0EC27
Text Example
Text Example
White with #E0EC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC27; }
p { color: rgb(224,236,39); }
H1.HeaderClassName
{
color: #E0EC27;
}
.AnyTagClassName
{
color: #E0EC27;
}
</style>
background-color css
<style>
a { background-color: #E0EC27; }
a { background-color: rgb(224,236,39); }
div.DivClassName
{
background-color: #E0EC27;
}
.BgClassName
{
background-color: #E0EC27;
}
</style>
border-color css
<style>
span { border-color: #E0EC27; }
span { border-color: rgb(224,236,39); }
td.TdClassName
{
border-color: #E0EC27;
}
.TagClassName
{
border-color: #E0EC27;
}
</style>