COLOR #EBA613

HEX: #EBA613
RGB: (235,166,19)

Color info

#EBA613 contains mainly red color. Web safe color of #EBA613 is #FF9900 (or #F90).

RGB color model

#EBA613 color RGB value is (235,166,19).

  • red value is 235;
  • green value is 166;
  • blue value is 19.
RGB:
(235,166,19)
(92%,65%,7%)

RGB channels and saturation

R 235 of 255 = 92%
G 166 of 255 = 65%
B 19 of 255 = 7%

235
166
19

R + G + B ~ 55%. #EBA613 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 166 + 19 = 420 (100%)
R 235 of 420 ~ 55.95%
G 166 of 420 ~ 39.52%
B 19 of 420 ~ 4.52%

%55.95
%39.52

CMYK color model

#EBA613 color CMYK value is (0,29,92,8).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 91.91%
  • key color value is 7.84%
CMYK:
(0,29,92,8)
C0M29Y92K8 
(0%,29%,92%,8%)
(0.00/0.29/0.92/0.08)	

CMYK percentages

%0
%29.36
%91.91
%7.84

Codes

Color #EBA613 in popluar color models

EBA613
RGB23516619
HSL41°85.04%49.80%
HSB/HSV41°91.91%92.16%
CMYK0.00%29.36%91.91%
7.84%

Color #EBA613 in popluar number systems.

HEXEBA613
Decimal23516619
Binary111010111010011010011
Octal35324623

Shades and tints

Shades of #EBA613

#EBA613
(235,166,19)
#D69712
(214,151,18)
#C18811
(193,136,17)
#AC7910
(172,121,16)
#976A0F
(151,106,15)
#825B0E
(130,91,14)
#6D4C0D
(109,76,13)
#583D0C
(88,61,12)
#432E0B
(67,46,11)
#2E1F0A
(46,31,10)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #EBA613

#EBA613
(235,166,19)
#ECAE28
(236,174,40)
#EDB63D
(237,182,61)
#EEBE52
(238,190,82)
#EFC667
(239,198,103)
#F0CE7C
(240,206,124)
#F1D691
(241,214,145)
#F2DEA6
(242,222,166)
#F3E6BB
(243,230,187)
#F4EED0
(244,238,208)
#F5F6E5
(245,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA613 color. Also use rgb(235,166,19) instead hex code.

Text Font Color

.myTextColor { color: #EBA613; }

<p style="color:#EBA613">This sample text font color is #EBA613.</p>

This text font color is #EBA613.


Background Color

.myBgColor { background-color: #EBA613; }

<div style="background-color:#EBA613">Inner text</div>

This div background color is #EBA613.


Border color

.myBorderColor { border: 1px solid #EBA613; }

<div style="border:3px solid #EBA613">Div</div>

This div border color is #EBA613.


Opacity

.myOpacity80 { color: #EBA613; opacity: 0.8; }

<p style="color:#EBA613;opacity:0.8;">80%</p>

Text with #EBA613 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBA613;}

<p style="text-shadow: 3px 3px 1px #EBA613">Text here.</p>

This text has shadow with #EBA613 color.

.textShadow {text-shadow: 3px 3px 1px #EBA613, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBA613, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBA613 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBA613, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBA613, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBA613 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBA613;
  -webkit-box-shadow:	1px 1px 3px 2px #EBA613;
  box-shadow:		1px 1px 3px 2px #EBA613;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBA613;
-webkit-box-shadow: 1px 1px 3px 2px #EBA613;
box-shadow:1px 1px 3px 2px #EBA613;">
Div content here</div>
This div box has shadow with color #EBA613.

Preview

Color preview on black background

This text has color #EBA613 on black background.


Color preview on white background

This text has color #EBA613 on white background.



Black color preview on #EBA613 background

This text has black color on #EBA613 background.


White color preview on #EBA613 background

This text has white color on #EBA613 background.