Shades of Pear #E0E920
Tints of Pear #E0E920
RGB
CMYK
RGB Variations
Color information
#E0E920 (or 0xE0E920) is known color: Pear. HEX triplet: E0, E9 and 20. RGB value is (224,233,32). Sum of RGB (Red+Green+Blue) = 224+233+32=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E920 is #1F16DF. Grayscale: #D0D0D0. Windows color (decimal): -2037472 or 2157024. OLE color: 2157024.
HSL color Cylindrical-coordinate representation of color #E0E920: hue angle of 62.69º degrees, saturation: 0.82, 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 #E0E920 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.09 |
| HSL | 62.69º | 0.82% | 0.52% | - |
| HSV(B) | 62.69º | 0.86% | 0.91% | - |
| XYZ | 60.14 | 74.23 | 12.52 | - |
| YUV | 207.4 | 29.02 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 32 | 0.04 | 0 | 0.86 | 0.09 | 62.69 | 0.82 | 0.52 |
| Hex | E0 | E9 | 20 | 4 | 0 | 56 | 9 | 3F | 52 | 34 |
| Octal | 340 | 351 | 40 | 4 | 0 | 126 | 11 | 77 | 122 | 64 |
| Binary | 11100000 | 11101001 | 100000 | 100 | 0 | 1010110 | 1001 | 111111 | 1010010 | 110100 |
Color Harmonies of #E0E920
Complementary color
Monochromatic Colors of #E0E920
Black with #E0E920
Text Example
Text Example
White with #E0E920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E920; }
p { color: rgb(224,233,32); }
H1.HeaderClassName
{
color: #E0E920;
}
.AnyTagClassName
{
color: #E0E920;
}
</style>
background-color css
<style>
a { background-color: #E0E920; }
a { background-color: rgb(224,233,32); }
div.DivClassName
{
background-color: #E0E920;
}
.BgClassName
{
background-color: #E0E920;
}
</style>
border-color css
<style>
span { border-color: #E0E920; }
span { border-color: rgb(224,233,32); }
td.TdClassName
{
border-color: #E0E920;
}
.TagClassName
{
border-color: #E0E920;
}
</style>