Shades of Pear #E0EC1F
Tints of Pear #E0EC1F
RGB
CMYK
RGB Variations
Color information
#E0EC1F (or 0xE0EC1F) is known color: Pear. HEX triplet: E0, EC and 1F. RGB value is (224,236,31). Sum of RGB (Red+Green+Blue) = 224+236+31=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC1F is #1F13E0. Grayscale: #D1D1D1. Windows color (decimal): -2036705 or 2092256. OLE color: 2092256.
HSL color Cylindrical-coordinate representation of color #E0EC1F: hue angle of 63.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0EC1F is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 31 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.07 |
| HSL | 63.51º | 0.84% | 0.52% | - |
| HSV(B) | 63.51º | 0.87% | 0.93% | - |
| XYZ | 60.98 | 75.94 | 12.74 | - |
| YUV | 209.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 31 | 0.05 | 0 | 0.87 | 0.07 | 63.51 | 0.84 | 0.52 |
| Hex | E0 | EC | 1F | 5 | 0 | 57 | 7 | 40 | 54 | 34 |
| Octal | 340 | 354 | 37 | 5 | 0 | 127 | 7 | 100 | 124 | 64 |
| Binary | 11100000 | 11101100 | 11111 | 101 | 0 | 1010111 | 111 | 1000000 | 1010100 | 110100 |
Color Harmonies of #E0EC1F
Complementary color
Monochromatic Colors of #E0EC1F
Black with #E0EC1F
Text Example
Text Example
White with #E0EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC1F; }
p { color: rgb(224,236,31); }
H1.HeaderClassName
{
color: #E0EC1F;
}
.AnyTagClassName
{
color: #E0EC1F;
}
</style>
background-color css
<style>
a { background-color: #E0EC1F; }
a { background-color: rgb(224,236,31); }
div.DivClassName
{
background-color: #E0EC1F;
}
.BgClassName
{
background-color: #E0EC1F;
}
</style>
border-color css
<style>
span { border-color: #E0EC1F; }
span { border-color: rgb(224,236,31); }
td.TdClassName
{
border-color: #E0EC1F;
}
.TagClassName
{
border-color: #E0EC1F;
}
</style>