COLOR #EBBD73

HEX: #EBBD73
RGB: (235,189,115)

Color info

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

RGB color model

#EBBD73 color RGB value is (235,189,115).

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

RGB channels and saturation

R 235 of 255 = 92%
G 189 of 255 = 74%
B 115 of 255 = 45%

235
189
115

R + G + B ~ 70%. #EBBD73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 189 + 115 = 539 (100%)
R 235 of 539 ~ 43.6%
G 189 of 539 ~ 35.06%
B 115 of 539 ~ 21.34%

%43.6
%35.06
%21.34

CMYK color model

#EBBD73 color CMYK value is (0,20,51,8).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 51.06%
  • key color value is 7.84%
CMYK:
(0,20,51,8)
C0M20Y51K8 
(0%,20%,51%,8%)
(0.00/0.20/0.51/0.08)	

CMYK percentages

%0
%19.57
%51.06
%7.84

Codes

Color #EBBD73 in popluar color models

EBBD73
RGB235189115
HSL37°75.00%68.63%
HSB/HSV37°51.06%92.16%
CMYK0.00%19.57%51.06%
7.84%

Color #EBBD73 in popluar number systems.

HEXEBBD73
Decimal235189115
Binary11101011101111011110011
Octal353275163

Shades and tints

Shades of #EBBD73

#EBBD73
(235,189,115)
#D6AC69
(214,172,105)
#C19B5F
(193,155,95)
#AC8A55
(172,138,85)
#97794B
(151,121,75)
#826841
(130,104,65)
#6D5737
(109,87,55)
#58462D
(88,70,45)
#433523
(67,53,35)
#2E2419
(46,36,25)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #EBBD73

#EBBD73
(235,189,115)
#ECC37F
(236,195,127)
#EDC98B
(237,201,139)
#EECF97
(238,207,151)
#EFD5A3
(239,213,163)
#F0DBAF
(240,219,175)
#F1E1BB
(241,225,187)
#F2E7C7
(242,231,199)
#F3EDD3
(243,237,211)
#F4F3DF
(244,243,223)
#F5F9EB
(245,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBD73; }

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

This text font color is #EBBD73.


Background Color

.myBgColor { background-color: #EBBD73; }

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

This div background color is #EBBD73.


Border color

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

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

This div border color is #EBBD73.


Opacity

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

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

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

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

This text has shadow with #EBBD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBD73 on black background.


Color preview on white background

This text has color #EBBD73 on white background.



Black color preview on #EBBD73 background

This text has black color on #EBBD73 background.


White color preview on #EBBD73 background

This text has white color on #EBBD73 background.