COLOR #EBB473

HEX: #EBB473
RGB: (235,180,115)

Color info

#EBB473 contains mainly red and green colors. Web safe color of #EBB473 is #FFCC66 (or #FC6).

RGB color model

#EBB473 color RGB value is (235,180,115).

  • red value is 235;
  • green value is 180;
  • blue value is 115.
RGB:
(235,180,115)
(92%,71%,45%)

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 115 of 255 = 45%

235
180
115

R + G + B ~ 69%. #EBB473 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 115 = 530 (100%)
R 235 of 530 ~ 44.34%
G 180 of 530 ~ 33.96%
B 115 of 530 ~ 21.7%

%44.34
%33.96
%21.7

CMYK color model

#EBB473 color CMYK value is (0,23,51,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 51.06%
  • key color value is 7.84%
CMYK:
(0,23,51,8)
C0M23Y51K8 
(0%,23%,51%,8%)
(0.00/0.23/0.51/0.08)	

CMYK percentages

%0
%23.4
%51.06
%7.84

Codes

Color #EBB473 in popluar color models

EBB473
RGB235180115
HSL33°75.00%68.63%
HSB/HSV33°51.06%92.16%
CMYK0.00%23.40%51.06%
7.84%

Color #EBB473 in popluar number systems.

HEXEBB473
Decimal235180115
Binary11101011101101001110011
Octal353264163

Shades and tints

Shades of #EBB473

#EBB473
(235,180,115)
#D6A469
(214,164,105)
#C1945F
(193,148,95)
#AC8455
(172,132,85)
#97744B
(151,116,75)
#826441
(130,100,65)
#6D5437
(109,84,55)
#58442D
(88,68,45)
#433423
(67,52,35)
#2E2419
(46,36,25)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #EBB473

#EBB473
(235,180,115)
#ECBA7F
(236,186,127)
#EDC08B
(237,192,139)
#EEC697
(238,198,151)
#EFCCA3
(239,204,163)
#F0D2AF
(240,210,175)
#F1D8BB
(241,216,187)
#F2DEC7
(242,222,199)
#F3E4D3
(243,228,211)
#F4EADF
(244,234,223)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB473 color. Also use rgb(235,180,115) instead hex code.

Text Font Color

.myTextColor { color: #EBB473; }

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

This text font color is #EBB473.


Background Color

.myBgColor { background-color: #EBB473; }

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

This div background color is #EBB473.


Border color

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

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

This div border color is #EBB473.


Opacity

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

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

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

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

This text has shadow with #EBB473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB473 on black background.


Color preview on white background

This text has color #EBB473 on white background.



Black color preview on #EBB473 background

This text has black color on #EBB473 background.


White color preview on #EBB473 background

This text has white color on #EBB473 background.