Shades of Pear #E1EA23
Tints of Pear #E1EA23
RGB
CMYK
RGB Variations
Color information
#E1EA23 (or 0xE1EA23) is known color: Pear. HEX triplet: E1, EA and 23. RGB value is (225,234,35). Sum of RGB (Red+Green+Blue) = 225+234+35=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EA23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EA23 is #1E15DC. Grayscale: #D1D1D1. Windows color (decimal): -1971677 or 2353889. OLE color: 2353889.
HSL color Cylindrical-coordinate representation of color #E1EA23: hue angle of 62.71º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1EA23 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 35 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.08 |
| HSL | 62.71º | 0.83% | 0.53% | - |
| HSV(B) | 62.71º | 0.85% | 0.92% | - |
| XYZ | 60.78 | 74.97 | 12.86 | - |
| YUV | 208.62 | 30.02 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 35 | 0.04 | 0 | 0.85 | 0.08 | 62.71 | 0.83 | 0.53 |
| Hex | E1 | EA | 23 | 4 | 0 | 55 | 8 | 3F | 53 | 35 |
| Octal | 341 | 352 | 43 | 4 | 0 | 125 | 10 | 77 | 123 | 65 |
| Binary | 11100001 | 11101010 | 100011 | 100 | 0 | 1010101 | 1000 | 111111 | 1010011 | 110101 |
Color Harmonies of #E1EA23
Complementary color
Monochromatic Colors of #E1EA23
Black with #E1EA23
Text Example
Text Example
White with #E1EA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EA23; }
p { color: rgb(225,234,35); }
H1.HeaderClassName
{
color: #E1EA23;
}
.AnyTagClassName
{
color: #E1EA23;
}
</style>
background-color css
<style>
a { background-color: #E1EA23; }
a { background-color: rgb(225,234,35); }
div.DivClassName
{
background-color: #E1EA23;
}
.BgClassName
{
background-color: #E1EA23;
}
</style>
border-color css
<style>
span { border-color: #E1EA23; }
span { border-color: rgb(225,234,35); }
td.TdClassName
{
border-color: #E1EA23;
}
.TagClassName
{
border-color: #E1EA23;
}
</style>