Html Css Color HEX #EFA620 Gold Tips

📋 copy color: '#EFA620'

red 239 ◦ green 166 ◦ blue 32

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

Shades of Gold Tips #EFA620

Tints of Gold Tips #EFA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

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

R = 54.69%
G = 37.99%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFA620 (or 0xEFA620) is known color: Gold Tips. HEX triplet: EF, A6 and 20. RGB value is (239,166,32). Sum of RGB (Red+Green+Blue) = 239+166+32=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA620 is #1059DF. Grayscale: #ADADAD. Windows color (decimal): -1071584 or 2139887. OLE color: 2139887.

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

Color convert

RGB 239 166 32 -
CMYK 0 0.31 0.87 0.06
HSL 38.84º 0.87% 0.53% -
HSV(B) 38.84º 0.87% 0.94% -
XYZ 49.49 45.73 7.58 -
YUV 172.55 48.68 175.4 -
System Red Green Blue C M Y K H S L
Decimal 239 166 32 0 0.31 0.87 0.06 38.84 0.87 0.53
Hex EF A6 20 0 1F 57 6 27 57 35
Octal 357 246 40 0 37 127 6 47 127 65
Binary 11101111 10100110 100000 0 11111 1010111 110 100111 1010111 110101

Color Harmonies of #EFA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA620

Black with #EFA620

Text Example


Text Example

White with #EFA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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