#E1F02E

Color #E1F02E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #E1F02E

Tints of Pear #E1F02E

Color information

#E1F02E (or 0xE1F02E) is unknown color: approx Pear. HEX triplet: E1, F0 and 2E. RGB value is (225,240,46). Sum of RGB (Red+Green+Blue) = 225+240+46=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F02E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F02E is #1E0FD1. Grayscale: #D6D6D6. Windows color (decimal): -1970130 or 3076321. OLE color: 3076321.

HSL color Cylindrical-coordinate representation of color #E1F02E: hue angle of 64.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1F02E is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB22524046-
CMYK0.0600.810.06
HSL64.64º86.61%56.08%-
HSV(B)64.64º80.83%94.12%-
XYZ62.778.5214.44-
YUV213.433.53136.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 46 (18.36% from 255) = 9.00%
R=44.03%
G=46.97%
B=9.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225240460.0600.810.0664.6486.6156.08
HexE1F02E60516415738
Octal3413605660121610112770
Binary11100001111100001011101100101000111010000011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F02E; }

 p { color: rgb(225,240,46); }

 H1.HeaderClassName
 {
   color: #E1F02E;
 }
 .AnyTagClassName
 {
   color: #E1F02E;
 }
</style>
background-color css

<style>
 a { background-color: #E1F02E; }

 a { background-color: rgb(225,240,46); }

 div.DivClassName
 {
   background-color: #E1F02E;
 }
 .BgClassName
 {
   background-color: #E1F02E;
 }
</style>
border-color css

<style>
 span { border-color: #E1F02E; }

 span { border-color: rgb(225,240,46); }

 td.TdClassName
 {
   border-color: #E1F02E;
 }
 .TagClassName
 {
   border-color: #E1F02E;
 }
</style>