#EFB41E

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

Shades of Gold Tips #EFB41E

Tints of Gold Tips #EFB41E

Color information

#EFB41E (or 0xEFB41E) is unknown color: approx Gold Tips. HEX triplet: EF, B4 and 1E. RGB value is (239,180,30). Sum of RGB (Red+Green+Blue) = 239+180+30=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB41E is #104BE1. Grayscale: #B5B5B5. Windows color (decimal): -1068002 or 2012399. OLE color: 2012399.

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

Color convert

RGB23918030-
CMYK00.250.870.06
HSL43.06º86.72%52.75%-
HSV(B)43.06º87.45%93.73%-
XYZ52.1551.098.34-
YUV180.5443.05169.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 30 (12.11% from 255) = 6.68%
R=53.23%
G=40.09%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391803000.250.870.0643.0686.7252.75
HexEFB41E0195762b5735
Octal3572643603112765312765
Binary11101111101101001111001100110101111101010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB41E; }

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

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

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

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

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

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

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

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