Html Css Color HEX #EFB124 Gold Tips

📋 copy color: '#EFB124'

red 239 ◦ green 177 ◦ blue 36

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

Shades of Gold Tips #EFB124

Tints of Gold Tips #EFB124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

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

R = 52.88%
G = 39.16%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFB124 (or 0xEFB124) is known color: Gold Tips. HEX triplet: EF, B1 and 24. RGB value is (239,177,36). Sum of RGB (Red+Green+Blue) = 239+177+36=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB124 is #104EDB. Grayscale: #B4B4B4. Windows color (decimal): -1068764 or 2404847. OLE color: 2404847.

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

Color convert

RGB 239 177 36 -
CMYK 0 0.26 0.85 0.06
HSL 41.67º 0.86% 0.54% -
HSV(B) 41.67º 0.85% 0.94% -
XYZ 51.64 49.92 8.58 -
YUV 179.46 47.04 170.46 -
System Red Green Blue C M Y K H S L
Decimal 239 177 36 0 0.26 0.85 0.06 41.67 0.86 0.54
Hex EF B1 24 0 1A 55 6 2A 56 36
Octal 357 261 44 0 32 125 6 52 126 66
Binary 11101111 10110001 100100 0 11010 1010101 110 101010 1010110 110110

Color Harmonies of #EFB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB124

Black with #EFB124

Text Example


Text Example

White with #EFB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB124; }

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

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

background-color css

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

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

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

border-color css

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

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

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