Shades of Pear #E1ED27
Tints of Pear #E1ED27
RGB
CMYK
RGB Variations
Color information
#E1ED27 (or 0xE1ED27) is known color: Pear. HEX triplet: E1, ED and 27. RGB value is (225,237,39). Sum of RGB (Red+Green+Blue) = 225+237+39=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED27 is #1E12D8. Grayscale: #D3D3D3. Windows color (decimal): -1970905 or 2616801. OLE color: 2616801.
HSL color Cylindrical-coordinate representation of color #E1ED27: hue angle of 63.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1ED27 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 39 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.07 |
| HSL | 63.64º | 0.85% | 0.54% | - |
| HSV(B) | 63.64º | 0.84% | 0.93% | - |
| XYZ | 61.7 | 76.72 | 13.48 | - |
| YUV | 210.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 39 | 0.05 | 0 | 0.84 | 0.07 | 63.64 | 0.85 | 0.54 |
| Hex | E1 | ED | 27 | 5 | 0 | 54 | 7 | 40 | 55 | 36 |
| Octal | 341 | 355 | 47 | 5 | 0 | 124 | 7 | 100 | 125 | 66 |
| Binary | 11100001 | 11101101 | 100111 | 101 | 0 | 1010100 | 111 | 1000000 | 1010101 | 110110 |
Color Harmonies of #E1ED27
Complementary color
Monochromatic Colors of #E1ED27
Black with #E1ED27
Text Example
Text Example
White with #E1ED27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED27; }
p { color: rgb(225,237,39); }
H1.HeaderClassName
{
color: #E1ED27;
}
.AnyTagClassName
{
color: #E1ED27;
}
</style>
background-color css
<style>
a { background-color: #E1ED27; }
a { background-color: rgb(225,237,39); }
div.DivClassName
{
background-color: #E1ED27;
}
.BgClassName
{
background-color: #E1ED27;
}
</style>
border-color css
<style>
span { border-color: #E1ED27; }
span { border-color: rgb(225,237,39); }
td.TdClassName
{
border-color: #E1ED27;
}
.TagClassName
{
border-color: #E1ED27;
}
</style>