#EFED20

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

Shades of Lemon #EFED20

Tints of Lemon #EFED20

Color information

#EFED20 (or 0xEFED20) is unknown color: approx Lemon. HEX triplet: EF, ED and 20. RGB value is (239,237,32). Sum of RGB (Red+Green+Blue) = 239+237+32=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 32 (12.89% from 255 or 6.30% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED20 is #1012DF. Grayscale: #D7D7D7. Windows color (decimal): -1053408 or 2158063. OLE color: 2158063.

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

Color convert

RGB23923732-
CMYK00.010.870.06
HSL59.42º86.61%53.14%-
HSV(B)59.42º86.61%93.73%-
XYZ66.1479.0213.13-
YUV214.2325.16145.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 32 (12.89% from 255) = 6.30%
R=47.05%
G=46.65%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392373200.010.870.0659.4286.6153.14
HexEFED20015763b5735
Octal357355400112767312765
Binary11101111111011011000000110101111101110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED20; }

 p { color: rgb(239,237,32); }

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

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

 a { background-color: rgb(239,237,32); }

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

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

 span { border-color: rgb(239,237,32); }

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