Html Css Color HEX #EFB319 Gold Tips

📋 copy color: '#EFB319'

red 239 ◦ green 179 ◦ blue 25

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

Shades of Gold Tips #EFB319

Tints of Gold Tips #EFB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

 BLUE value IS 25 (10.16% from 255) = 5.64%

R = 53.95%
G = 40.41%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFB319 (or 0xEFB319) is known color: Gold Tips. HEX triplet: EF, B3 and 19. RGB value is (239,179,25). Sum of RGB (Red+Green+Blue) = 239+179+25=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB319 is #104CE6. Grayscale: #B4B4B4. Windows color (decimal): -1068263 or 1684463. OLE color: 1684463.

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

Color convert

RGB 239 179 25 -
CMYK 0 0.25 0.90 0.06
HSL 43.18º 0.87% 0.52% -
HSV(B) 43.18º 0.9% 0.94% -
XYZ 51.89 50.66 7.96 -
YUV 179.38 40.88 170.52 -
System Red Green Blue C M Y K H S L
Decimal 239 179 25 0 0.25 0.90 0.06 43.18 0.87 0.52
Hex EF B3 19 0 19 5A 6 2B 57 34
Octal 357 263 31 0 31 132 6 53 127 64
Binary 11101111 10110011 11001 0 11001 1011010 110 101011 1010111 110100

Color Harmonies of #EFB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB319

Black with #EFB319

Text Example


Text Example

White with #EFB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB319; }

 p { color: rgb(239,179,25); }

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

background-color css

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

 a { background-color: rgb(239,179,25); }

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

border-color css

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

 span { border-color: rgb(239,179,25); }

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