Shades of Pear #E0EC2E
Tints of Pear #E0EC2E
RGB
CMYK
RGB Variations
Color information
#E0EC2E (or 0xE0EC2E) is known color: Pear. HEX triplet: E0, EC and 2E. RGB value is (224,236,46). Sum of RGB (Red+Green+Blue) = 224+236+46=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC2E is #1F13D1. Grayscale: #D3D3D3. Windows color (decimal): -2036690 or 3075296. OLE color: 3075296.
HSL color Cylindrical-coordinate representation of color #E0EC2E: hue angle of 63.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0EC2E is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 46 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.07 |
| HSL | 63.79º | 0.83% | 0.55% | - |
| HSV(B) | 63.79º | 0.81% | 0.93% | - |
| XYZ | 61.23 | 76.04 | 14.03 | - |
| YUV | 210.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 46 | 0.05 | 0 | 0.81 | 0.07 | 63.79 | 0.83 | 0.55 |
| Hex | E0 | EC | 2E | 5 | 0 | 51 | 7 | 40 | 53 | 37 |
| Octal | 340 | 354 | 56 | 5 | 0 | 121 | 7 | 100 | 123 | 67 |
| Binary | 11100000 | 11101100 | 101110 | 101 | 0 | 1010001 | 111 | 1000000 | 1010011 | 110111 |
Color Harmonies of #E0EC2E
Complementary color
Monochromatic Colors of #E0EC2E
Black with #E0EC2E
Text Example
Text Example
White with #E0EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC2E; }
p { color: rgb(224,236,46); }
H1.HeaderClassName
{
color: #E0EC2E;
}
.AnyTagClassName
{
color: #E0EC2E;
}
</style>
background-color css
<style>
a { background-color: #E0EC2E; }
a { background-color: rgb(224,236,46); }
div.DivClassName
{
background-color: #E0EC2E;
}
.BgClassName
{
background-color: #E0EC2E;
}
</style>
border-color css
<style>
span { border-color: #E0EC2E; }
span { border-color: rgb(224,236,46); }
td.TdClassName
{
border-color: #E0EC2E;
}
.TagClassName
{
border-color: #E0EC2E;
}
</style>