Shades of Pear #E2F01C
Tints of Pear #E2F01C
RGB
CMYK
RGB Variations
Color information
#E2F01C (or 0xE2F01C) is known color: Pear. HEX triplet: E2, F0 and 1C. RGB value is (226,240,28). Sum of RGB (Red+Green+Blue) = 226+240+28=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F01C is #1D0FE3. Grayscale: #D4D4D4. Windows color (decimal): -1904612 or 1896674. OLE color: 1896674.
HSL color Cylindrical-coordinate representation of color #E2F01C: hue angle of 63.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2F01C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.06 |
| HSL | 63.96º | 0.88% | 0.53% | - |
| HSV(B) | 63.96º | 0.88% | 0.94% | - |
| XYZ | 62.73 | 78.57 | 12.96 | - |
| YUV | 211.65 | 24.36 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 28 | 0.06 | 0 | 0.88 | 0.06 | 63.96 | 0.88 | 0.53 |
| Hex | E2 | F0 | 1C | 6 | 0 | 58 | 6 | 40 | 58 | 35 |
| Octal | 342 | 360 | 34 | 6 | 0 | 130 | 6 | 100 | 130 | 65 |
| Binary | 11100010 | 11110000 | 11100 | 110 | 0 | 1011000 | 110 | 1000000 | 1011000 | 110101 |
Color Harmonies of #E2F01C
Complementary color
Monochromatic Colors of #E2F01C
Black with #E2F01C
Text Example
Text Example
White with #E2F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F01C; }
p { color: rgb(226,240,28); }
H1.HeaderClassName
{
color: #E2F01C;
}
.AnyTagClassName
{
color: #E2F01C;
}
</style>
background-color css
<style>
a { background-color: #E2F01C; }
a { background-color: rgb(226,240,28); }
div.DivClassName
{
background-color: #E2F01C;
}
.BgClassName
{
background-color: #E2F01C;
}
</style>
border-color css
<style>
span { border-color: #E2F01C; }
span { border-color: rgb(226,240,28); }
td.TdClassName
{
border-color: #E2F01C;
}
.TagClassName
{
border-color: #E2F01C;
}
</style>