#EFE71E

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

Shades of Lemon #EFE71E

Tints of Lemon #EFE71E

Color information

#EFE71E (or 0xEFE71E) is unknown color: approx Lemon. HEX triplet: EF, E7 and 1E. RGB value is (239,231,30). Sum of RGB (Red+Green+Blue) = 239+231+30=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE71E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE71E is #1018E1. Grayscale: #D3D3D3. Windows color (decimal): -1054946 or 2025455. OLE color: 2025455.

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

Color convert

RGB23923130-
CMYK00.030.870.06
HSL57.7º86.72%52.75%-
HSV(B)57.7º87.45%93.73%-
XYZ64.4175.612.43-
YUV210.4826.15148.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 30 (12.11% from 255) = 6%
R=47.8%
G=46.2%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392313000.030.870.0657.786.7252.75
HexEFE71E035763a5735
Octal357347360312767212765
Binary11101111111001111111001110101111101110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE71E; }

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

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

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

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

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

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

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

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