COLOR #EBAA1E

HEX: #EBAA1E
RGB: (235,170,30)

Color info

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

RGB color model

#EBAA1E color RGB value is (235,170,30).

  • red value is 235;
  • green value is 170;
  • blue value is 30.
RGB:
(235,170,30)
(92%,67%,12%)

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 30 of 255 = 12%

235
170
30

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

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 30 = 435 (100%)
R 235 of 435 ~ 54.02%
G 170 of 435 ~ 39.08%
B 30 of 435 ~ 6.9%

%54.02
%39.08

CMYK color model

#EBAA1E color CMYK value is (0,28,87,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 87.23%
  • key color value is 7.84%
CMYK:
(0,28,87,8)
C0M28Y87K8 
(0%,28%,87%,8%)
(0.00/0.28/0.87/0.08)	

CMYK percentages

%0
%27.66
%87.23
%7.84

Codes

Color #EBAA1E in popluar color models

EBAA1E
RGB23517030
HSL41°83.67%51.96%
HSB/HSV41°87.23%92.16%
CMYK0.00%27.66%87.23%
7.84%

Color #EBAA1E in popluar number systems.

HEXEBAA1E
Decimal23517030
Binary111010111010101011110
Octal35325236

Shades and tints

Shades of #EBAA1E

#EBAA1E
(235,170,30)
#D69B1C
(214,155,28)
#C18C1A
(193,140,26)
#AC7D18
(172,125,24)
#976E16
(151,110,22)
#825F14
(130,95,20)
#6D5012
(109,80,18)
#584110
(88,65,16)
#43320E
(67,50,14)
#2E230C
(46,35,12)
#19140A
(25,20,10)
#000000
(0,0,0)

Tints of #EBAA1E

#EBAA1E
(235,170,30)
#ECB132
(236,177,50)
#EDB846
(237,184,70)
#EEBF5A
(238,191,90)
#EFC66E
(239,198,110)
#F0CD82
(240,205,130)
#F1D496
(241,212,150)
#F2DBAA
(242,219,170)
#F3E2BE
(243,226,190)
#F4E9D2
(244,233,210)
#F5F0E6
(245,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAA1E color. Also use rgb(235,170,30) instead hex code.

Text Font Color

.myTextColor { color: #EBAA1E; }

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

This text font color is #EBAA1E.


Background Color

.myBgColor { background-color: #EBAA1E; }

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

This div background color is #EBAA1E.


Border color

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

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

This div border color is #EBAA1E.


Opacity

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

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

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

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

This text has shadow with #EBAA1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAA1E on black background.


Color preview on white background

This text has color #EBAA1E on white background.



Black color preview on #EBAA1E background

This text has black color on #EBAA1E background.


White color preview on #EBAA1E background

This text has white color on #EBAA1E background.