Shades of Pear #E2EF1F
Tints of Pear #E2EF1F
RGB
CMYK
RGB Variations
Color information
#E2EF1F (or 0xE2EF1F) is known color: Pear. HEX triplet: E2, EF and 1F. RGB value is (226,239,31). Sum of RGB (Red+Green+Blue) = 226+239+31=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF1F is #1D10E0. Grayscale: #D4D4D4. Windows color (decimal): -1904865 or 2093026. OLE color: 2093026.
HSL color Cylindrical-coordinate representation of color #E2EF1F: hue angle of 63.75º 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 #E2EF1F is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 31 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.06 |
| HSL | 63.75º | 0.87% | 0.53% | - |
| HSV(B) | 63.75º | 0.87% | 0.94% | - |
| XYZ | 62.48 | 78 | 13.06 | - |
| YUV | 211.4 | 26.19 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 31 | 0.05 | 0 | 0.87 | 0.06 | 63.75 | 0.87 | 0.53 |
| Hex | E2 | EF | 1F | 5 | 0 | 57 | 6 | 40 | 57 | 35 |
| Octal | 342 | 357 | 37 | 5 | 0 | 127 | 6 | 100 | 127 | 65 |
| Binary | 11100010 | 11101111 | 11111 | 101 | 0 | 1010111 | 110 | 1000000 | 1010111 | 110101 |
Color Harmonies of #E2EF1F
Complementary color
Monochromatic Colors of #E2EF1F
Black with #E2EF1F
Text Example
Text Example
White with #E2EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF1F; }
p { color: rgb(226,239,31); }
H1.HeaderClassName
{
color: #E2EF1F;
}
.AnyTagClassName
{
color: #E2EF1F;
}
</style>
background-color css
<style>
a { background-color: #E2EF1F; }
a { background-color: rgb(226,239,31); }
div.DivClassName
{
background-color: #E2EF1F;
}
.BgClassName
{
background-color: #E2EF1F;
}
</style>
border-color css
<style>
span { border-color: #E2EF1F; }
span { border-color: rgb(226,239,31); }
td.TdClassName
{
border-color: #E2EF1F;
}
.TagClassName
{
border-color: #E2EF1F;
}
</style>