#EFAC1E

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

Shades of Gold Tips #EFAC1E

Tints of Gold Tips #EFAC1E

Color information

#EFAC1E (or 0xEFAC1E) is unknown color: approx Gold Tips. HEX triplet: EF, AC and 1E. RGB value is (239,172,30). Sum of RGB (Red+Green+Blue) = 239+172+30=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC1E is #1053E1. Grayscale: #B0B0B0. Windows color (decimal): -1070050 or 2010351. OLE color: 2010351.

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

Color convert

RGB23917230-
CMYK00.280.870.06
HSL40.77º86.72%52.75%-
HSV(B)40.77º87.45%93.73%-
XYZ50.5847.957.82-
YUV175.8445.7173.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.20%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 30 (12.11% from 255) = 6.80%
R=54.20%
G=39.00%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391723000.280.870.0640.7786.7252.75
HexEFAC1E01C576295735
Octal3572543603412765112765
Binary11101111101011001111001110010101111101010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC1E; }

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

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

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

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

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

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

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

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