COLOR #EBAA45

HEX: #EBAA45
RGB: (235,170,69)

Color info

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

RGB color model

#EBAA45 color RGB value is (235,170,69).

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

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 69 of 255 = 27%

235
170
69

R + G + B ~ 62%. #EBAA45 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 69 = 474 (100%)
R 235 of 474 ~ 49.58%
G 170 of 474 ~ 35.86%
B 69 of 474 ~ 14.56%

%49.58
%35.86
%14.56

CMYK color model

#EBAA45 color CMYK value is (0,28,71,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 70.64%
  • key color value is 7.84%
CMYK:
(0,28,71,8)
C0M28Y71K8 
(0%,28%,71%,8%)
(0.00/0.28/0.71/0.08)	

CMYK percentages

%0
%27.66
%70.64
%7.84

Codes

Color #EBAA45 in popluar color models

EBAA45
RGB23517069
HSL37°80.58%59.61%
HSB/HSV37°70.64%92.16%
CMYK0.00%27.66%70.64%
7.84%

Color #EBAA45 in popluar number systems.

HEXEBAA45
Decimal23517069
Binary11101011101010101000101
Octal353252105

Shades and tints

Shades of #EBAA45

#EBAA45
(235,170,69)
#D69B3F
(214,155,63)
#C18C39
(193,140,57)
#AC7D33
(172,125,51)
#976E2D
(151,110,45)
#825F27
(130,95,39)
#6D5021
(109,80,33)
#58411B
(88,65,27)
#433215
(67,50,21)
#2E230F
(46,35,15)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #EBAA45

#EBAA45
(235,170,69)
#ECB155
(236,177,85)
#EDB865
(237,184,101)
#EEBF75
(238,191,117)
#EFC685
(239,198,133)
#F0CD95
(240,205,149)
#F1D4A5
(241,212,165)
#F2DBB5
(242,219,181)
#F3E2C5
(243,226,197)
#F4E9D5
(244,233,213)
#F5F0E5
(245,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAA45; }

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

This text font color is #EBAA45.


Background Color

.myBgColor { background-color: #EBAA45; }

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

This div background color is #EBAA45.


Border color

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

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

This div border color is #EBAA45.


Opacity

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

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

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

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

This text has shadow with #EBAA45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAA45 on black background.


Color preview on white background

This text has color #EBAA45 on white background.



Black color preview on #EBAA45 background

This text has black color on #EBAA45 background.


White color preview on #EBAA45 background

This text has white color on #EBAA45 background.