Shades of Pear #E0FA35
Tints of Pear #E0FA35
RGB
CMYK
RGB Variations
Color information
#E0FA35 (or 0xE0FA35) is known color: Pear. HEX triplet: E0, FA and 35. RGB value is (224,250,53). Sum of RGB (Red+Green+Blue) = 224+250+53=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 53 (21.09% from 255 or 10.06% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FA35 is #1F05CA. Grayscale: #DCDCDC. Windows color (decimal): -2033099 or 3537632. OLE color: 3537632.
HSL color Cylindrical-coordinate representation of color #E0FA35: hue angle of 67.92º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0FA35 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 53 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.02 |
| HSL | 67.92º | 0.95% | 0.59% | - |
| HSV(B) | 67.92º | 0.79% | 0.98% | - |
| XYZ | 65.57 | 84.48 | 16.22 | - |
| YUV | 219.77 | 33.89 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 53 | 0.10 | 0 | 0.79 | 0.02 | 67.92 | 0.95 | 0.59 |
| Hex | E0 | FA | 35 | A | 0 | 4F | 2 | 44 | 5F | 3B |
| Octal | 340 | 372 | 65 | 12 | 0 | 117 | 2 | 104 | 137 | 73 |
| Binary | 11100000 | 11111010 | 110101 | 1010 | 0 | 1001111 | 10 | 1000100 | 1011111 | 111011 |
Color Harmonies of #E0FA35
Complementary color
Monochromatic Colors of #E0FA35
Black with #E0FA35
Text Example
Text Example
White with #E0FA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA35; }
p { color: rgb(224,250,53); }
H1.HeaderClassName
{
color: #E0FA35;
}
.AnyTagClassName
{
color: #E0FA35;
}
</style>
background-color css
<style>
a { background-color: #E0FA35; }
a { background-color: rgb(224,250,53); }
div.DivClassName
{
background-color: #E0FA35;
}
.BgClassName
{
background-color: #E0FA35;
}
</style>
border-color css
<style>
span { border-color: #E0FA35; }
span { border-color: rgb(224,250,53); }
td.TdClassName
{
border-color: #E0FA35;
}
.TagClassName
{
border-color: #E0FA35;
}
</style>