Html Css Color HEX #EFAB1C Gold Tips

📋 copy color: '#EFAB1C'

red 239 ◦ green 171 ◦ blue 28

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

Shades of Gold Tips #EFAB1C

Tints of Gold Tips #EFAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.39%

R = 54.57%
G = 39.04%
B = 6.39%

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

#EFAB1C (or 0xEFAB1C) is known color: Gold Tips. HEX triplet: EF, AB and 1C. RGB value is (239,171,28). Sum of RGB (Red+Green+Blue) = 239+171+28=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB1C is #1054E3. Grayscale: #AFAFAF. Windows color (decimal): -1070308 or 1879023. OLE color: 1879023.

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

Color convert

RGB 239 171 28 -
CMYK 0 0.28 0.88 0.06
HSL 40.66º 0.87% 0.52% -
HSV(B) 40.66º 0.88% 0.94% -
XYZ 50.37 47.56 7.62 -
YUV 175.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 239 171 28 0 0.28 0.88 0.06 40.66 0.87 0.52
Hex EF AB 1C 0 1C 58 6 29 57 34
Octal 357 253 34 0 34 130 6 51 127 64
Binary 11101111 10101011 11100 0 11100 1011000 110 101001 1010111 110100

Color Harmonies of #EFAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB1C

Black with #EFAB1C

Text Example


Text Example

White with #EFAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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