Shades of Pear #E1EB1C
Tints of Pear #E1EB1C
RGB
CMYK
RGB Variations
Color information
#E1EB1C (or 0xE1EB1C) is known color: Pear. HEX triplet: E1, EB and 1C. RGB value is (225,235,28). Sum of RGB (Red+Green+Blue) = 225+235+28=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EB1C is #1E14E3. Grayscale: #D1D1D1. Windows color (decimal): -1971428 or 1895393. OLE color: 1895393.
HSL color Cylindrical-coordinate representation of color #E1EB1C: hue angle of 62.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1EB1C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 28 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.08 |
| HSL | 62.9º | 0.84% | 0.52% | - |
| HSV(B) | 62.9º | 0.88% | 0.92% | - |
| XYZ | 60.97 | 75.51 | 12.46 | - |
| YUV | 208.41 | 26.19 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 28 | 0.04 | 0 | 0.88 | 0.08 | 62.9 | 0.84 | 0.52 |
| Hex | E1 | EB | 1C | 4 | 0 | 58 | 8 | 3F | 54 | 34 |
| Octal | 341 | 353 | 34 | 4 | 0 | 130 | 10 | 77 | 124 | 64 |
| Binary | 11100001 | 11101011 | 11100 | 100 | 0 | 1011000 | 1000 | 111111 | 1010100 | 110100 |
Color Harmonies of #E1EB1C
Complementary color
Monochromatic Colors of #E1EB1C
Black with #E1EB1C
Text Example
Text Example
White with #E1EB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EB1C; }
p { color: rgb(225,235,28); }
H1.HeaderClassName
{
color: #E1EB1C;
}
.AnyTagClassName
{
color: #E1EB1C;
}
</style>
background-color css
<style>
a { background-color: #E1EB1C; }
a { background-color: rgb(225,235,28); }
div.DivClassName
{
background-color: #E1EB1C;
}
.BgClassName
{
background-color: #E1EB1C;
}
</style>
border-color css
<style>
span { border-color: #E1EB1C; }
span { border-color: rgb(225,235,28); }
td.TdClassName
{
border-color: #E1EB1C;
}
.TagClassName
{
border-color: #E1EB1C;
}
</style>