COLOR #EBA21F

HEX: #EBA21F
RGB: (235,162,31)

Color info

#EBA21F contains mainly red color. Web safe color of #EBA21F is #FF9933 (or #F93).

RGB color model

#EBA21F color RGB value is (235,162,31).

  • red value is 235;
  • green value is 162;
  • blue value is 31.
RGB:
(235,162,31)
(92%,64%,12%)

RGB channels and saturation

R 235 of 255 = 92%
G 162 of 255 = 64%
B 31 of 255 = 12%

235
162
31

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

Portions of RGB colors in percentages

R + G + B =
235 + 162 + 31 = 428 (100%)
R 235 of 428 ~ 54.91%
G 162 of 428 ~ 37.85%
B 31 of 428 ~ 7.24%

%54.91
%37.85

CMYK color model

#EBA21F color CMYK value is (0,31,87,8).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 86.81%
  • key color value is 7.84%
CMYK:
(0,31,87,8)
C0M31Y87K8 
(0%,31%,87%,8%)
(0.00/0.31/0.87/0.08)	

CMYK percentages

%0
%31.06
%86.81
%7.84

Codes

Color #EBA21F in popluar color models

EBA21F
RGB23516231
HSL39°83.61%52.16%
HSB/HSV39°86.81%92.16%
CMYK0.00%31.06%86.81%
7.84%

Color #EBA21F in popluar number systems.

HEXEBA21F
Decimal23516231
Binary111010111010001011111
Octal35324237

Shades and tints

Shades of #EBA21F

#EBA21F
(235,162,31)
#D6941D
(214,148,29)
#C1861B
(193,134,27)
#AC7819
(172,120,25)
#976A17
(151,106,23)
#825C15
(130,92,21)
#6D4E13
(109,78,19)
#584011
(88,64,17)
#43320F
(67,50,15)
#2E240D
(46,36,13)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #EBA21F

#EBA21F
(235,162,31)
#ECAA33
(236,170,51)
#EDB247
(237,178,71)
#EEBA5B
(238,186,91)
#EFC26F
(239,194,111)
#F0CA83
(240,202,131)
#F1D297
(241,210,151)
#F2DAAB
(242,218,171)
#F3E2BF
(243,226,191)
#F4EAD3
(244,234,211)
#F5F2E7
(245,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA21F color. Also use rgb(235,162,31) instead hex code.

Text Font Color

.myTextColor { color: #EBA21F; }

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

This text font color is #EBA21F.


Background Color

.myBgColor { background-color: #EBA21F; }

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

This div background color is #EBA21F.


Border color

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

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

This div border color is #EBA21F.


Opacity

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

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

Text with #EBA21F 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 #EBA21F;}

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

This text has shadow with #EBA21F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA21F on black background.


Color preview on white background

This text has color #EBA21F on white background.



Black color preview on #EBA21F background

This text has black color on #EBA21F background.


White color preview on #EBA21F background

This text has white color on #EBA21F background.