Html Css Color HEX #EFAC1E Gold Tips

📋 copy color: '#EFAC1E'

red 239 ◦ green 172 ◦ blue 30

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

Shades of Gold Tips #EFAC1E

Tints of Gold Tips #EFAC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

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

R = 54.2%
G = 39%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFAC1E (or 0xEFAC1E) is known color: Gold Tips. HEX triplet: EF, AC and 1E. RGB value is (239,172,30). Sum of RGB (Red+Green+Blue) = 239+172+30=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC1E is #1053E1. Grayscale: #B0B0B0. Windows color (decimal): -1070050 or 2010351. OLE color: 2010351.

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

Color convert

RGB 239 172 30 -
CMYK 0 0.28 0.87 0.06
HSL 40.77º 0.87% 0.53% -
HSV(B) 40.77º 0.87% 0.94% -
XYZ 50.58 47.95 7.82 -
YUV 175.85 45.7 173.05 -
System Red Green Blue C M Y K H S L
Decimal 239 172 30 0 0.28 0.87 0.06 40.77 0.87 0.53
Hex EF AC 1E 0 1C 57 6 29 57 35
Octal 357 254 36 0 34 127 6 51 127 65
Binary 11101111 10101100 11110 0 11100 1010111 110 101001 1010111 110101

Color Harmonies of #EFAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC1E

Black with #EFAC1E

Text Example


Text Example

White with #EFAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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