#efa71f

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

Shades of Gold Tips #EFA71F

Tints of Gold Tips #EFA71F

Color information

#EFA71F (or 0xEFA71F) is unknown color: approx Gold Tips. HEX triplet: EF, A7 and 1F. RGB value is (239,167,31). Sum of RGB (Red+Green+Blue) = 239+167+31=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA71F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA71F is #1058E0. Grayscale: #ADADAD. Windows color (decimal): -1071329 or 2074607. OLE color: 2074607.

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

Color convert

RGB23916731-
CMYK00.300.870.06
HSL39.23º86.67%52.94%-
HSV(B)39.23º87.03%93.73%-
XYZ49.6646.097.57-
YUV173.0247.85175.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 31 (12.5% from 255) = 7.09%
R=54.69%
G=38.22%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391673100.300.870.0639.2386.6752.94
HexEFA71F01E576275735
Octal3572473703612764712765
Binary11101111101001111111101111010101111101001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa71f; }

 p { color: rgb(239,167,31); }

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

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

 a { background-color: rgb(239,167,31); }

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

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

 span { border-color: rgb(239,167,31); }

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