Html Css Color HEX #EFA924 Gold Tips

📋 copy color: '#EFA924'

red 239 ◦ green 169 ◦ blue 36

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

Shades of Gold Tips #EFA924

Tints of Gold Tips #EFA924

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.06%

 BLUE value IS 36 (14.45% from 255) = 8.11%

R = 53.83%
G = 38.06%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFA924 (or 0xEFA924) is known color: Gold Tips. HEX triplet: EF, A9 and 24. RGB value is (239,169,36). Sum of RGB (Red+Green+Blue) = 239+169+36=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA924 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA924 is #1056DB. Grayscale: #AFAFAF. Windows color (decimal): -1070812 or 2402799. OLE color: 2402799.

HSL color Cylindrical-coordinate representation of color #EFA924: hue angle of 39.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFA924 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 36 -
CMYK 0 0.29 0.85 0.06
HSL 39.31º 0.86% 0.54% -
HSV(B) 39.31º 0.85% 0.94% -
XYZ 50.1 46.85 8.07 -
YUV 174.77 49.69 173.81 -
System Red Green Blue C M Y K H S L
Decimal 239 169 36 0 0.29 0.85 0.06 39.31 0.86 0.54
Hex EF A9 24 0 1D 55 6 27 56 36
Octal 357 251 44 0 35 125 6 47 126 66
Binary 11101111 10101001 100100 0 11101 1010101 110 100111 1010110 110110

Color Harmonies of #EFA924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA924

Black with #EFA924

Text Example


Text Example

White with #EFA924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA924; }

 p { color: rgb(239,169,36); }

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

background-color css

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

 a { background-color: rgb(239,169,36); }

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

border-color css

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

 span { border-color: rgb(239,169,36); }

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