Shades of Pear #E0EC2A
Tints of Pear #E0EC2A
RGB
CMYK
RGB Variations
Color information
#E0EC2A (or 0xE0EC2A) is known color: Pear. HEX triplet: E0, EC and 2A. RGB value is (224,236,42). Sum of RGB (Red+Green+Blue) = 224+236+42=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC2A is #1F13D5. Grayscale: #D3D3D3. Windows color (decimal): -2036694 or 2813152. OLE color: 2813152.
HSL color Cylindrical-coordinate representation of color #E0EC2A: hue angle of 63.71º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0EC2A is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 42 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.07 |
| HSL | 63.71º | 0.84% | 0.55% | - |
| HSV(B) | 63.71º | 0.82% | 0.93% | - |
| XYZ | 61.15 | 76.01 | 13.64 | - |
| YUV | 210.3 | 33.02 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 42 | 0.05 | 0 | 0.82 | 0.07 | 63.71 | 0.84 | 0.55 |
| Hex | E0 | EC | 2A | 5 | 0 | 52 | 7 | 40 | 54 | 37 |
| Octal | 340 | 354 | 52 | 5 | 0 | 122 | 7 | 100 | 124 | 67 |
| Binary | 11100000 | 11101100 | 101010 | 101 | 0 | 1010010 | 111 | 1000000 | 1010100 | 110111 |
Color Harmonies of #E0EC2A
Complementary color
Monochromatic Colors of #E0EC2A
Black with #E0EC2A
Text Example
Text Example
White with #E0EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC2A; }
p { color: rgb(224,236,42); }
H1.HeaderClassName
{
color: #E0EC2A;
}
.AnyTagClassName
{
color: #E0EC2A;
}
</style>
background-color css
<style>
a { background-color: #E0EC2A; }
a { background-color: rgb(224,236,42); }
div.DivClassName
{
background-color: #E0EC2A;
}
.BgClassName
{
background-color: #E0EC2A;
}
</style>
border-color css
<style>
span { border-color: #E0EC2A; }
span { border-color: rgb(224,236,42); }
td.TdClassName
{
border-color: #E0EC2A;
}
.TagClassName
{
border-color: #E0EC2A;
}
</style>