Shades of Pear #E1F123
Tints of Pear #E1F123
RGB
CMYK
RGB Variations
Color information
#E1F123 (or 0xE1F123) is known color: Pear. HEX triplet: E1, F1 and 23. RGB value is (225,241,35). Sum of RGB (Red+Green+Blue) = 225+241+35=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F123 is #1E0EDC. Grayscale: #D5D5D5. Windows color (decimal): -1969885 or 2355681. OLE color: 2355681.
HSL color Cylindrical-coordinate representation of color #E1F123: hue angle of 64.66º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1F123 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 35 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.05 |
| HSL | 64.66º | 0.88% | 0.54% | - |
| HSV(B) | 64.66º | 0.85% | 0.95% | - |
| XYZ | 62.81 | 79.04 | 13.54 | - |
| YUV | 212.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 35 | 0.07 | 0 | 0.85 | 0.05 | 64.66 | 0.88 | 0.54 |
| Hex | E1 | F1 | 23 | 7 | 0 | 55 | 5 | 41 | 58 | 36 |
| Octal | 341 | 361 | 43 | 7 | 0 | 125 | 5 | 101 | 130 | 66 |
| Binary | 11100001 | 11110001 | 100011 | 111 | 0 | 1010101 | 101 | 1000001 | 1011000 | 110110 |
Color Harmonies of #E1F123
Complementary color
Monochromatic Colors of #E1F123
Black with #E1F123
Text Example
Text Example
White with #E1F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F123; }
p { color: rgb(225,241,35); }
H1.HeaderClassName
{
color: #E1F123;
}
.AnyTagClassName
{
color: #E1F123;
}
</style>
background-color css
<style>
a { background-color: #E1F123; }
a { background-color: rgb(225,241,35); }
div.DivClassName
{
background-color: #E1F123;
}
.BgClassName
{
background-color: #E1F123;
}
</style>
border-color css
<style>
span { border-color: #E1F123; }
span { border-color: rgb(225,241,35); }
td.TdClassName
{
border-color: #E1F123;
}
.TagClassName
{
border-color: #E1F123;
}
</style>