Html Css Color HEX #EBA61E Gold Tips

📋 copy color: '#EBA61E'

red 235 ◦ green 166 ◦ blue 30

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

Shades of Gold Tips #EBA61E

Tints of Gold Tips #EBA61E

RGB

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

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

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

R = 54.52%
G = 38.52%
B = 6.96%

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

#EBA61E (or 0xEBA61E) is known color: Gold Tips. HEX triplet: EB, A6 and 1E. RGB value is (235,166,30). Sum of RGB (Red+Green+Blue) = 235+166+30=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA61E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA61E is #1459E1. Grayscale: #ABABAB. Windows color (decimal): -1333730 or 2008811. OLE color: 2008811.

HSL color Cylindrical-coordinate representation of color #EBA61E: hue angle of 39.8º 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 #EBA61E is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 30 -
CMYK 0 0.29 0.87 0.08
HSL 39.8º 0.84% 0.52% -
HSV(B) 39.8º 0.87% 0.92% -
XYZ 48.13 45.03 7.38 -
YUV 171.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 235 166 30 0 0.29 0.87 0.08 39.8 0.84 0.52
Hex EB A6 1E 0 1D 57 8 28 54 34
Octal 353 246 36 0 35 127 10 50 124 64
Binary 11101011 10100110 11110 0 11101 1010111 1000 101000 1010100 110100

Color Harmonies of #EBA61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA61E

Black with #EBA61E

Text Example


Text Example

White with #EBA61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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