#EFDF17

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

Shades of Lemon #EFDF17

Tints of Lemon #EFDF17

Color information

#EFDF17 (or 0xEFDF17) is unknown color: approx Lemon. HEX triplet: EF, DF and 17. RGB value is (239,223,23). Sum of RGB (Red+Green+Blue) = 239+223+23=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF17 is #1020E8. Grayscale: #CDCDCD. Windows color (decimal): -1057001 or 1564655. OLE color: 1564655.

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

Color convert

RGB23922323-
CMYK00.070.900.06
HSL55.56º87.1%51.37%-
HSV(B)55.56º90.38%93.73%-
XYZ62.1471.1911.28-
YUV204.9825.3152.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 223 (87.5% from 255) = 45.98%
BLUE value IS 23 (9.38% from 255) = 4.74%
R=49.28%
G=45.98%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392232300.070.900.0655.5687.151.37
HexEFDF17075A6385733
Octal357337270713267012763
Binary111011111101111110111011110110101101110001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF17; }

 p { color: rgb(239,223,23); }

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

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

 a { background-color: rgb(239,223,23); }

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

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

 span { border-color: rgb(239,223,23); }

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