Shades of Pear #E1EA27
Tints of Pear #E1EA27
RGB
CMYK
RGB Variations
Color information
#E1EA27 (or 0xE1EA27) is known color: Pear. HEX triplet: E1, EA and 27. RGB value is (225,234,39). Sum of RGB (Red+Green+Blue) = 225+234+39=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EA27 is #1E15D8. Grayscale: #D1D1D1. Windows color (decimal): -1971673 or 2616033. OLE color: 2616033.
HSL color Cylindrical-coordinate representation of color #E1EA27: hue angle of 62.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1EA27 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 39 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.08 |
| HSL | 62.77º | 0.82% | 0.54% | - |
| HSV(B) | 62.77º | 0.83% | 0.92% | - |
| XYZ | 60.84 | 75 | 13.19 | - |
| YUV | 209.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 39 | 0.04 | 0 | 0.83 | 0.08 | 62.77 | 0.82 | 0.54 |
| Hex | E1 | EA | 27 | 4 | 0 | 53 | 8 | 3F | 52 | 36 |
| Octal | 341 | 352 | 47 | 4 | 0 | 123 | 10 | 77 | 122 | 66 |
| Binary | 11100001 | 11101010 | 100111 | 100 | 0 | 1010011 | 1000 | 111111 | 1010010 | 110110 |
Color Harmonies of #E1EA27
Complementary color
Monochromatic Colors of #E1EA27
Black with #E1EA27
Text Example
Text Example
White with #E1EA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EA27; }
p { color: rgb(225,234,39); }
H1.HeaderClassName
{
color: #E1EA27;
}
.AnyTagClassName
{
color: #E1EA27;
}
</style>
background-color css
<style>
a { background-color: #E1EA27; }
a { background-color: rgb(225,234,39); }
div.DivClassName
{
background-color: #E1EA27;
}
.BgClassName
{
background-color: #E1EA27;
}
</style>
border-color css
<style>
span { border-color: #E1EA27; }
span { border-color: rgb(225,234,39); }
td.TdClassName
{
border-color: #E1EA27;
}
.TagClassName
{
border-color: #E1EA27;
}
</style>