#EFB11F

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

Shades of Gold Tips #EFB11F

Tints of Gold Tips #EFB11F

Color information

#EFB11F (or 0xEFB11F) is unknown color: approx Gold Tips. HEX triplet: EF, B1 and 1F. RGB value is (239,177,31). Sum of RGB (Red+Green+Blue) = 239+177+31=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB11F is #104EE0. Grayscale: #B3B3B3. Windows color (decimal): -1068769 or 2077167. OLE color: 2077167.

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

Color convert

RGB23917731-
CMYK00.260.870.06
HSL42.12º86.67%52.94%-
HSV(B)42.12º87.03%93.73%-
XYZ51.5749.898.21-
YUV178.8944.54170.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.47%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 31 (12.5% from 255) = 6.94%
R=53.47%
G=39.60%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391773100.260.870.0642.1286.6752.94
HexEFB11F01A5762a5735
Octal3572613703212765212765
Binary11101111101100011111101101010101111101010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB11F; }

 p { color: rgb(239,177,31); }

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

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

 a { background-color: rgb(239,177,31); }

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

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

 span { border-color: rgb(239,177,31); }

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