Html Css Color HEX #EFA721 Gold Tips

📋 copy color: '#EFA721'

red 239 ◦ green 167 ◦ blue 33

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

Shades of Gold Tips #EFA721

Tints of Gold Tips #EFA721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

 BLUE value IS 33 (13.28% from 255) = 7.52%

R = 54.44%
G = 38.04%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFA721 (or 0xEFA721) is known color: Gold Tips. HEX triplet: EF, A7 and 21. RGB value is (239,167,33). Sum of RGB (Red+Green+Blue) = 239+167+33=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA721 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA721 is #1058DE. Grayscale: #ADADAD. Windows color (decimal): -1071327 or 2205679. OLE color: 2205679.

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

Color convert

RGB 239 167 33 -
CMYK 0 0.30 0.86 0.06
HSL 39.03º 0.87% 0.53% -
HSV(B) 39.03º 0.86% 0.94% -
XYZ 49.69 46.1 7.72 -
YUV 173.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 239 167 33 0 0.30 0.86 0.06 39.03 0.87 0.53
Hex EF A7 21 0 1E 56 6 27 57 35
Octal 357 247 41 0 36 126 6 47 127 65
Binary 11101111 10100111 100001 0 11110 1010110 110 100111 1010111 110101

Color Harmonies of #EFA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA721

Black with #EFA721

Text Example


Text Example

White with #EFA721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA721; }

 p { color: rgb(239,167,33); }

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

background-color css

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

 a { background-color: rgb(239,167,33); }

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

border-color css

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

 span { border-color: rgb(239,167,33); }

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