Shades of Pear #E1ED23
Tints of Pear #E1ED23
RGB
CMYK
RGB Variations
Color information
#E1ED23 (or 0xE1ED23) is known color: Pear. HEX triplet: E1, ED and 23. RGB value is (225,237,35). Sum of RGB (Red+Green+Blue) = 225+237+35=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED23 is #1E12DC. Grayscale: #D3D3D3. Windows color (decimal): -1970909 or 2354657. OLE color: 2354657.
HSL color Cylindrical-coordinate representation of color #E1ED23: hue angle of 63.56º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1ED23 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 35 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.07 |
| HSL | 63.56º | 0.85% | 0.53% | - |
| HSV(B) | 63.56º | 0.85% | 0.93% | - |
| XYZ | 61.64 | 76.7 | 13.15 | - |
| YUV | 210.38 | 29.02 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 35 | 0.05 | 0 | 0.85 | 0.07 | 63.56 | 0.85 | 0.53 |
| Hex | E1 | ED | 23 | 5 | 0 | 55 | 7 | 40 | 55 | 35 |
| Octal | 341 | 355 | 43 | 5 | 0 | 125 | 7 | 100 | 125 | 65 |
| Binary | 11100001 | 11101101 | 100011 | 101 | 0 | 1010101 | 111 | 1000000 | 1010101 | 110101 |
Color Harmonies of #E1ED23
Complementary color
Monochromatic Colors of #E1ED23
Black with #E1ED23
Text Example
Text Example
White with #E1ED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED23; }
p { color: rgb(225,237,35); }
H1.HeaderClassName
{
color: #E1ED23;
}
.AnyTagClassName
{
color: #E1ED23;
}
</style>
background-color css
<style>
a { background-color: #E1ED23; }
a { background-color: rgb(225,237,35); }
div.DivClassName
{
background-color: #E1ED23;
}
.BgClassName
{
background-color: #E1ED23;
}
</style>
border-color css
<style>
span { border-color: #E1ED23; }
span { border-color: rgb(225,237,35); }
td.TdClassName
{
border-color: #E1ED23;
}
.TagClassName
{
border-color: #E1ED23;
}
</style>