Shades of Pear #E0EF2A
Tints of Pear #E0EF2A
RGB
CMYK
RGB Variations
Color information
#E0EF2A (or 0xE0EF2A) is known color: Pear. HEX triplet: E0, EF and 2A. RGB value is (224,239,42). Sum of RGB (Red+Green+Blue) = 224+239+42=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF2A is #1F10D5. Grayscale: #D4D4D4. Windows color (decimal): -2035926 or 2813920. OLE color: 2813920.
HSL color Cylindrical-coordinate representation of color #E0EF2A: hue angle of 64.57º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0EF2A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 42 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.06 |
| HSL | 64.57º | 0.86% | 0.55% | - |
| HSV(B) | 64.57º | 0.82% | 0.94% | - |
| XYZ | 62.02 | 77.75 | 13.93 | - |
| YUV | 212.06 | 32.03 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 42 | 0.06 | 0 | 0.82 | 0.06 | 64.57 | 0.86 | 0.55 |
| Hex | E0 | EF | 2A | 6 | 0 | 52 | 6 | 41 | 56 | 37 |
| Octal | 340 | 357 | 52 | 6 | 0 | 122 | 6 | 101 | 126 | 67 |
| Binary | 11100000 | 11101111 | 101010 | 110 | 0 | 1010010 | 110 | 1000001 | 1010110 | 110111 |
Color Harmonies of #E0EF2A
Complementary color
Monochromatic Colors of #E0EF2A
Black with #E0EF2A
Text Example
Text Example
White with #E0EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EF2A; }
p { color: rgb(224,239,42); }
H1.HeaderClassName
{
color: #E0EF2A;
}
.AnyTagClassName
{
color: #E0EF2A;
}
</style>
background-color css
<style>
a { background-color: #E0EF2A; }
a { background-color: rgb(224,239,42); }
div.DivClassName
{
background-color: #E0EF2A;
}
.BgClassName
{
background-color: #E0EF2A;
}
</style>
border-color css
<style>
span { border-color: #E0EF2A; }
span { border-color: rgb(224,239,42); }
td.TdClassName
{
border-color: #E0EF2A;
}
.TagClassName
{
border-color: #E0EF2A;
}
</style>