#EFAB1E

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

Shades of Gold Tips #EFAB1E

Tints of Gold Tips #EFAB1E

Color information

#EFAB1E (or 0xEFAB1E) is unknown color: approx Gold Tips. HEX triplet: EF, AB and 1E. RGB value is (239,171,30). Sum of RGB (Red+Green+Blue) = 239+171+30=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB1E is #1054E1. Grayscale: #AFAFAF. Windows color (decimal): -1070306 or 2010095. OLE color: 2010095.

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

Color convert

RGB23917130-
CMYK00.280.870.06
HSL40.48º86.72%52.75%-
HSV(B)40.48º87.45%93.73%-
XYZ50.3947.577.75-
YUV175.2646.03173.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.32%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 30 (12.11% from 255) = 6.82%
R=54.32%
G=38.86%
B=6.82%

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
Decimal2391713000.280.870.0640.4886.7252.75
HexEFAB1E01C576285735
Octal3572533603412765012765
Binary11101111101010111111001110010101111101010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAB1E; }

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

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

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

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

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

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

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

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