#EFEE20

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

Shades of Lemon #EFEE20

Tints of Lemon #EFEE20

Color information

#EFEE20 (or 0xEFEE20) is unknown color: approx Lemon. HEX triplet: EF, EE and 20. RGB value is (239,238,32). Sum of RGB (Red+Green+Blue) = 239+238+32=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE20 is #1011DF. Grayscale: #D7D7D7. Windows color (decimal): -1053152 or 2158319. OLE color: 2158319.

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

Color convert

RGB23923832-
CMYK00.000.870.06
HSL59.71º86.61%53.14%-
HSV(B)59.71º86.61%93.73%-
XYZ66.4379.613.23-
YUV214.8124.83145.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 238 (93.36% from 255) = 46.76%
BLUE value IS 32 (12.89% from 255) = 6.29%
R=46.95%
G=46.76%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392383200.000.870.0659.7186.6153.14
HexEFEE20005763c5735
Octal357356400012767412765
Binary11101111111011101000000010101111101111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE20; }

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

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

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

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

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

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

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

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