#efed1e

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

Shades of Lemon #EFED1E

Tints of Lemon #EFED1E

Color information

#EFED1E (or 0xEFED1E) is unknown color: approx Lemon. HEX triplet: EF, ED and 1E. RGB value is (239,237,30). Sum of RGB (Red+Green+Blue) = 239+237+30=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED1E is #1012E1. Grayscale: #D6D6D6. Windows color (decimal): -1053410 or 2026991. OLE color: 2026991.

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

Color convert

RGB23923730-
CMYK00.010.870.06
HSL59.43º86.72%52.75%-
HSV(B)59.43º87.45%93.73%-
XYZ66.1279.0112.99-
YUV21424.16145.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 30 (12.11% from 255) = 5.93%
R=47.23%
G=46.84%
B=5.93%

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
Decimal2392373000.010.870.0659.4386.7252.75
HexEFED1E015763b5735
Octal357355360112767312765
Binary1110111111101101111100110101111101110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efed1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efed1e; }

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

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

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

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

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

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

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

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