Shades of Pear #E1EF1A
Tints of Pear #E1EF1A
RGB
CMYK
RGB Variations
Color information
#E1EF1A (or 0xE1EF1A) is known color: Pear. HEX triplet: E1, EF and 1A. RGB value is (225,239,26). Sum of RGB (Red+Green+Blue) = 225+239+26=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 26 (10.55% from 255 or 5.31% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EF1A is #1E10E5. Grayscale: #D3D3D3. Windows color (decimal): -1970406 or 1765345. OLE color: 1765345.
HSL color Cylindrical-coordinate representation of color #E1EF1A: hue angle of 63.94º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1EF1A is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 26 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.06 |
| HSL | 63.94º | 0.87% | 0.52% | - |
| HSV(B) | 63.94º | 0.89% | 0.94% | - |
| XYZ | 62.1 | 77.82 | 12.72 | - |
| YUV | 210.53 | 23.86 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 26 | 0.06 | 0 | 0.89 | 0.06 | 63.94 | 0.87 | 0.52 |
| Hex | E1 | EF | 1A | 6 | 0 | 59 | 6 | 40 | 57 | 34 |
| Octal | 341 | 357 | 32 | 6 | 0 | 131 | 6 | 100 | 127 | 64 |
| Binary | 11100001 | 11101111 | 11010 | 110 | 0 | 1011001 | 110 | 1000000 | 1010111 | 110100 |
Color Harmonies of #E1EF1A
Complementary color
Monochromatic Colors of #E1EF1A
Black with #E1EF1A
Text Example
Text Example
White with #E1EF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EF1A; }
p { color: rgb(225,239,26); }
H1.HeaderClassName
{
color: #E1EF1A;
}
.AnyTagClassName
{
color: #E1EF1A;
}
</style>
background-color css
<style>
a { background-color: #E1EF1A; }
a { background-color: rgb(225,239,26); }
div.DivClassName
{
background-color: #E1EF1A;
}
.BgClassName
{
background-color: #E1EF1A;
}
</style>
border-color css
<style>
span { border-color: #E1EF1A; }
span { border-color: rgb(225,239,26); }
td.TdClassName
{
border-color: #E1EF1A;
}
.TagClassName
{
border-color: #E1EF1A;
}
</style>