COLOR #EBD857

HEX: #EBD857
RGB: (235,216,87)

Color info

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

RGB color model

#EBD857 color RGB value is (235,216,87).

  • red value is 235;
  • green value is 216;
  • blue value is 87.
RGB:
(235,216,87)
(92%,85%,34%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 87 of 255 = 34%

235
216
87

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

Portions of RGB colors in percentages

R + G + B =
235 + 216 + 87 = 538 (100%)
R 235 of 538 ~ 43.68%
G 216 of 538 ~ 40.15%
B 87 of 538 ~ 16.17%

%43.68
%40.15
%16.17

CMYK color model

#EBD857 color CMYK value is (0,8,63,8).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 62.98%
  • key color value is 7.84%
CMYK:
(0,8,63,8)
C0M8Y63K8 
(0%,8%,63%,8%)
(0.00/0.08/0.63/0.08)	

CMYK percentages

%0
%8.09
%62.98
%7.84

Codes

Color #EBD857 in popluar color models

EBD857
RGB23521687
HSL52°78.72%63.14%
HSB/HSV52°62.98%92.16%
CMYK0.00%8.09%62.98%
7.84%

Color #EBD857 in popluar number systems.

HEXEBD857
Decimal23521687
Binary11101011110110001010111
Octal353330127

Shades and tints

Shades of #EBD857

#EBD857
(235,216,87)
#D6C550
(214,197,80)
#C1B249
(193,178,73)
#AC9F42
(172,159,66)
#978C3B
(151,140,59)
#827934
(130,121,52)
#6D662D
(109,102,45)
#585326
(88,83,38)
#43401F
(67,64,31)
#2E2D18
(46,45,24)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #EBD857

#EBD857
(235,216,87)
#ECDB66
(236,219,102)
#EDDE75
(237,222,117)
#EEE184
(238,225,132)
#EFE493
(239,228,147)
#F0E7A2
(240,231,162)
#F1EAB1
(241,234,177)
#F2EDC0
(242,237,192)
#F3F0CF
(243,240,207)
#F4F3DE
(244,243,222)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD857 color. Also use rgb(235,216,87) instead hex code.

Text Font Color

.myTextColor { color: #EBD857; }

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

This text font color is #EBD857.


Background Color

.myBgColor { background-color: #EBD857; }

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

This div background color is #EBD857.


Border color

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

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

This div border color is #EBD857.


Opacity

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

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

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

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

This text has shadow with #EBD857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD857 on black background.


Color preview on white background

This text has color #EBD857 on white background.



Black color preview on #EBD857 background

This text has black color on #EBD857 background.


White color preview on #EBD857 background

This text has white color on #EBD857 background.