COLOR #EBD685

HEX: #EBD685
RGB: (235,214,133)

Color info

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

RGB color model

#EBD685 color RGB value is (235,214,133).

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

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 133 of 255 = 52%

235
214
133

R + G + B ~ 76%. #EBD685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 133 = 582 (100%)
R 235 of 582 ~ 40.38%
G 214 of 582 ~ 36.77%
B 133 of 582 ~ 22.85%

%40.38
%36.77
%22.85

CMYK color model

#EBD685 color CMYK value is (0,9,43,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 43.40%
  • key color value is 7.84%
CMYK:
(0,9,43,8)
C0M9Y43K8 
(0%,9%,43%,8%)
(0.00/0.09/0.43/0.08)	

CMYK percentages

%0
%8.94
%43.4
%7.84

Codes

Color #EBD685 in popluar color models

EBD685
RGB235214133
HSL48°71.83%72.16%
HSB/HSV48°43.40%92.16%
CMYK0.00%8.94%43.40%
7.84%

Color #EBD685 in popluar number systems.

HEXEBD685
Decimal235214133
Binary111010111101011010000101
Octal353326205

Shades and tints

Shades of #EBD685

#EBD685
(235,214,133)
#D6C379
(214,195,121)
#C1B06D
(193,176,109)
#AC9D61
(172,157,97)
#978A55
(151,138,85)
#827749
(130,119,73)
#6D643D
(109,100,61)
#585131
(88,81,49)
#433E25
(67,62,37)
#2E2B19
(46,43,25)
#19180D
(25,24,13)
#000000
(0,0,0)

Tints of #EBD685

#EBD685
(235,214,133)
#ECD990
(236,217,144)
#EDDC9B
(237,220,155)
#EEDFA6
(238,223,166)
#EFE2B1
(239,226,177)
#F0E5BC
(240,229,188)
#F1E8C7
(241,232,199)
#F2EBD2
(242,235,210)
#F3EEDD
(243,238,221)
#F4F1E8
(244,241,232)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD685; }

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

This text font color is #EBD685.


Background Color

.myBgColor { background-color: #EBD685; }

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

This div background color is #EBD685.


Border color

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

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

This div border color is #EBD685.


Opacity

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

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

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

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

This text has shadow with #EBD685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD685 on black background.


Color preview on white background

This text has color #EBD685 on white background.



Black color preview on #EBD685 background

This text has black color on #EBD685 background.


White color preview on #EBD685 background

This text has white color on #EBD685 background.