#EFB126

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

Shades of Gold Tips #EFB126

Tints of Gold Tips #EFB126

Color information

#EFB126 (or 0xEFB126) is unknown color: approx Gold Tips. HEX triplet: EF, B1 and 26. RGB value is (239,177,38). Sum of RGB (Red+Green+Blue) = 239+177+38=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB126 is #104ED9. Grayscale: #B4B4B4. Windows color (decimal): -1068762 or 2535919. OLE color: 2535919.

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

Color convert

RGB23917738-
CMYK00.260.840.06
HSL41.49º86.27%54.31%-
HSV(B)41.49º84.1%93.73%-
XYZ51.6749.938.75-
YUV179.6948.04170.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.64%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 38 (15.23% from 255) = 8.37%
R=52.64%
G=38.99%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391773800.260.840.0641.4986.2754.31
HexEFB12601A546295636
Octal3572614603212465112666
Binary111011111011000110011001101010101001101010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB126; }

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

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

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

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

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

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

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

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