Shades of Pear #E2EF22
Tints of Pear #E2EF22
RGB
CMYK
RGB Variations
Color information
#E2EF22 (or 0xE2EF22) is known color: Pear. HEX triplet: E2, EF and 22. RGB value is (226,239,34). Sum of RGB (Red+Green+Blue) = 226+239+34=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF22 is #1D10DD. Grayscale: #D4D4D4. Windows color (decimal): -1904862 or 2289634. OLE color: 2289634.
HSL color Cylindrical-coordinate representation of color #E2EF22: hue angle of 63.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2EF22 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 34 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.06 |
| HSL | 63.8º | 0.86% | 0.54% | - |
| HSV(B) | 63.8º | 0.86% | 0.94% | - |
| XYZ | 62.52 | 78.02 | 13.28 | - |
| YUV | 211.74 | 27.69 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 34 | 0.05 | 0 | 0.86 | 0.06 | 63.8 | 0.86 | 0.54 |
| Hex | E2 | EF | 22 | 5 | 0 | 56 | 6 | 40 | 56 | 36 |
| Octal | 342 | 357 | 42 | 5 | 0 | 126 | 6 | 100 | 126 | 66 |
| Binary | 11100010 | 11101111 | 100010 | 101 | 0 | 1010110 | 110 | 1000000 | 1010110 | 110110 |
Color Harmonies of #E2EF22
Complementary color
Monochromatic Colors of #E2EF22
Black with #E2EF22
Text Example
Text Example
White with #E2EF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF22; }
p { color: rgb(226,239,34); }
H1.HeaderClassName
{
color: #E2EF22;
}
.AnyTagClassName
{
color: #E2EF22;
}
</style>
background-color css
<style>
a { background-color: #E2EF22; }
a { background-color: rgb(226,239,34); }
div.DivClassName
{
background-color: #E2EF22;
}
.BgClassName
{
background-color: #E2EF22;
}
</style>
border-color css
<style>
span { border-color: #E2EF22; }
span { border-color: rgb(226,239,34); }
td.TdClassName
{
border-color: #E2EF22;
}
.TagClassName
{
border-color: #E2EF22;
}
</style>