Html Css Color HEX #EFA722 Gold Tips

📋 copy color: '#EFA722'

red 239 ◦ green 167 ◦ blue 34

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

Shades of Gold Tips #EFA722

Tints of Gold Tips #EFA722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.73%

R = 54.32%
G = 37.95%
B = 7.73%

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

#EFA722 (or 0xEFA722) is known color: Gold Tips. HEX triplet: EF, A7 and 22. RGB value is (239,167,34). Sum of RGB (Red+Green+Blue) = 239+167+34=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA722 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA722 is #1058DD. Grayscale: #ADADAD. Windows color (decimal): -1071326 or 2271215. OLE color: 2271215.

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

Color convert

RGB 239 167 34 -
CMYK 0 0.30 0.86 0.06
HSL 38.93º 0.86% 0.54% -
HSV(B) 38.93º 0.86% 0.94% -
XYZ 49.7 46.1 7.79 -
YUV 173.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 239 167 34 0 0.30 0.86 0.06 38.93 0.86 0.54
Hex EF A7 22 0 1E 56 6 27 56 36
Octal 357 247 42 0 36 126 6 47 126 66
Binary 11101111 10100111 100010 0 11110 1010110 110 100111 1010110 110110

Color Harmonies of #EFA722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA722

Black with #EFA722

Text Example


Text Example

White with #EFA722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA722; }

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

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

background-color css

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

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

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

border-color css

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

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

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