#EFD40F

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

Shades of Gold #EFD40F

Tints of Gold #EFD40F

Color information

#EFD40F (or 0xEFD40F) is unknown color: approx Gold. HEX triplet: EF, D4 and 0F. RGB value is (239,212,15). Sum of RGB (Red+Green+Blue) = 239+212+15=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD40F is #102BF0. Grayscale: #C6C6C6. Windows color (decimal): -1059825 or 1037551. OLE color: 1037551.

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

Color convert

RGB23921215-
CMYK00.110.940.06
HSL52.77º88.19%49.8%-
HSV(B)52.77º93.72%93.73%-
XYZ59.2365.479.97-
YUV197.6124.95157.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.29%
GREEN value IS 212 (83.20% from 255) = 45.49%
BLUE value IS 15 (6.25% from 255) = 3.22%
R=51.29%
G=45.49%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392121500.110.940.0652.7788.1949.8
HexEFD4F0B5E6355832
Octal3573241701313666513062
Binary111011111101010011110101110111101101101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD40F; }

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

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

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

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

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

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

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

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