Shades of Pear #E0EC2C
Tints of Pear #E0EC2C
RGB
CMYK
RGB Variations
Color information
#E0EC2C (or 0xE0EC2C) is known color: Pear. HEX triplet: E0, EC and 2C. RGB value is (224,236,44). Sum of RGB (Red+Green+Blue) = 224+236+44=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC2C is #1F13D3. Grayscale: #D3D3D3. Windows color (decimal): -2036692 or 2944224. OLE color: 2944224.
HSL color Cylindrical-coordinate representation of color #E0EC2C: hue angle of 63.75º 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 #E0EC2C is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 44 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.07 |
| HSL | 63.75º | 0.83% | 0.55% | - |
| HSV(B) | 63.75º | 0.81% | 0.93% | - |
| XYZ | 61.19 | 76.02 | 13.83 | - |
| YUV | 210.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 44 | 0.05 | 0 | 0.81 | 0.07 | 63.75 | 0.83 | 0.55 |
| Hex | E0 | EC | 2C | 5 | 0 | 51 | 7 | 40 | 53 | 37 |
| Octal | 340 | 354 | 54 | 5 | 0 | 121 | 7 | 100 | 123 | 67 |
| Binary | 11100000 | 11101100 | 101100 | 101 | 0 | 1010001 | 111 | 1000000 | 1010011 | 110111 |
Color Harmonies of #E0EC2C
Complementary color
Monochromatic Colors of #E0EC2C
Black with #E0EC2C
Text Example
Text Example
White with #E0EC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC2C; }
p { color: rgb(224,236,44); }
H1.HeaderClassName
{
color: #E0EC2C;
}
.AnyTagClassName
{
color: #E0EC2C;
}
</style>
background-color css
<style>
a { background-color: #E0EC2C; }
a { background-color: rgb(224,236,44); }
div.DivClassName
{
background-color: #E0EC2C;
}
.BgClassName
{
background-color: #E0EC2C;
}
</style>
border-color css
<style>
span { border-color: #E0EC2C; }
span { border-color: rgb(224,236,44); }
td.TdClassName
{
border-color: #E0EC2C;
}
.TagClassName
{
border-color: #E0EC2C;
}
</style>