#EFB022

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

Shades of Gold Tips #EFB022

Tints of Gold Tips #EFB022

Color information

#EFB022 (or 0xEFB022) is unknown color: approx Gold Tips. HEX triplet: EF, B0 and 22. RGB value is (239,176,34). Sum of RGB (Red+Green+Blue) = 239+176+34=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB022 is #104FDD. Grayscale: #B3B3B3. Windows color (decimal): -1069022 or 2273519. OLE color: 2273519.

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

Color convert

RGB23917634-
CMYK00.260.860.06
HSL41.56º86.5%53.53%-
HSV(B)41.56º85.77%93.73%-
XYZ51.4149.528.36-
YUV178.6546.37171.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 34 (13.67% from 255) = 7.57%
R=53.23%
G=39.20%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391763400.260.860.0641.5686.553.53
HexEFB02201A5662a5636
Octal3572604203212665212666
Binary111011111011000010001001101010101101101010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB022; }

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

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

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

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

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

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

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

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