Html Css Color HEX #EFAC20 Gold Tips

📋 copy color: '#EFAC20'

red 239 ◦ green 172 ◦ blue 32

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

Shades of Gold Tips #EFAC20

Tints of Gold Tips #EFAC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

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

R = 53.95%
G = 38.83%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFAC20 (or 0xEFAC20) is known color: Gold Tips. HEX triplet: EF, AC and 20. RGB value is (239,172,32). Sum of RGB (Red+Green+Blue) = 239+172+32=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC20 is #1053DF. Grayscale: #B0B0B0. Windows color (decimal): -1070048 or 2141423. OLE color: 2141423.

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

Color convert

RGB 239 172 32 -
CMYK 0 0.28 0.87 0.06
HSL 40.58º 0.87% 0.53% -
HSV(B) 40.58º 0.87% 0.94% -
XYZ 50.61 47.96 7.96 -
YUV 176.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 239 172 32 0 0.28 0.87 0.06 40.58 0.87 0.53
Hex EF AC 20 0 1C 57 6 29 57 35
Octal 357 254 40 0 34 127 6 51 127 65
Binary 11101111 10101100 100000 0 11100 1010111 110 101001 1010111 110101

Color Harmonies of #EFAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC20

Black with #EFAC20

Text Example


Text Example

White with #EFAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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