Html Css Color HEX #EBA61F Gold Tips

📋 copy color: '#EBA61F'

red 235 ◦ green 166 ◦ blue 31

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

Shades of Gold Tips #EBA61F

Tints of Gold Tips #EBA61F

RGB

 RED value IS 235 (92.19% from 255) = 54.4%

 GREEN value IS 166 (65.23% from 255) = 38.43%

 BLUE value IS 31 (12.5% from 255) = 7.18%

R = 54.4%
G = 38.43%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBA61F (or 0xEBA61F) is known color: Gold Tips. HEX triplet: EB, A6 and 1F. RGB value is (235,166,31). Sum of RGB (Red+Green+Blue) = 235+166+31=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA61F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA61F is #1459E0. Grayscale: #ABABAB. Windows color (decimal): -1333729 or 2074347. OLE color: 2074347.

HSL color Cylindrical-coordinate representation of color #EBA61F: hue angle of 39.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBA61F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 31 -
CMYK 0 0.29 0.87 0.08
HSL 39.71º 0.84% 0.52% -
HSV(B) 39.71º 0.87% 0.92% -
XYZ 48.14 45.03 7.45 -
YUV 171.24 48.86 173.48 -
System Red Green Blue C M Y K H S L
Decimal 235 166 31 0 0.29 0.87 0.08 39.71 0.84 0.52
Hex EB A6 1F 0 1D 57 8 28 54 34
Octal 353 246 37 0 35 127 10 50 124 64
Binary 11101011 10100110 11111 0 11101 1010111 1000 101000 1010100 110100

Color Harmonies of #EBA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA61F

Black with #EBA61F

Text Example


Text Example

White with #EBA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA61F; }

 p { color: rgb(235,166,31); }

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

background-color css

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

 a { background-color: rgb(235,166,31); }

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

border-color css

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

 span { border-color: rgb(235,166,31); }

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