#EFAF26

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

Shades of Gold Tips #EFAF26

Tints of Gold Tips #EFAF26

Color information

#EFAF26 (or 0xEFAF26) is unknown color: approx Gold Tips. HEX triplet: EF, AF and 26. RGB value is (239,175,38). Sum of RGB (Red+Green+Blue) = 239+175+38=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF26 is #1050D9. Grayscale: #B3B3B3. Windows color (decimal): -1069274 or 2535407. OLE color: 2535407.

HSL color Cylindrical-coordinate representation of color #EFAF26: hue angle of 40.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFAF26 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB23917538-
CMYK00.270.840.06
HSL40.9º86.27%54.31%-
HSV(B)40.9º84.1%93.73%-
XYZ51.2849.158.62-
YUV178.5248.7171.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.88%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 38 (15.23% from 255) = 8.41%
R=52.88%
G=38.72%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391753800.270.840.0640.986.2754.31
HexEFAF2601B546295636
Octal3572574603312465112666
Binary111011111010111110011001101110101001101010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF26; }

 p { color: rgb(239,175,38); }

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

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

 a { background-color: rgb(239,175,38); }

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

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

 span { border-color: rgb(239,175,38); }

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