Shades of Pear #E2EF28
Tints of Pear #E2EF28
RGB
CMYK
RGB Variations
Color information
#E2EF28 (or 0xE2EF28) is known color: Pear. HEX triplet: E2, EF and 28. RGB value is (226,239,40). Sum of RGB (Red+Green+Blue) = 226+239+40=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF28 is #1D10D7. Grayscale: #D5D5D5. Windows color (decimal): -1904856 or 2682850. OLE color: 2682850.
HSL color Cylindrical-coordinate representation of color #E2EF28: hue angle of 63.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2EF28 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 40 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.06 |
| HSL | 63.92º | 0.86% | 0.55% | - |
| HSV(B) | 63.92º | 0.83% | 0.94% | - |
| XYZ | 62.61 | 78.05 | 13.77 | - |
| YUV | 212.43 | 30.69 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 40 | 0.05 | 0 | 0.83 | 0.06 | 63.92 | 0.86 | 0.55 |
| Hex | E2 | EF | 28 | 5 | 0 | 53 | 6 | 40 | 56 | 37 |
| Octal | 342 | 357 | 50 | 5 | 0 | 123 | 6 | 100 | 126 | 67 |
| Binary | 11100010 | 11101111 | 101000 | 101 | 0 | 1010011 | 110 | 1000000 | 1010110 | 110111 |
Color Harmonies of #E2EF28
Complementary color
Monochromatic Colors of #E2EF28
Black with #E2EF28
Text Example
Text Example
White with #E2EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF28; }
p { color: rgb(226,239,40); }
H1.HeaderClassName
{
color: #E2EF28;
}
.AnyTagClassName
{
color: #E2EF28;
}
</style>
background-color css
<style>
a { background-color: #E2EF28; }
a { background-color: rgb(226,239,40); }
div.DivClassName
{
background-color: #E2EF28;
}
.BgClassName
{
background-color: #E2EF28;
}
</style>
border-color css
<style>
span { border-color: #E2EF28; }
span { border-color: rgb(226,239,40); }
td.TdClassName
{
border-color: #E2EF28;
}
.TagClassName
{
border-color: #E2EF28;
}
</style>