#EFDA0E

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

Shades of Lemon #EFDA0E

Tints of Lemon #EFDA0E

Color information

#EFDA0E (or 0xEFDA0E) is unknown color: approx Lemon. HEX triplet: EF, DA and 0E. RGB value is (239,218,14). Sum of RGB (Red+Green+Blue) = 239+218+14=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA0E is #1025F1. Grayscale: #C9C9C9. Windows color (decimal): -1058290 or 973551. OLE color: 973551.

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

Color convert

RGB23921814-
CMYK00.090.940.06
HSL54.4º88.93%49.61%-
HSV(B)54.4º94.14%93.73%-
XYZ60.7568.5310.44-
YUV201.0222.46155.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 14 (5.86% from 255) = 2.97%
R=50.74%
G=46.28%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392181400.090.940.0654.488.9349.61
HexEFDAE095E6365932
Octal3573321601113666613162
Binary111011111101101011100100110111101101101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA0E; }

 p { color: rgb(239,218,14); }

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

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

 a { background-color: rgb(239,218,14); }

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

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

 span { border-color: rgb(239,218,14); }

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