Html Css Color HEX #EFAD1D Gold Tips

📋 copy color: '#EFAD1D'

red 239 ◦ green 173 ◦ blue 29

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

Shades of Gold Tips #EFAD1D

Tints of Gold Tips #EFAD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 29 (11.72% from 255) = 6.58%

R = 54.2%
G = 39.23%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFAD1D (or 0xEFAD1D) is known color: Gold Tips. HEX triplet: EF, AD and 1D. RGB value is (239,173,29). Sum of RGB (Red+Green+Blue) = 239+173+29=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD1D is #1052E2. Grayscale: #B0B0B0. Windows color (decimal): -1069795 or 1945071. OLE color: 1945071.

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

Color convert

RGB 239 173 29 -
CMYK 0 0.28 0.88 0.06
HSL 41.14º 0.87% 0.53% -
HSV(B) 41.14º 0.88% 0.94% -
XYZ 50.76 48.33 7.81 -
YUV 176.32 44.87 172.71 -
System Red Green Blue C M Y K H S L
Decimal 239 173 29 0 0.28 0.88 0.06 41.14 0.87 0.53
Hex EF AD 1D 0 1C 58 6 29 57 35
Octal 357 255 35 0 34 130 6 51 127 65
Binary 11101111 10101101 11101 0 11100 1011000 110 101001 1010111 110101

Color Harmonies of #EFAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD1D

Black with #EFAD1D

Text Example


Text Example

White with #EFAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD1D; }

 p { color: rgb(239,173,29); }

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

background-color css

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

 a { background-color: rgb(239,173,29); }

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

border-color css

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

 span { border-color: rgb(239,173,29); }

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