COLOR #EBA41A

HEX: #EBA41A
RGB: (235,164,26)

Color info

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

RGB color model

#EBA41A color RGB value is (235,164,26).

  • red value is 235;
  • green value is 164;
  • blue value is 26.
RGB:
(235,164,26)
(92%,64%,10%)

RGB channels and saturation

R 235 of 255 = 92%
G 164 of 255 = 64%
B 26 of 255 = 10%

235
164
26

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

Portions of RGB colors in percentages

R + G + B =
235 + 164 + 26 = 425 (100%)
R 235 of 425 ~ 55.29%
G 164 of 425 ~ 38.59%
B 26 of 425 ~ 6.12%

%55.29
%38.59

CMYK color model

#EBA41A color CMYK value is (0,30,89,8).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 88.94%
  • key color value is 7.84%
CMYK:
(0,30,89,8)
C0M30Y89K8 
(0%,30%,89%,8%)
(0.00/0.30/0.89/0.08)	

CMYK percentages

%0
%30.21
%88.94
%7.84

Codes

Color #EBA41A in popluar color models

EBA41A
RGB23516426
HSL40°83.94%51.18%
HSB/HSV40°88.94%92.16%
CMYK0.00%30.21%88.94%
7.84%

Color #EBA41A in popluar number systems.

HEXEBA41A
Decimal23516426
Binary111010111010010011010
Octal35324432

Shades and tints

Shades of #EBA41A

#EBA41A
(235,164,26)
#D69618
(214,150,24)
#C18816
(193,136,22)
#AC7A14
(172,122,20)
#976C12
(151,108,18)
#825E10
(130,94,16)
#6D500E
(109,80,14)
#58420C
(88,66,12)
#43340A
(67,52,10)
#2E2608
(46,38,8)
#191806
(25,24,6)
#000000
(0,0,0)

Tints of #EBA41A

#EBA41A
(235,164,26)
#ECAC2E
(236,172,46)
#EDB442
(237,180,66)
#EEBC56
(238,188,86)
#EFC46A
(239,196,106)
#F0CC7E
(240,204,126)
#F1D492
(241,212,146)
#F2DCA6
(242,220,166)
#F3E4BA
(243,228,186)
#F4ECCE
(244,236,206)
#F5F4E2
(245,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA41A color. Also use rgb(235,164,26) instead hex code.

Text Font Color

.myTextColor { color: #EBA41A; }

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

This text font color is #EBA41A.


Background Color

.myBgColor { background-color: #EBA41A; }

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

This div background color is #EBA41A.


Border color

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

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

This div border color is #EBA41A.


Opacity

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

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

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

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

This text has shadow with #EBA41A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA41A on black background.


Color preview on white background

This text has color #EBA41A on white background.



Black color preview on #EBA41A background

This text has black color on #EBA41A background.


White color preview on #EBA41A background

This text has white color on #EBA41A background.