Shades of Pear #E0F02D
Tints of Pear #E0F02D
RGB
CMYK
RGB Variations
Color information
#E0F02D (or 0xE0F02D) is known color: Pear. HEX triplet: E0, F0 and 2D. RGB value is (224,240,45). Sum of RGB (Red+Green+Blue) = 224+240+45=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F02D is #1F0FD2. Grayscale: #D5D5D5. Windows color (decimal): -2035667 or 3010784. OLE color: 3010784.
HSL color Cylindrical-coordinate representation of color #E0F02D: hue angle of 64.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0F02D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.06 |
| HSL | 64.92º | 0.87% | 0.56% | - |
| HSV(B) | 64.92º | 0.81% | 0.94% | - |
| XYZ | 62.37 | 78.36 | 14.32 | - |
| YUV | 212.99 | 33.2 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 45 | 0.07 | 0 | 0.81 | 0.06 | 64.92 | 0.87 | 0.56 |
| Hex | E0 | F0 | 2D | 7 | 0 | 51 | 6 | 41 | 57 | 38 |
| Octal | 340 | 360 | 55 | 7 | 0 | 121 | 6 | 101 | 127 | 70 |
| Binary | 11100000 | 11110000 | 101101 | 111 | 0 | 1010001 | 110 | 1000001 | 1010111 | 111000 |
Color Harmonies of #E0F02D
Complementary color
Monochromatic Colors of #E0F02D
Black with #E0F02D
Text Example
Text Example
White with #E0F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F02D; }
p { color: rgb(224,240,45); }
H1.HeaderClassName
{
color: #E0F02D;
}
.AnyTagClassName
{
color: #E0F02D;
}
</style>
background-color css
<style>
a { background-color: #E0F02D; }
a { background-color: rgb(224,240,45); }
div.DivClassName
{
background-color: #E0F02D;
}
.BgClassName
{
background-color: #E0F02D;
}
</style>
border-color css
<style>
span { border-color: #E0F02D; }
span { border-color: rgb(224,240,45); }
td.TdClassName
{
border-color: #E0F02D;
}
.TagClassName
{
border-color: #E0F02D;
}
</style>