COLOR #EBD185

HEX: #EBD185
RGB: (235,209,133)

Color info

#EBD185 contains mainly red and green colors. Web safe color of #EBD185 is #FFCC99 (or #FC9).

RGB color model

#EBD185 color RGB value is (235,209,133).

  • red value is 235;
  • green value is 209;
  • blue value is 133.
RGB:
(235,209,133)
(92%,82%,52%)

RGB channels and saturation

R 235 of 255 = 92%
G 209 of 255 = 82%
B 133 of 255 = 52%

235
209
133

R + G + B ~ 75%. #EBD185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 209 + 133 = 577 (100%)
R 235 of 577 ~ 40.73%
G 209 of 577 ~ 36.22%
B 133 of 577 ~ 23.05%

%40.73
%36.22
%23.05

CMYK color model

#EBD185 color CMYK value is (0,11,43,8).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 43.40%
  • key color value is 7.84%
CMYK:
(0,11,43,8)
C0M11Y43K8 
(0%,11%,43%,8%)
(0.00/0.11/0.43/0.08)	

CMYK percentages

%0
%11.06
%43.4
%7.84

Codes

Color #EBD185 in popluar color models

EBD185
RGB235209133
HSL45°71.83%72.16%
HSB/HSV45°43.40%92.16%
CMYK0.00%11.06%43.40%
7.84%

Color #EBD185 in popluar number systems.

HEXEBD185
Decimal235209133
Binary111010111101000110000101
Octal353321205

Shades and tints

Shades of #EBD185

#EBD185
(235,209,133)
#D6BE79
(214,190,121)
#C1AB6D
(193,171,109)
#AC9861
(172,152,97)
#978555
(151,133,85)
#827249
(130,114,73)
#6D5F3D
(109,95,61)
#584C31
(88,76,49)
#433925
(67,57,37)
#2E2619
(46,38,25)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #EBD185

#EBD185
(235,209,133)
#ECD590
(236,213,144)
#EDD99B
(237,217,155)
#EEDDA6
(238,221,166)
#EFE1B1
(239,225,177)
#F0E5BC
(240,229,188)
#F1E9C7
(241,233,199)
#F2EDD2
(242,237,210)
#F3F1DD
(243,241,221)
#F4F5E8
(244,245,232)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD185 color. Also use rgb(235,209,133) instead hex code.

Text Font Color

.myTextColor { color: #EBD185; }

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

This text font color is #EBD185.


Background Color

.myBgColor { background-color: #EBD185; }

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

This div background color is #EBD185.


Border color

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

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

This div border color is #EBD185.


Opacity

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

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

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

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

This text has shadow with #EBD185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD185 on black background.


Color preview on white background

This text has color #EBD185 on white background.



Black color preview on #EBD185 background

This text has black color on #EBD185 background.


White color preview on #EBD185 background

This text has white color on #EBD185 background.