#efdc10

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

Shades of Lemon #EFDC10

Tints of Lemon #EFDC10

Color information

#EFDC10 (or 0xEFDC10) is unknown color: approx Lemon. HEX triplet: EF, DC and 10. RGB value is (239,220,16). Sum of RGB (Red+Green+Blue) = 239+220+16=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC10 is #1023EF. Grayscale: #CBCBCB. Windows color (decimal): -1057776 or 1105135. OLE color: 1105135.

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

Color convert

RGB23922016-
CMYK00.080.930.06
HSL54.89º87.45%50%-
HSV(B)54.89º93.31%93.73%-
XYZ61.2869.5710.69-
YUV202.4222.79154.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 16 (6.64% from 255) = 3.37%
R=50.32%
G=46.32%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392201600.080.930.0654.8987.4550
HexEFDC10085D6375732
Octal3573342001013566712762
Binary1110111111011100100000100010111011101101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efdc10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efdc10; }

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

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

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

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

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

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

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

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