Shades of Pear #E2EE1E
Tints of Pear #E2EE1E
RGB
CMYK
RGB Variations
Color information
#E2EE1E (or 0xE2EE1E) is known color: Pear. HEX triplet: E2, EE and 1E. RGB value is (226,238,30). Sum of RGB (Red+Green+Blue) = 226+238+30=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EE1E is #1D11E1. Grayscale: #D3D3D3. Windows color (decimal): -1905122 or 2027234. OLE color: 2027234.
HSL color Cylindrical-coordinate representation of color #E2EE1E: hue angle of 63.46º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2EE1E is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 30 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.07 |
| HSL | 63.46º | 0.86% | 0.53% | - |
| HSV(B) | 63.46º | 0.87% | 0.93% | - |
| XYZ | 62.17 | 77.41 | 12.89 | - |
| YUV | 210.7 | 26.02 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 30 | 0.05 | 0 | 0.87 | 0.07 | 63.46 | 0.86 | 0.53 |
| Hex | E2 | EE | 1E | 5 | 0 | 57 | 7 | 3F | 56 | 35 |
| Octal | 342 | 356 | 36 | 5 | 0 | 127 | 7 | 77 | 126 | 65 |
| Binary | 11100010 | 11101110 | 11110 | 101 | 0 | 1010111 | 111 | 111111 | 1010110 | 110101 |
Color Harmonies of #E2EE1E
Complementary color
Monochromatic Colors of #E2EE1E
Black with #E2EE1E
Text Example
Text Example
White with #E2EE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EE1E; }
p { color: rgb(226,238,30); }
H1.HeaderClassName
{
color: #E2EE1E;
}
.AnyTagClassName
{
color: #E2EE1E;
}
</style>
background-color css
<style>
a { background-color: #E2EE1E; }
a { background-color: rgb(226,238,30); }
div.DivClassName
{
background-color: #E2EE1E;
}
.BgClassName
{
background-color: #E2EE1E;
}
</style>
border-color css
<style>
span { border-color: #E2EE1E; }
span { border-color: rgb(226,238,30); }
td.TdClassName
{
border-color: #E2EE1E;
}
.TagClassName
{
border-color: #E2EE1E;
}
</style>