Shades of Pear #E1EC2E
Tints of Pear #E1EC2E
RGB
CMYK
RGB Variations
Color information
#E1EC2E (or 0xE1EC2E) is known color: Pear. HEX triplet: E1, EC and 2E. RGB value is (225,236,46). Sum of RGB (Red+Green+Blue) = 225+236+46=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EC2E is #1E13D1. Grayscale: #D3D3D3. Windows color (decimal): -1971154 or 3075297. OLE color: 3075297.
HSL color Cylindrical-coordinate representation of color #E1EC2E: hue angle of 63.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1EC2E is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 46 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.07 |
| HSL | 63.47º | 0.83% | 0.55% | - |
| HSV(B) | 63.47º | 0.81% | 0.93% | - |
| XYZ | 61.54 | 76.2 | 14.05 | - |
| YUV | 211.05 | 34.86 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 46 | 0.05 | 0 | 0.81 | 0.07 | 63.47 | 0.83 | 0.55 |
| Hex | E1 | EC | 2E | 5 | 0 | 51 | 7 | 3F | 53 | 37 |
| Octal | 341 | 354 | 56 | 5 | 0 | 121 | 7 | 77 | 123 | 67 |
| Binary | 11100001 | 11101100 | 101110 | 101 | 0 | 1010001 | 111 | 111111 | 1010011 | 110111 |
Color Harmonies of #E1EC2E
Complementary color
Monochromatic Colors of #E1EC2E
Black with #E1EC2E
Text Example
Text Example
White with #E1EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EC2E; }
p { color: rgb(225,236,46); }
H1.HeaderClassName
{
color: #E1EC2E;
}
.AnyTagClassName
{
color: #E1EC2E;
}
</style>
background-color css
<style>
a { background-color: #E1EC2E; }
a { background-color: rgb(225,236,46); }
div.DivClassName
{
background-color: #E1EC2E;
}
.BgClassName
{
background-color: #E1EC2E;
}
</style>
border-color css
<style>
span { border-color: #E1EC2E; }
span { border-color: rgb(225,236,46); }
td.TdClassName
{
border-color: #E1EC2E;
}
.TagClassName
{
border-color: #E1EC2E;
}
</style>