#E1F022

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

Shades of Pear #E1F022

Tints of Pear #E1F022

Color information

#E1F022 (or 0xE1F022) is unknown color: approx Pear. HEX triplet: E1, F0 and 22. RGB value is (225,240,34). Sum of RGB (Red+Green+Blue) = 225+240+34=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F022 is #1E0FDD. Grayscale: #D4D4D4. Windows color (decimal): -1970142 or 2289889. OLE color: 2289889.

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

Color convert

RGB22524034-
CMYK0.0600.860.06
HSL64.37º87.29%53.73%-
HSV(B)64.37º85.83%94.12%-
XYZ62.578.4413.36-
YUV212.0327.53137.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 34 (13.67% from 255) = 6.81%
R=45.09%
G=48.10%
B=6.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225240340.0600.860.0664.3787.2953.73
HexE1F02260566405736
Octal3413604260126610012766
Binary11100001111100001000101100101011011010000001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F022; }

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

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

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

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

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

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

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

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