#EFAA1E

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

Shades of Gold Tips #EFAA1E

Tints of Gold Tips #EFAA1E

Color information

#EFAA1E (or 0xEFAA1E) is unknown color: approx Gold Tips. HEX triplet: EF, AA and 1E. RGB value is (239,170,30). Sum of RGB (Red+Green+Blue) = 239+170+30=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA1E is #1055E1. Grayscale: #AFAFAF. Windows color (decimal): -1070562 or 2009839. OLE color: 2009839.

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

Color convert

RGB23917030-
CMYK00.290.870.06
HSL40.19º86.72%52.75%-
HSV(B)40.19º87.45%93.73%-
XYZ50.2147.197.69-
YUV174.6746.36173.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.44%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=54.44%
G=38.72%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391703000.290.870.0640.1986.7252.75
HexEFAA1E01D576285735
Octal3572523603512765012765
Binary11101111101010101111001110110101111101010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA1E; }

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

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

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

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

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

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

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

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