Shades of Pear #E2EF1E
Tints of Pear #E2EF1E
RGB
CMYK
RGB Variations
Color information
#E2EF1E (or 0xE2EF1E) is known color: Pear. HEX triplet: E2, EF and 1E. RGB value is (226,239,30). Sum of RGB (Red+Green+Blue) = 226+239+30=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF1E is #1D10E1. Grayscale: #D4D4D4. Windows color (decimal): -1904866 or 2027490. OLE color: 2027490.
HSL color Cylindrical-coordinate representation of color #E2EF1E: hue angle of 63.73º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2EF1E is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 30 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.06 |
| HSL | 63.73º | 0.87% | 0.53% | - |
| HSV(B) | 63.73º | 0.87% | 0.94% | - |
| XYZ | 62.46 | 78 | 12.99 | - |
| YUV | 211.29 | 25.69 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 30 | 0.05 | 0 | 0.87 | 0.06 | 63.73 | 0.87 | 0.53 |
| Hex | E2 | EF | 1E | 5 | 0 | 57 | 6 | 40 | 57 | 35 |
| Octal | 342 | 357 | 36 | 5 | 0 | 127 | 6 | 100 | 127 | 65 |
| Binary | 11100010 | 11101111 | 11110 | 101 | 0 | 1010111 | 110 | 1000000 | 1010111 | 110101 |
Color Harmonies of #E2EF1E
Complementary color
Monochromatic Colors of #E2EF1E
Black with #E2EF1E
Text Example
Text Example
White with #E2EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF1E; }
p { color: rgb(226,239,30); }
H1.HeaderClassName
{
color: #E2EF1E;
}
.AnyTagClassName
{
color: #E2EF1E;
}
</style>
background-color css
<style>
a { background-color: #E2EF1E; }
a { background-color: rgb(226,239,30); }
div.DivClassName
{
background-color: #E2EF1E;
}
.BgClassName
{
background-color: #E2EF1E;
}
</style>
border-color css
<style>
span { border-color: #E2EF1E; }
span { border-color: rgb(226,239,30); }
td.TdClassName
{
border-color: #E2EF1E;
}
.TagClassName
{
border-color: #E2EF1E;
}
</style>