Shades of Pear #E1EA2D
Tints of Pear #E1EA2D
RGB
CMYK
RGB Variations
Color information
#E1EA2D (or 0xE1EA2D) is known color: Pear. HEX triplet: E1, EA and 2D. RGB value is (225,234,45). Sum of RGB (Red+Green+Blue) = 225+234+45=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EA2D is #1E15D2. Grayscale: #D2D2D2. Windows color (decimal): -1971667 or 3009249. OLE color: 3009249.
HSL color Cylindrical-coordinate representation of color #E1EA2D: hue angle of 62.86º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1EA2D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 45 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.08 |
| HSL | 62.86º | 0.82% | 0.55% | - |
| HSV(B) | 62.86º | 0.81% | 0.92% | - |
| XYZ | 60.95 | 75.04 | 13.76 | - |
| YUV | 209.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 45 | 0.04 | 0 | 0.81 | 0.08 | 62.86 | 0.82 | 0.55 |
| Hex | E1 | EA | 2D | 4 | 0 | 51 | 8 | 3F | 52 | 37 |
| Octal | 341 | 352 | 55 | 4 | 0 | 121 | 10 | 77 | 122 | 67 |
| Binary | 11100001 | 11101010 | 101101 | 100 | 0 | 1010001 | 1000 | 111111 | 1010010 | 110111 |
Color Harmonies of #E1EA2D
Complementary color
Monochromatic Colors of #E1EA2D
Black with #E1EA2D
Text Example
Text Example
White with #E1EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EA2D; }
p { color: rgb(225,234,45); }
H1.HeaderClassName
{
color: #E1EA2D;
}
.AnyTagClassName
{
color: #E1EA2D;
}
</style>
background-color css
<style>
a { background-color: #E1EA2D; }
a { background-color: rgb(225,234,45); }
div.DivClassName
{
background-color: #E1EA2D;
}
.BgClassName
{
background-color: #E1EA2D;
}
</style>
border-color css
<style>
span { border-color: #E1EA2D; }
span { border-color: rgb(225,234,45); }
td.TdClassName
{
border-color: #E1EA2D;
}
.TagClassName
{
border-color: #E1EA2D;
}
</style>