COLOR #EBC973

HEX: #EBC973
RGB: (235,201,115)

Color info

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

RGB color model

#EBC973 color RGB value is (235,201,115).

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

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 115 of 255 = 45%

235
201
115

R + G + B ~ 72%. #EBC973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 201 + 115 = 551 (100%)
R 235 of 551 ~ 42.65%
G 201 of 551 ~ 36.48%
B 115 of 551 ~ 20.87%

%42.65
%36.48
%20.87

CMYK color model

#EBC973 color CMYK value is (0,14,51,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 51.06%
  • key color value is 7.84%
CMYK:
(0,14,51,8)
C0M14Y51K8 
(0%,14%,51%,8%)
(0.00/0.14/0.51/0.08)	

CMYK percentages

%0
%14.47
%51.06
%7.84

Codes

Color #EBC973 in popluar color models

EBC973
RGB235201115
HSL43°75.00%68.63%
HSB/HSV43°51.06%92.16%
CMYK0.00%14.47%51.06%
7.84%

Color #EBC973 in popluar number systems.

HEXEBC973
Decimal235201115
Binary11101011110010011110011
Octal353311163

Shades and tints

Shades of #EBC973

#EBC973
(235,201,115)
#D6B769
(214,183,105)
#C1A55F
(193,165,95)
#AC9355
(172,147,85)
#97814B
(151,129,75)
#826F41
(130,111,65)
#6D5D37
(109,93,55)
#584B2D
(88,75,45)
#433923
(67,57,35)
#2E2719
(46,39,25)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #EBC973

#EBC973
(235,201,115)
#ECCD7F
(236,205,127)
#EDD18B
(237,209,139)
#EED597
(238,213,151)
#EFD9A3
(239,217,163)
#F0DDAF
(240,221,175)
#F1E1BB
(241,225,187)
#F2E5C7
(242,229,199)
#F3E9D3
(243,233,211)
#F4EDDF
(244,237,223)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC973; }

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

This text font color is #EBC973.


Background Color

.myBgColor { background-color: #EBC973; }

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

This div background color is #EBC973.


Border color

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

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

This div border color is #EBC973.


Opacity

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

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

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

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

This text has shadow with #EBC973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC973 on black background.


Color preview on white background

This text has color #EBC973 on white background.



Black color preview on #EBC973 background

This text has black color on #EBC973 background.


White color preview on #EBC973 background

This text has white color on #EBC973 background.