Html Css Color HEX #EFAB1E Gold Tips

📋 copy color: '#EFAB1E'

red 239 ◦ green 171 ◦ blue 30

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

Shades of Gold Tips #EFAB1E

Tints of Gold Tips #EFAB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.82%

R = 54.32%
G = 38.86%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFAB1E (or 0xEFAB1E) is known color: Gold Tips. HEX triplet: EF, AB and 1E. RGB value is (239,171,30). Sum of RGB (Red+Green+Blue) = 239+171+30=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB1E is #1054E1. Grayscale: #AFAFAF. Windows color (decimal): -1070306 or 2010095. OLE color: 2010095.

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

Color convert

RGB 239 171 30 -
CMYK 0 0.28 0.87 0.06
HSL 40.48º 0.87% 0.53% -
HSV(B) 40.48º 0.87% 0.94% -
XYZ 50.39 47.57 7.75 -
YUV 175.26 46.03 173.46 -
System Red Green Blue C M Y K H S L
Decimal 239 171 30 0 0.28 0.87 0.06 40.48 0.87 0.53
Hex EF AB 1E 0 1C 57 6 28 57 35
Octal 357 253 36 0 34 127 6 50 127 65
Binary 11101111 10101011 11110 0 11100 1010111 110 101000 1010111 110101

Color Harmonies of #EFAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB1E

Black with #EFAB1E

Text Example


Text Example

White with #EFAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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