Shades of Pear #E4FA2B
Tints of Pear #E4FA2B
RGB
CMYK
RGB Variations
Color information
#E4FA2B (or 0xE4FA2B) is known color: Pear. HEX triplet: E4, FA and 2B. RGB value is (228,250,43). Sum of RGB (Red+Green+Blue) = 228+250+43=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 43 (17.19% from 255 or 8.25% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FA2B is #1B05D4. Grayscale: #DCDCDC. Windows color (decimal): -1770965 or 2882276. OLE color: 2882276.
HSL color Cylindrical-coordinate representation of color #E4FA2B: hue angle of 66.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E4FA2B is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 43 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.02 |
| HSL | 66.38º | 0.95% | 0.57% | - |
| HSV(B) | 66.38º | 0.83% | 0.98% | - |
| XYZ | 66.62 | 85.04 | 15.19 | - |
| YUV | 219.82 | 28.21 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 43 | 0.09 | 0 | 0.83 | 0.02 | 66.38 | 0.95 | 0.57 |
| Hex | E4 | FA | 2B | 9 | 0 | 53 | 2 | 42 | 5F | 39 |
| Octal | 344 | 372 | 53 | 11 | 0 | 123 | 2 | 102 | 137 | 71 |
| Binary | 11100100 | 11111010 | 101011 | 1001 | 0 | 1010011 | 10 | 1000010 | 1011111 | 111001 |
Color Harmonies of #E4FA2B
Complementary color
Monochromatic Colors of #E4FA2B
Black with #E4FA2B
Text Example
Text Example
White with #E4FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA2B; }
p { color: rgb(228,250,43); }
H1.HeaderClassName
{
color: #E4FA2B;
}
.AnyTagClassName
{
color: #E4FA2B;
}
</style>
background-color css
<style>
a { background-color: #E4FA2B; }
a { background-color: rgb(228,250,43); }
div.DivClassName
{
background-color: #E4FA2B;
}
.BgClassName
{
background-color: #E4FA2B;
}
</style>
border-color css
<style>
span { border-color: #E4FA2B; }
span { border-color: rgb(228,250,43); }
td.TdClassName
{
border-color: #E4FA2B;
}
.TagClassName
{
border-color: #E4FA2B;
}
</style>