Shades of Pear #E1F636
Tints of Pear #E1F636
RGB
CMYK
RGB Variations
Color information
#E1F636 (or 0xE1F636) is known color: Pear. HEX triplet: E1, F6 and 36. RGB value is (225,246,54). Sum of RGB (Red+Green+Blue) = 225+246+54=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 54 (21.48% from 255 or 10.29% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F636 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F636 is #1E09C9. Grayscale: #DADADA. Windows color (decimal): -1968586 or 3602145. OLE color: 3602145.
HSL color Cylindrical-coordinate representation of color #E1F636: hue angle of 66.56º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1F636 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 54 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.04 |
| HSL | 66.56º | 0.91% | 0.59% | - |
| HSV(B) | 66.56º | 0.78% | 0.96% | - |
| XYZ | 64.67 | 82.19 | 15.94 | - |
| YUV | 217.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 54 | 0.09 | 0 | 0.78 | 0.04 | 66.56 | 0.91 | 0.59 |
| Hex | E1 | F6 | 36 | 9 | 0 | 4E | 4 | 43 | 5B | 3B |
| Octal | 341 | 366 | 66 | 11 | 0 | 116 | 4 | 103 | 133 | 73 |
| Binary | 11100001 | 11110110 | 110110 | 1001 | 0 | 1001110 | 100 | 1000011 | 1011011 | 111011 |
Color Harmonies of #E1F636
Complementary color
Monochromatic Colors of #E1F636
Black with #E1F636
Text Example
Text Example
White with #E1F636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F636; }
p { color: rgb(225,246,54); }
H1.HeaderClassName
{
color: #E1F636;
}
.AnyTagClassName
{
color: #E1F636;
}
</style>
background-color css
<style>
a { background-color: #E1F636; }
a { background-color: rgb(225,246,54); }
div.DivClassName
{
background-color: #E1F636;
}
.BgClassName
{
background-color: #E1F636;
}
</style>
border-color css
<style>
span { border-color: #E1F636; }
span { border-color: rgb(225,246,54); }
td.TdClassName
{
border-color: #E1F636;
}
.TagClassName
{
border-color: #E1F636;
}
</style>