Shades of Pear #E1F324
Tints of Pear #E1F324
RGB
CMYK
RGB Variations
Color information
#E1F324 (or 0xE1F324) is known color: Pear. HEX triplet: E1, F3 and 24. RGB value is (225,243,36). Sum of RGB (Red+Green+Blue) = 225+243+36=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F324 is #1E0CDB. Grayscale: #D6D6D6. Windows color (decimal): -1969372 or 2421729. OLE color: 2421729.
HSL color Cylindrical-coordinate representation of color #E1F324: hue angle of 65.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1F324 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 36 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.05 |
| HSL | 65.22º | 0.9% | 0.55% | - |
| HSV(B) | 65.22º | 0.85% | 0.95% | - |
| XYZ | 63.42 | 80.24 | 13.81 | - |
| YUV | 214.02 | 27.54 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 36 | 0.07 | 0 | 0.85 | 0.05 | 65.22 | 0.9 | 0.55 |
| Hex | E1 | F3 | 24 | 7 | 0 | 55 | 5 | 41 | 5A | 37 |
| Octal | 341 | 363 | 44 | 7 | 0 | 125 | 5 | 101 | 132 | 67 |
| Binary | 11100001 | 11110011 | 100100 | 111 | 0 | 1010101 | 101 | 1000001 | 1011010 | 110111 |
Color Harmonies of #E1F324
Complementary color
Monochromatic Colors of #E1F324
Black with #E1F324
Text Example
Text Example
White with #E1F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F324; }
p { color: rgb(225,243,36); }
H1.HeaderClassName
{
color: #E1F324;
}
.AnyTagClassName
{
color: #E1F324;
}
</style>
background-color css
<style>
a { background-color: #E1F324; }
a { background-color: rgb(225,243,36); }
div.DivClassName
{
background-color: #E1F324;
}
.BgClassName
{
background-color: #E1F324;
}
</style>
border-color css
<style>
span { border-color: #E1F324; }
span { border-color: rgb(225,243,36); }
td.TdClassName
{
border-color: #E1F324;
}
.TagClassName
{
border-color: #E1F324;
}
</style>