Shades of Pear #E1EB2D
Tints of Pear #E1EB2D
RGB
CMYK
RGB Variations
Color information
#E1EB2D (or 0xE1EB2D) is known color: Pear. HEX triplet: E1, EB and 2D. RGB value is (225,235,45). Sum of RGB (Red+Green+Blue) = 225+235+45=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EB2D is #1E14D2. Grayscale: #D3D3D3. Windows color (decimal): -1971411 or 3009505. OLE color: 3009505.
HSL color Cylindrical-coordinate representation of color #E1EB2D: hue angle of 63.16º degrees, saturation: 0.83, 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 #E1EB2D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 45 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.08 |
| HSL | 63.16º | 0.83% | 0.55% | - |
| HSV(B) | 63.16º | 0.81% | 0.92% | - |
| XYZ | 61.23 | 75.61 | 13.85 | - |
| YUV | 210.35 | 34.69 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 45 | 0.04 | 0 | 0.81 | 0.08 | 63.16 | 0.83 | 0.55 |
| Hex | E1 | EB | 2D | 4 | 0 | 51 | 8 | 3F | 53 | 37 |
| Octal | 341 | 353 | 55 | 4 | 0 | 121 | 10 | 77 | 123 | 67 |
| Binary | 11100001 | 11101011 | 101101 | 100 | 0 | 1010001 | 1000 | 111111 | 1010011 | 110111 |
Color Harmonies of #E1EB2D
Complementary color
Monochromatic Colors of #E1EB2D
Black with #E1EB2D
Text Example
Text Example
White with #E1EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EB2D; }
p { color: rgb(225,235,45); }
H1.HeaderClassName
{
color: #E1EB2D;
}
.AnyTagClassName
{
color: #E1EB2D;
}
</style>
background-color css
<style>
a { background-color: #E1EB2D; }
a { background-color: rgb(225,235,45); }
div.DivClassName
{
background-color: #E1EB2D;
}
.BgClassName
{
background-color: #E1EB2D;
}
</style>
border-color css
<style>
span { border-color: #E1EB2D; }
span { border-color: rgb(225,235,45); }
td.TdClassName
{
border-color: #E1EB2D;
}
.TagClassName
{
border-color: #E1EB2D;
}
</style>