#E9F014

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

Shades of Lemon #E9F014

Tints of Lemon #E9F014

Color information

#E9F014 (or 0xE9F014) is unknown color: approx Lemon. HEX triplet: E9, F0 and 14. RGB value is (233,240,20). Sum of RGB (Red+Green+Blue) = 233+240+20=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9F014 is #160FEB. Grayscale: #D5D5D5. Windows color (decimal): -1445868 or 1372393. OLE color: 1372393.

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

Color convert

RGB23324020-
CMYK0.0300.920.06
HSL61.91º88%50.98%-
HSV(B)61.91º91.67%94.12%-
XYZ64.8979.6912.62-
YUV212.8319.18142.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 20 (8.20% from 255) = 4.06%
R=47.26%
G=48.68%
B=4.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal233240200.0300.920.0661.918850.98
HexE9F014305C63e5833
Octal351360243013467613063
Binary11101001111100001010011010111001101111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F014; }

 p { color: rgb(233,240,20); }

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

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

 a { background-color: rgb(233,240,20); }

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

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

 span { border-color: rgb(233,240,20); }

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