#E0EF24

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

Shades of Pear #E0EF24

Tints of Pear #E0EF24

Color information

#E0EF24 (or 0xE0EF24) is unknown color: approx Pear. HEX triplet: E0, EF and 24. RGB value is (224,239,36). Sum of RGB (Red+Green+Blue) = 224+239+36=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF24 is #1F10DB. Grayscale: #D4D4D4. Windows color (decimal): -2035932 or 2420704. OLE color: 2420704.

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

Color convert

RGB22423936-
CMYK0.0600.850.06
HSL64.43º86.38%53.92%-
HSV(B)64.43º84.94%93.73%-
XYZ61.9377.7113.4-
YUV211.3729.03137.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 36 (14.45% from 255) = 7.21%
R=44.89%
G=47.90%
B=7.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224239360.0600.850.0664.4386.3853.92
HexE0EF2460556405636
Octal3403574460125610012666
Binary11100000111011111001001100101010111010000001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EF24; }

 p { color: rgb(224,239,36); }

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

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

 a { background-color: rgb(224,239,36); }

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

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

 span { border-color: rgb(224,239,36); }

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