#EFDA10

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

Shades of Lemon #EFDA10

Tints of Lemon #EFDA10

Color information

#EFDA10 (or 0xEFDA10) is unknown color: approx Lemon. HEX triplet: EF, DA and 10. RGB value is (239,218,16). Sum of RGB (Red+Green+Blue) = 239+218+16=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA10 is #1025EF. Grayscale: #CACACA. Windows color (decimal): -1058288 or 1104623. OLE color: 1104623.

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

Color convert

RGB23921816-
CMYK00.090.930.06
HSL54.35º87.45%50%-
HSV(B)54.35º93.31%93.73%-
XYZ60.7668.5310.52-
YUV201.2523.46154.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 16 (6.64% from 255) = 3.38%
R=50.53%
G=46.09%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392181600.090.930.0654.3587.4550
HexEFDA10095D6365732
Octal3573322001113566612762
Binary1110111111011010100000100110111011101101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA10; }

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

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

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

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

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

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

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

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