Shades of Pear #E1EC21
Tints of Pear #E1EC21
RGB
CMYK
RGB Variations
Color information
#E1EC21 (or 0xE1EC21) is known color: Pear. HEX triplet: E1, EC and 21. RGB value is (225,236,33). Sum of RGB (Red+Green+Blue) = 225+236+33=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EC21 is #1E13DE. Grayscale: #D2D2D2. Windows color (decimal): -1971167 or 2223329. OLE color: 2223329.
HSL color Cylindrical-coordinate representation of color #E1EC21: hue angle of 63.25º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1EC21 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.07 |
| HSL | 63.25º | 0.84% | 0.53% | - |
| HSV(B) | 63.25º | 0.86% | 0.93% | - |
| XYZ | 61.32 | 76.11 | 12.9 | - |
| YUV | 209.57 | 28.36 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 33 | 0.05 | 0 | 0.86 | 0.07 | 63.25 | 0.84 | 0.53 |
| Hex | E1 | EC | 21 | 5 | 0 | 56 | 7 | 3F | 54 | 35 |
| Octal | 341 | 354 | 41 | 5 | 0 | 126 | 7 | 77 | 124 | 65 |
| Binary | 11100001 | 11101100 | 100001 | 101 | 0 | 1010110 | 111 | 111111 | 1010100 | 110101 |
Color Harmonies of #E1EC21
Complementary color
Monochromatic Colors of #E1EC21
Black with #E1EC21
Text Example
Text Example
White with #E1EC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EC21; }
p { color: rgb(225,236,33); }
H1.HeaderClassName
{
color: #E1EC21;
}
.AnyTagClassName
{
color: #E1EC21;
}
</style>
background-color css
<style>
a { background-color: #E1EC21; }
a { background-color: rgb(225,236,33); }
div.DivClassName
{
background-color: #E1EC21;
}
.BgClassName
{
background-color: #E1EC21;
}
</style>
border-color css
<style>
span { border-color: #E1EC21; }
span { border-color: rgb(225,236,33); }
td.TdClassName
{
border-color: #E1EC21;
}
.TagClassName
{
border-color: #E1EC21;
}
</style>