Shades of Pear #E0E821
Tints of Pear #E0E821
RGB
CMYK
RGB Variations
Color information
#E0E821 (or 0xE0E821) is known color: Pear. HEX triplet: E0, E8 and 21. RGB value is (224,232,33). Sum of RGB (Red+Green+Blue) = 224+232+33=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #E0E821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E821 is #1F17DE. Grayscale: #CFCFCF. Windows color (decimal): -2037727 or 2222304. OLE color: 2222304.
HSL color Cylindrical-coordinate representation of color #E0E821: hue angle of 62.41º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0E821 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 232 | 33 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.09 |
| HSL | 62.41º | 0.81% | 0.52% | - |
| HSV(B) | 62.41º | 0.86% | 0.91% | - |
| XYZ | 59.87 | 73.67 | 12.5 | - |
| YUV | 206.92 | 29.85 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 232 | 33 | 0.03 | 0 | 0.86 | 0.09 | 62.41 | 0.81 | 0.52 |
| Hex | E0 | E8 | 21 | 3 | 0 | 56 | 9 | 3E | 51 | 34 |
| Octal | 340 | 350 | 41 | 3 | 0 | 126 | 11 | 76 | 121 | 64 |
| Binary | 11100000 | 11101000 | 100001 | 11 | 0 | 1010110 | 1001 | 111110 | 1010001 | 110100 |
Color Harmonies of #E0E821
Complementary color
Monochromatic Colors of #E0E821
Black with #E0E821
Text Example
Text Example
White with #E0E821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E821; }
p { color: rgb(224,232,33); }
H1.HeaderClassName
{
color: #E0E821;
}
.AnyTagClassName
{
color: #E0E821;
}
</style>
background-color css
<style>
a { background-color: #E0E821; }
a { background-color: rgb(224,232,33); }
div.DivClassName
{
background-color: #E0E821;
}
.BgClassName
{
background-color: #E0E821;
}
</style>
border-color css
<style>
span { border-color: #E0E821; }
span { border-color: rgb(224,232,33); }
td.TdClassName
{
border-color: #E0E821;
}
.TagClassName
{
border-color: #E0E821;
}
</style>