Html Css Color HEX #EFB019 Gold Tips

📋 copy color: '#EFB019'

red 239 ◦ green 176 ◦ blue 25

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

Shades of Gold Tips #EFB019

Tints of Gold Tips #EFB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40%

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

R = 54.32%
G = 40%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFB019 (or 0xEFB019) is known color: Gold Tips. HEX triplet: EF, B0 and 19. RGB value is (239,176,25). Sum of RGB (Red+Green+Blue) = 239+176+25=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB019 is #104FE6. Grayscale: #B2B2B2. Windows color (decimal): -1069031 or 1683695. OLE color: 1683695.

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

Color convert

RGB 239 176 25 -
CMYK 0 0.26 0.90 0.06
HSL 42.34º 0.87% 0.52% -
HSV(B) 42.34º 0.9% 0.94% -
XYZ 51.3 49.47 7.77 -
YUV 177.62 41.87 171.78 -
System Red Green Blue C M Y K H S L
Decimal 239 176 25 0 0.26 0.90 0.06 42.34 0.87 0.52
Hex EF B0 19 0 1A 5A 6 2A 57 34
Octal 357 260 31 0 32 132 6 52 127 64
Binary 11101111 10110000 11001 0 11010 1011010 110 101010 1010111 110100

Color Harmonies of #EFB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB019

Black with #EFB019

Text Example


Text Example

White with #EFB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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