Shades of Pear #E1F933
Tints of Pear #E1F933
RGB
CMYK
RGB Variations
Color information
#E1F933 (or 0xE1F933) is known color: Pear. HEX triplet: E1, F9 and 33. RGB value is (225,249,51). Sum of RGB (Red+Green+Blue) = 225+249+51=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F933 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F933 is #1E06CC. Grayscale: #DCDCDC. Windows color (decimal): -1967821 or 3406305. OLE color: 3406305.
HSL color Cylindrical-coordinate representation of color #E1F933: hue angle of 67.27º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1F933 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 249 | 51 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.02 |
| HSL | 67.27º | 0.94% | 0.59% | - |
| HSV(B) | 67.27º | 0.8% | 0.98% | - |
| XYZ | 65.52 | 84 | 15.89 | - |
| YUV | 219.25 | 33.05 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 249 | 51 | 0.10 | 0 | 0.80 | 0.02 | 67.27 | 0.94 | 0.59 |
| Hex | E1 | F9 | 33 | A | 0 | 50 | 2 | 43 | 5E | 3B |
| Octal | 341 | 371 | 63 | 12 | 0 | 120 | 2 | 103 | 136 | 73 |
| Binary | 11100001 | 11111001 | 110011 | 1010 | 0 | 1010000 | 10 | 1000011 | 1011110 | 111011 |
Color Harmonies of #E1F933
Complementary color
Monochromatic Colors of #E1F933
Black with #E1F933
Text Example
Text Example
White with #E1F933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F933; }
p { color: rgb(225,249,51); }
H1.HeaderClassName
{
color: #E1F933;
}
.AnyTagClassName
{
color: #E1F933;
}
</style>
background-color css
<style>
a { background-color: #E1F933; }
a { background-color: rgb(225,249,51); }
div.DivClassName
{
background-color: #E1F933;
}
.BgClassName
{
background-color: #E1F933;
}
</style>
border-color css
<style>
span { border-color: #E1F933; }
span { border-color: rgb(225,249,51); }
td.TdClassName
{
border-color: #E1F933;
}
.TagClassName
{
border-color: #E1F933;
}
</style>