COLOR #EBA82E

HEX: #EBA82E
RGB: (235,168,46)

Color info

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

RGB color model

#EBA82E color RGB value is (235,168,46).

  • red value is 235;
  • green value is 168;
  • blue value is 46.
RGB:
(235,168,46)
(92%,66%,18%)

RGB channels and saturation

R 235 of 255 = 92%
G 168 of 255 = 66%
B 46 of 255 = 18%

235
168
46

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

Portions of RGB colors in percentages

R + G + B =
235 + 168 + 46 = 449 (100%)
R 235 of 449 ~ 52.34%
G 168 of 449 ~ 37.42%
B 46 of 449 ~ 10.24%

%52.34
%37.42
%10.24

CMYK color model

#EBA82E color CMYK value is (0,29,80,8).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 80.43%
  • key color value is 7.84%
CMYK:
(0,29,80,8)
C0M29Y80K8 
(0%,29%,80%,8%)
(0.00/0.29/0.80/0.08)	

CMYK percentages

%0
%28.51
%80.43
%7.84

Codes

Color #EBA82E in popluar color models

EBA82E
RGB23516846
HSL39°82.53%55.10%
HSB/HSV39°80.43%92.16%
CMYK0.00%28.51%80.43%
7.84%

Color #EBA82E in popluar number systems.

HEXEBA82E
Decimal23516846
Binary1110101110101000101110
Octal35325056

Shades and tints

Shades of #EBA82E

#EBA82E
(235,168,46)
#D6992A
(214,153,42)
#C18A26
(193,138,38)
#AC7B22
(172,123,34)
#976C1E
(151,108,30)
#825D1A
(130,93,26)
#6D4E16
(109,78,22)
#583F12
(88,63,18)
#43300E
(67,48,14)
#2E210A
(46,33,10)
#191206
(25,18,6)
#000000
(0,0,0)

Tints of #EBA82E

#EBA82E
(235,168,46)
#ECAF41
(236,175,65)
#EDB654
(237,182,84)
#EEBD67
(238,189,103)
#EFC47A
(239,196,122)
#F0CB8D
(240,203,141)
#F1D2A0
(241,210,160)
#F2D9B3
(242,217,179)
#F3E0C6
(243,224,198)
#F4E7D9
(244,231,217)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA82E color. Also use rgb(235,168,46) instead hex code.

Text Font Color

.myTextColor { color: #EBA82E; }

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

This text font color is #EBA82E.


Background Color

.myBgColor { background-color: #EBA82E; }

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

This div background color is #EBA82E.


Border color

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

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

This div border color is #EBA82E.


Opacity

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

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

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

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

This text has shadow with #EBA82E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA82E on black background.


Color preview on white background

This text has color #EBA82E on white background.



Black color preview on #EBA82E background

This text has black color on #EBA82E background.


White color preview on #EBA82E background

This text has white color on #EBA82E background.