Shades of Pear #E1ED21
Tints of Pear #E1ED21
RGB
CMYK
RGB Variations
Color information
#E1ED21 (or 0xE1ED21) is known color: Pear. HEX triplet: E1, ED and 21. RGB value is (225,237,33). Sum of RGB (Red+Green+Blue) = 225+237+33=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED21 is #1E12DE. Grayscale: #D2D2D2. Windows color (decimal): -1970911 or 2223585. OLE color: 2223585.
HSL color Cylindrical-coordinate representation of color #E1ED21: hue angle of 63.53º degrees, saturation: 0.85, 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 #E1ED21 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.07 |
| HSL | 63.53º | 0.85% | 0.53% | - |
| HSV(B) | 63.53º | 0.86% | 0.93% | - |
| XYZ | 61.61 | 76.69 | 12.99 | - |
| YUV | 210.16 | 28.02 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 33 | 0.05 | 0 | 0.86 | 0.07 | 63.53 | 0.85 | 0.53 |
| Hex | E1 | ED | 21 | 5 | 0 | 56 | 7 | 40 | 55 | 35 |
| Octal | 341 | 355 | 41 | 5 | 0 | 126 | 7 | 100 | 125 | 65 |
| Binary | 11100001 | 11101101 | 100001 | 101 | 0 | 1010110 | 111 | 1000000 | 1010101 | 110101 |
Color Harmonies of #E1ED21
Complementary color
Monochromatic Colors of #E1ED21
Black with #E1ED21
Text Example
Text Example
White with #E1ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED21; }
p { color: rgb(225,237,33); }
H1.HeaderClassName
{
color: #E1ED21;
}
.AnyTagClassName
{
color: #E1ED21;
}
</style>
background-color css
<style>
a { background-color: #E1ED21; }
a { background-color: rgb(225,237,33); }
div.DivClassName
{
background-color: #E1ED21;
}
.BgClassName
{
background-color: #E1ED21;
}
</style>
border-color css
<style>
span { border-color: #E1ED21; }
span { border-color: rgb(225,237,33); }
td.TdClassName
{
border-color: #E1ED21;
}
.TagClassName
{
border-color: #E1ED21;
}
</style>