Html Css Color HEX #EFAA1E Gold Tips

📋 copy color: '#EFAA1E'

red 239 ◦ green 170 ◦ blue 30

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

Shades of Gold Tips #EFAA1E

Tints of Gold Tips #EFAA1E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.72%

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 54.44%
G = 38.72%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFAA1E (or 0xEFAA1E) is known color: Gold Tips. HEX triplet: EF, AA and 1E. RGB value is (239,170,30). Sum of RGB (Red+Green+Blue) = 239+170+30=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA1E is #1055E1. Grayscale: #AFAFAF. Windows color (decimal): -1070562 or 2009839. OLE color: 2009839.

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

Color convert

RGB 239 170 30 -
CMYK 0 0.29 0.87 0.06
HSL 40.19º 0.87% 0.53% -
HSV(B) 40.19º 0.87% 0.94% -
XYZ 50.21 47.19 7.69 -
YUV 174.67 46.36 173.88 -
System Red Green Blue C M Y K H S L
Decimal 239 170 30 0 0.29 0.87 0.06 40.19 0.87 0.53
Hex EF AA 1E 0 1D 57 6 28 57 35
Octal 357 252 36 0 35 127 6 50 127 65
Binary 11101111 10101010 11110 0 11101 1010111 110 101000 1010111 110101

Color Harmonies of #EFAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA1E

Black with #EFAA1E

Text Example


Text Example

White with #EFAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA1E; }

 p { color: rgb(239,170,30); }

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

background-color css

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

 a { background-color: rgb(239,170,30); }

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

border-color css

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

 span { border-color: rgb(239,170,30); }

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