#E4EF1A

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

Shades of Lemon #E4EF1A

Tints of Lemon #E4EF1A

Color information

#E4EF1A (or 0xE4EF1A) is unknown color: approx Lemon. HEX triplet: E4, EF and 1A. RGB value is (228,239,26). Sum of RGB (Red+Green+Blue) = 228+239+26=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4EF1A is #1B10E5. Grayscale: #D4D4D4. Windows color (decimal): -1773798 or 1765348. OLE color: 1765348.

HSL color Cylindrical-coordinate representation of color #E4EF1A: hue angle of 63.1º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4EF1A is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB22823926-
CMYK0.0500.890.06
HSL63.1º86.94%51.96%-
HSV(B)63.1º89.12%93.73%-
XYZ63.0578.312.77-
YUV211.4323.36139.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 26 (10.55% from 255) = 5.27%
R=46.25%
G=48.48%
B=5.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal228239260.0500.890.0663.186.9451.96
HexE4EF1A505963f5734
Octal344357325013167712764
Binary111001001110111111010101010110011101111111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EF1A; }

 p { color: rgb(228,239,26); }

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

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

 a { background-color: rgb(228,239,26); }

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

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

 span { border-color: rgb(228,239,26); }

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