#EFE016

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

Shades of Lemon #EFE016

Tints of Lemon #EFE016

Color information

#EFE016 (or 0xEFE016) is unknown color: approx Lemon. HEX triplet: EF, E0 and 16. RGB value is (239,224,22). Sum of RGB (Red+Green+Blue) = 239+224+22=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE016 is #101FE9. Grayscale: #CECECE. Windows color (decimal): -1056746 or 1499375. OLE color: 1499375.

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

Color convert

RGB23922422-
CMYK00.060.910.06
HSL55.85º87.15%51.18%-
HSV(B)55.85º90.79%93.73%-
XYZ62.471.7211.31-
YUV205.4624.47151.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 22 (8.98% from 255) = 4.54%
R=49.28%
G=46.19%
B=4.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392242200.060.910.0655.8587.1551.18
HexEFE016065B6385733
Octal357340260613367012763
Binary111011111110000010110011010110111101110001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE016; }

 p { color: rgb(239,224,22); }

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

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

 a { background-color: rgb(239,224,22); }

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

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

 span { border-color: rgb(239,224,22); }

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