#e2f01f

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

Shades of Pear #E2F01F

Tints of Pear #E2F01F

Color information

#E2F01F (or 0xE2F01F) is unknown color: approx Pear. HEX triplet: E2, F0 and 1F. RGB value is (226,240,31). Sum of RGB (Red+Green+Blue) = 226+240+31=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F01F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F01F is #1D0FE0. Grayscale: #D4D4D4. Windows color (decimal): -1904609 or 2093282. OLE color: 2093282.

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

Color convert

RGB22624031-
CMYK0.0600.870.06
HSL64.02º87.45%53.14%-
HSV(B)64.02º87.08%94.12%-
XYZ62.7778.5913.16-
YUV211.9925.86137.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 240 (94.14% from 255) = 48.29%
BLUE value IS 31 (12.5% from 255) = 6.24%
R=45.47%
G=48.29%
B=6.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal226240310.0600.870.0664.0287.4553.14
HexE2F01F60576405735
Octal3423603760127610012765
Binary1110001011110000111111100101011111010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2f01f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2f01f; }

 p { color: rgb(226,240,31); }

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

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

 a { background-color: rgb(226,240,31); }

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

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

 span { border-color: rgb(226,240,31); }

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