#E1EF26

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

Shades of Pear #E1EF26

Tints of Pear #E1EF26

Color information

#E1EF26 (or 0xE1EF26) is unknown color: approx Pear. HEX triplet: E1, EF and 26. RGB value is (225,239,38). Sum of RGB (Red+Green+Blue) = 225+239+38=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EF26 is #1E10D9. Grayscale: #D4D4D4. Windows color (decimal): -1970394 or 2551777. OLE color: 2551777.

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

Color convert

RGB22523938-
CMYK0.0600.840.06
HSL64.18º86.27%54.31%-
HSV(B)64.18º84.1%93.73%-
XYZ62.2777.8813.58-
YUV211.929.86137.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 239 (93.75% from 255) = 47.61%
BLUE value IS 38 (15.23% from 255) = 7.57%
R=44.82%
G=47.61%
B=7.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225239380.0600.840.0664.1886.2754.31
HexE1EF2660546405636
Octal3413574660124610012666
Binary11100001111011111001101100101010011010000001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EF26; }

 p { color: rgb(225,239,38); }

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

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

 a { background-color: rgb(225,239,38); }

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

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

 span { border-color: rgb(225,239,38); }

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