#EFA81E

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

Shades of Gold Tips #EFA81E

Tints of Gold Tips #EFA81E

Color information

#EFA81E (or 0xEFA81E) is unknown color: approx Gold Tips. HEX triplet: EF, A8 and 1E. RGB value is (239,168,30). Sum of RGB (Red+Green+Blue) = 239+168+30=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA81E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA81E is #1057E1. Grayscale: #AEAEAE. Windows color (decimal): -1071074 or 2009327. OLE color: 2009327.

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

Color convert

RGB23916830-
CMYK00.300.870.06
HSL39.62º86.72%52.75%-
HSV(B)39.62º87.45%93.73%-
XYZ49.8346.457.57-
YUV173.547.02174.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=54.69%
G=38.44%
B=6.86%

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
Decimal2391683000.300.870.0639.6286.7252.75
HexEFA81E01E576285735
Octal3572503603612765012765
Binary11101111101010001111001111010101111101010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA81E; }

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

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

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

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

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

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

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

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