Html Css Color HEX #EFB31A Gold Tips

📋 copy color: '#EFB31A'

red 239 ◦ green 179 ◦ blue 26

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

Shades of Gold Tips #EFB31A

Tints of Gold Tips #EFB31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.86%

R = 53.83%
G = 40.32%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFB31A (or 0xEFB31A) is known color: Gold Tips. HEX triplet: EF, B3 and 1A. RGB value is (239,179,26). Sum of RGB (Red+Green+Blue) = 239+179+26=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB31A is #104CE5. Grayscale: #B4B4B4. Windows color (decimal): -1068262 or 1749999. OLE color: 1749999.

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

Color convert

RGB 239 179 26 -
CMYK 0 0.25 0.89 0.06
HSL 43.1º 0.87% 0.52% -
HSV(B) 43.1º 0.89% 0.94% -
XYZ 51.9 50.67 8.02 -
YUV 179.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 239 179 26 0 0.25 0.89 0.06 43.1 0.87 0.52
Hex EF B3 1A 0 19 59 6 2B 57 34
Octal 357 263 32 0 31 131 6 53 127 64
Binary 11101111 10110011 11010 0 11001 1011001 110 101011 1010111 110100

Color Harmonies of #EFB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB31A

Black with #EFB31A

Text Example


Text Example

White with #EFB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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