Html Css Color HEX #EFAA20 Gold Tips

📋 copy color: '#EFAA20'

red 239 ◦ green 170 ◦ blue 32

#EFAA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #EFAA20

Tints of Gold Tips #EFAA20

RGB

 RED value IS 239 (93.75% from 255) = 54.2%

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 32 (12.89% from 255) = 7.26%

R = 54.2%
G = 38.55%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFAA20 (or 0xEFAA20) is known color: Gold Tips. HEX triplet: EF, AA and 20. RGB value is (239,170,32). Sum of RGB (Red+Green+Blue) = 239+170+32=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA20 is #1055DF. Grayscale: #AFAFAF. Windows color (decimal): -1070560 or 2140911. OLE color: 2140911.

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

Color convert

RGB 239 170 32 -
CMYK 0 0.29 0.87 0.06
HSL 40º 0.87% 0.53% -
HSV(B) 40º 0.87% 0.94% -
XYZ 50.23 47.2 7.83 -
YUV 174.9 47.36 173.72 -
System Red Green Blue C M Y K H S L
Decimal 239 170 32 0 0.29 0.87 0.06 40 0.87 0.53
Hex EF AA 20 0 1D 57 6 28 57 35
Octal 357 252 40 0 35 127 6 50 127 65
Binary 11101111 10101010 100000 0 11101 1010111 110 101000 1010111 110101

Color Harmonies of #EFAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA20

Black with #EFAA20

Text Example


Text Example

White with #EFAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA20; }

 p { color: rgb(239,170,32); }

 H1.HeaderClassName
 {
   color: #EFAA20;
 }
 .AnyTagClassName
 {
   color: #EFAA20;
 }
</style>

background-color css

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

 a { background-color: rgb(239,170,32); }

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

border-color css

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

 span { border-color: rgb(239,170,32); }

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