Html Css Color HEX #EFAA1D Gold Tips

📋 copy color: '#EFAA1D'

red 239 ◦ green 170 ◦ blue 29

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

Shades of Gold Tips #EFAA1D

Tints of Gold Tips #EFAA1D

RGB

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

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

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

R = 54.57%
G = 38.81%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFAA1D (or 0xEFAA1D) is known color: Gold Tips. HEX triplet: EF, AA and 1D. RGB value is (239,170,29). Sum of RGB (Red+Green+Blue) = 239+170+29=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA1D is #1055E2. Grayscale: #AFAFAF. Windows color (decimal): -1070563 or 1944303. OLE color: 1944303.

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

Color convert

RGB 239 170 29 -
CMYK 0 0.29 0.88 0.06
HSL 40.29º 0.87% 0.53% -
HSV(B) 40.29º 0.88% 0.94% -
XYZ 50.19 47.19 7.63 -
YUV 174.56 45.86 173.96 -
System Red Green Blue C M Y K H S L
Decimal 239 170 29 0 0.29 0.88 0.06 40.29 0.87 0.53
Hex EF AA 1D 0 1D 58 6 28 57 35
Octal 357 252 35 0 35 130 6 50 127 65
Binary 11101111 10101010 11101 0 11101 1011000 110 101000 1010111 110101

Color Harmonies of #EFAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA1D

Black with #EFAA1D

Text Example


Text Example

White with #EFAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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