#EFAF22

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

Shades of Gold Tips #EFAF22

Tints of Gold Tips #EFAF22

Color information

#EFAF22 (or 0xEFAF22) is unknown color: approx Gold Tips. HEX triplet: EF, AF and 22. RGB value is (239,175,34). Sum of RGB (Red+Green+Blue) = 239+175+34=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF22 is #1050DD. Grayscale: #B2B2B2. Windows color (decimal): -1069278 or 2273263. OLE color: 2273263.

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

Color convert

RGB23917534-
CMYK00.270.860.06
HSL41.27º86.5%53.53%-
HSV(B)41.27º85.77%93.73%-
XYZ51.2249.138.3-
YUV178.0646.7171.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 34 (13.67% from 255) = 7.59%
R=53.35%
G=39.06%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391753400.270.860.0641.2786.553.53
HexEFAF2201B566295636
Octal3572574203312665112666
Binary111011111010111110001001101110101101101010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF22; }

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

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

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

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

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

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

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

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