#e0ef1e

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

Shades of Pear #E0EF1E

Tints of Pear #E0EF1E

Color information

#E0EF1E (or 0xE0EF1E) is unknown color: approx Pear. HEX triplet: E0, EF and 1E. RGB value is (224,239,30). Sum of RGB (Red+Green+Blue) = 224+239+30=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF1E is #1F10E1. Grayscale: #D3D3D3. Windows color (decimal): -2035938 or 2027488. OLE color: 2027488.

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

Color convert

RGB22423930-
CMYK0.0600.870.06
HSL64.31º86.72%52.75%-
HSV(B)64.31º87.45%93.73%-
XYZ61.8477.6712.96-
YUV210.6926.03137.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 30 (12.11% from 255) = 6.09%
R=45.44%
G=48.48%
B=6.09%

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
Decimal224239300.0600.870.0664.3186.7252.75
HexE0EF1E60576405735
Octal3403573660127610012765
Binary1110000011101111111101100101011111010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ef1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ef1e; }

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

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

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

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

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

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

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

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