Shades of Pear #E2EE21
Tints of Pear #E2EE21
RGB
CMYK
RGB Variations
Color information
#E2EE21 (or 0xE2EE21) is known color: Pear. HEX triplet: E2, EE and 21. RGB value is (226,238,33). Sum of RGB (Red+Green+Blue) = 226+238+33=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EE21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EE21 is #1D11DE. Grayscale: #D3D3D3. Windows color (decimal): -1905119 or 2223842. OLE color: 2223842.
HSL color Cylindrical-coordinate representation of color #E2EE21: hue angle of 63.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2EE21 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.07 |
| HSL | 63.51º | 0.86% | 0.53% | - |
| HSV(B) | 63.51º | 0.86% | 0.93% | - |
| XYZ | 62.21 | 77.43 | 13.1 | - |
| YUV | 211.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 33 | 0.05 | 0 | 0.86 | 0.07 | 63.51 | 0.86 | 0.53 |
| Hex | E2 | EE | 21 | 5 | 0 | 56 | 7 | 40 | 56 | 35 |
| Octal | 342 | 356 | 41 | 5 | 0 | 126 | 7 | 100 | 126 | 65 |
| Binary | 11100010 | 11101110 | 100001 | 101 | 0 | 1010110 | 111 | 1000000 | 1010110 | 110101 |
Color Harmonies of #E2EE21
Complementary color
Monochromatic Colors of #E2EE21
Black with #E2EE21
Text Example
Text Example
White with #E2EE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EE21; }
p { color: rgb(226,238,33); }
H1.HeaderClassName
{
color: #E2EE21;
}
.AnyTagClassName
{
color: #E2EE21;
}
</style>
background-color css
<style>
a { background-color: #E2EE21; }
a { background-color: rgb(226,238,33); }
div.DivClassName
{
background-color: #E2EE21;
}
.BgClassName
{
background-color: #E2EE21;
}
</style>
border-color css
<style>
span { border-color: #E2EE21; }
span { border-color: rgb(226,238,33); }
td.TdClassName
{
border-color: #E2EE21;
}
.TagClassName
{
border-color: #E2EE21;
}
</style>