Shades of Pear #E0EF32
Tints of Pear #E0EF32
RGB
CMYK
RGB Variations
Color information
#E0EF32 (or 0xE0EF32) is known color: Pear. HEX triplet: E0, EF and 32. RGB value is (224,239,50). Sum of RGB (Red+Green+Blue) = 224+239+50=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF32 is #1F10CD. Grayscale: #D5D5D5. Windows color (decimal): -2035918 or 3338208. OLE color: 3338208.
HSL color Cylindrical-coordinate representation of color #E0EF32: hue angle of 64.76º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0EF32 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.06 |
| HSL | 64.76º | 0.86% | 0.57% | - |
| HSV(B) | 64.76º | 0.79% | 0.94% | - |
| XYZ | 62.18 | 77.81 | 14.76 | - |
| YUV | 212.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 50 | 0.06 | 0 | 0.79 | 0.06 | 64.76 | 0.86 | 0.57 |
| Hex | E0 | EF | 32 | 6 | 0 | 4F | 6 | 41 | 56 | 39 |
| Octal | 340 | 357 | 62 | 6 | 0 | 117 | 6 | 101 | 126 | 71 |
| Binary | 11100000 | 11101111 | 110010 | 110 | 0 | 1001111 | 110 | 1000001 | 1010110 | 111001 |
Color Harmonies of #E0EF32
Complementary color
Monochromatic Colors of #E0EF32
Black with #E0EF32
Text Example
Text Example
White with #E0EF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EF32; }
p { color: rgb(224,239,50); }
H1.HeaderClassName
{
color: #E0EF32;
}
.AnyTagClassName
{
color: #E0EF32;
}
</style>
background-color css
<style>
a { background-color: #E0EF32; }
a { background-color: rgb(224,239,50); }
div.DivClassName
{
background-color: #E0EF32;
}
.BgClassName
{
background-color: #E0EF32;
}
</style>
border-color css
<style>
span { border-color: #E0EF32; }
span { border-color: rgb(224,239,50); }
td.TdClassName
{
border-color: #E0EF32;
}
.TagClassName
{
border-color: #E0EF32;
}
</style>