Shades of Pear #E2EF30
Tints of Pear #E2EF30
RGB
CMYK
RGB Variations
Color information
#E2EF30 (or 0xE2EF30) is known color: Pear. HEX triplet: E2, EF and 30. RGB value is (226,239,48). Sum of RGB (Red+Green+Blue) = 226+239+48=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF30 is #1D10CF. Grayscale: #D6D6D6. Windows color (decimal): -1904848 or 3207138. OLE color: 3207138.
HSL color Cylindrical-coordinate representation of color #E2EF30: hue angle of 64.08º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2EF30 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 48 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.06 |
| HSL | 64.08º | 0.86% | 0.56% | - |
| HSV(B) | 64.08º | 0.8% | 0.94% | - |
| XYZ | 62.76 | 78.12 | 14.57 | - |
| YUV | 213.34 | 34.69 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 48 | 0.05 | 0 | 0.80 | 0.06 | 64.08 | 0.86 | 0.56 |
| Hex | E2 | EF | 30 | 5 | 0 | 50 | 6 | 40 | 56 | 38 |
| Octal | 342 | 357 | 60 | 5 | 0 | 120 | 6 | 100 | 126 | 70 |
| Binary | 11100010 | 11101111 | 110000 | 101 | 0 | 1010000 | 110 | 1000000 | 1010110 | 111000 |
Color Harmonies of #E2EF30
Complementary color
Monochromatic Colors of #E2EF30
Black with #E2EF30
Text Example
Text Example
White with #E2EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF30; }
p { color: rgb(226,239,48); }
H1.HeaderClassName
{
color: #E2EF30;
}
.AnyTagClassName
{
color: #E2EF30;
}
</style>
background-color css
<style>
a { background-color: #E2EF30; }
a { background-color: rgb(226,239,48); }
div.DivClassName
{
background-color: #E2EF30;
}
.BgClassName
{
background-color: #E2EF30;
}
</style>
border-color css
<style>
span { border-color: #E2EF30; }
span { border-color: rgb(226,239,48); }
td.TdClassName
{
border-color: #E2EF30;
}
.TagClassName
{
border-color: #E2EF30;
}
</style>