#EFB026

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

Shades of Gold Tips #EFB026

Tints of Gold Tips #EFB026

Color information

#EFB026 (or 0xEFB026) is unknown color: approx Gold Tips. HEX triplet: EF, B0 and 26. RGB value is (239,176,38). Sum of RGB (Red+Green+Blue) = 239+176+38=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB026 is #104FD9. Grayscale: #B3B3B3. Windows color (decimal): -1069018 or 2535663. OLE color: 2535663.

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

Color convert

RGB23917638-
CMYK00.260.840.06
HSL41.19º86.27%54.31%-
HSV(B)41.19º84.1%93.73%-
XYZ51.4749.548.68-
YUV179.148.37170.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 38 (15.23% from 255) = 8.39%
R=52.76%
G=38.85%
B=8.39%

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
Decimal2391763800.260.840.0641.1986.2754.31
HexEFB02601A546295636
Octal3572604603212465112666
Binary111011111011000010011001101010101001101010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB026; }

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

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

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

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

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

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

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

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