Html Css Color HEX #EFAB1D Gold Tips

📋 copy color: '#EFAB1D'

red 239 ◦ green 171 ◦ blue 29

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

Shades of Gold Tips #EFAB1D

Tints of Gold Tips #EFAB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 54.44%
G = 38.95%
B = 6.61%

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

#EFAB1D (or 0xEFAB1D) is known color: Gold Tips. HEX triplet: EF, AB and 1D. RGB value is (239,171,29). Sum of RGB (Red+Green+Blue) = 239+171+29=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB1D is #1054E2. Grayscale: #AFAFAF. Windows color (decimal): -1070307 or 1944559. OLE color: 1944559.

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

Color convert

RGB 239 171 29 -
CMYK 0 0.28 0.88 0.06
HSL 40.57º 0.87% 0.53% -
HSV(B) 40.57º 0.88% 0.94% -
XYZ 50.38 47.57 7.69 -
YUV 175.14 45.53 173.55 -
System Red Green Blue C M Y K H S L
Decimal 239 171 29 0 0.28 0.88 0.06 40.57 0.87 0.53
Hex EF AB 1D 0 1C 58 6 29 57 35
Octal 357 253 35 0 34 130 6 51 127 65
Binary 11101111 10101011 11101 0 11100 1011000 110 101001 1010111 110101

Color Harmonies of #EFAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB1D

Black with #EFAB1D

Text Example


Text Example

White with #EFAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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