Shades of Pear #E0F330
Tints of Pear #E0F330
RGB
CMYK
RGB Variations
Color information
#E0F330 (or 0xE0F330) is known color: Pear. HEX triplet: E0, F3 and 30. RGB value is (224,243,48). Sum of RGB (Red+Green+Blue) = 224+243+48=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 48 (19.14% from 255 or 9.32% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F330 is #1F0CCF. Grayscale: #D7D7D7. Windows color (decimal): -2034896 or 3208160. OLE color: 3208160.
HSL color Cylindrical-coordinate representation of color #E0F330: hue angle of 65.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0F330 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 48 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.05 |
| HSL | 65.85º | 0.89% | 0.57% | - |
| HSV(B) | 65.85º | 0.8% | 0.95% | - |
| XYZ | 63.32 | 80.16 | 14.93 | - |
| YUV | 215.09 | 33.71 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 48 | 0.08 | 0 | 0.80 | 0.05 | 65.85 | 0.89 | 0.57 |
| Hex | E0 | F3 | 30 | 8 | 0 | 50 | 5 | 42 | 59 | 39 |
| Octal | 340 | 363 | 60 | 10 | 0 | 120 | 5 | 102 | 131 | 71 |
| Binary | 11100000 | 11110011 | 110000 | 1000 | 0 | 1010000 | 101 | 1000010 | 1011001 | 111001 |
Color Harmonies of #E0F330
Complementary color
Monochromatic Colors of #E0F330
Black with #E0F330
Text Example
Text Example
White with #E0F330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F330; }
p { color: rgb(224,243,48); }
H1.HeaderClassName
{
color: #E0F330;
}
.AnyTagClassName
{
color: #E0F330;
}
</style>
background-color css
<style>
a { background-color: #E0F330; }
a { background-color: rgb(224,243,48); }
div.DivClassName
{
background-color: #E0F330;
}
.BgClassName
{
background-color: #E0F330;
}
</style>
border-color css
<style>
span { border-color: #E0F330; }
span { border-color: rgb(224,243,48); }
td.TdClassName
{
border-color: #E0F330;
}
.TagClassName
{
border-color: #E0F330;
}
</style>