#E2EF20

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

Shades of Pear #E2EF20

Tints of Pear #E2EF20

Color information

#E2EF20 (or 0xE2EF20) is unknown color: approx Pear. HEX triplet: E2, EF and 20. RGB value is (226,239,32). Sum of RGB (Red+Green+Blue) = 226+239+32=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF20 is #1D10DF. Grayscale: #D4D4D4. Windows color (decimal): -1904864 or 2158562. OLE color: 2158562.

HSL color Cylindrical-coordinate representation of color #E2EF20: hue angle of 63.77º 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 #E2EF20 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB22623932-
CMYK0.0500.870.06
HSL63.77º86.61%53.14%-
HSV(B)63.77º86.61%93.73%-
XYZ62.4978.0113.13-
YUV211.5126.69138.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 239 (93.75% from 255) = 48.09%
BLUE value IS 32 (12.89% from 255) = 6.44%
R=45.47%
G=48.09%
B=6.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal226239320.0500.870.0663.7786.6153.14
HexE2EF2050576405735
Octal3423574050127610012765
Binary11100010111011111000001010101011111010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EF20; }

 p { color: rgb(226,239,32); }

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

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

 a { background-color: rgb(226,239,32); }

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

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

 span { border-color: rgb(226,239,32); }

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