#efdf0f

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

Shades of Lemon #EFDF0F

Tints of Lemon #EFDF0F

Color information

#EFDF0F (or 0xEFDF0F) is unknown color: approx Lemon. HEX triplet: EF, DF and 0F. RGB value is (239,223,15). Sum of RGB (Red+Green+Blue) = 239+223+15=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF0F is #1020F0. Grayscale: #CCCCCC. Windows color (decimal): -1057009 or 1040367. OLE color: 1040367.

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

Color convert

RGB23922315-
CMYK00.070.940.06
HSL55.71º88.19%49.8%-
HSV(B)55.71º93.72%93.73%-
XYZ62.0771.1610.92-
YUV204.0721.3152.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 223 (87.5% from 255) = 46.75%
BLUE value IS 15 (6.25% from 255) = 3.14%
R=50.10%
G=46.75%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392231500.070.940.0655.7188.1949.8
HexEFDFF075E6385832
Octal357337170713667013062
Binary11101111110111111111011110111101101110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efdf0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efdf0f; }

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

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

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

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

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

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

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

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