Shades of Pear #E0F423
Tints of Pear #E0F423
RGB
CMYK
RGB Variations
Color information
#E0F423 (or 0xE0F423) is known color: Pear. HEX triplet: E0, F4 and 23. RGB value is (224,244,35). Sum of RGB (Red+Green+Blue) = 224+244+35=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F423 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F423 is #1F0BDC. Grayscale: #D7D7D7. Windows color (decimal): -2034653 or 2356448. OLE color: 2356448.
HSL color Cylindrical-coordinate representation of color #E0F423: hue angle of 65.74º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0F423 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 35 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.04 |
| HSL | 65.74º | 0.9% | 0.55% | - |
| HSV(B) | 65.74º | 0.86% | 0.96% | - |
| XYZ | 63.39 | 80.67 | 13.82 | - |
| YUV | 214.19 | 26.87 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 35 | 0.08 | 0 | 0.86 | 0.04 | 65.74 | 0.9 | 0.55 |
| Hex | E0 | F4 | 23 | 8 | 0 | 56 | 4 | 42 | 5A | 37 |
| Octal | 340 | 364 | 43 | 10 | 0 | 126 | 4 | 102 | 132 | 67 |
| Binary | 11100000 | 11110100 | 100011 | 1000 | 0 | 1010110 | 100 | 1000010 | 1011010 | 110111 |
Color Harmonies of #E0F423
Complementary color
Monochromatic Colors of #E0F423
Black with #E0F423
Text Example
Text Example
White with #E0F423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F423; }
p { color: rgb(224,244,35); }
H1.HeaderClassName
{
color: #E0F423;
}
.AnyTagClassName
{
color: #E0F423;
}
</style>
background-color css
<style>
a { background-color: #E0F423; }
a { background-color: rgb(224,244,35); }
div.DivClassName
{
background-color: #E0F423;
}
.BgClassName
{
background-color: #E0F423;
}
</style>
border-color css
<style>
span { border-color: #E0F423; }
span { border-color: rgb(224,244,35); }
td.TdClassName
{
border-color: #E0F423;
}
.TagClassName
{
border-color: #E0F423;
}
</style>