Html Css Color HEX #EFA822 Gold Tips

📋 copy color: '#EFA822'

red 239 ◦ green 168 ◦ blue 34

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

Shades of Gold Tips #EFA822

Tints of Gold Tips #EFA822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

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

R = 54.2%
G = 38.1%
B = 7.71%

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

#EFA822 (or 0xEFA822) is known color: Gold Tips. HEX triplet: EF, A8 and 22. RGB value is (239,168,34). Sum of RGB (Red+Green+Blue) = 239+168+34=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA822 is #1057DD. Grayscale: #AEAEAE. Windows color (decimal): -1071070 or 2271471. OLE color: 2271471.

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

Color convert

RGB 239 168 34 -
CMYK 0 0.30 0.86 0.06
HSL 39.22º 0.86% 0.54% -
HSV(B) 39.22º 0.86% 0.94% -
XYZ 49.89 46.47 7.85 -
YUV 173.95 49.02 174.4 -
System Red Green Blue C M Y K H S L
Decimal 239 168 34 0 0.30 0.86 0.06 39.22 0.86 0.54
Hex EF A8 22 0 1E 56 6 27 56 36
Octal 357 250 42 0 36 126 6 47 126 66
Binary 11101111 10101000 100010 0 11110 1010110 110 100111 1010110 110110

Color Harmonies of #EFA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA822

Black with #EFA822

Text Example


Text Example

White with #EFA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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