COLOR #EBCDA4

HEX: #EBCDA4
RGB: (235,205,164)

Color info

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

RGB color model

#EBCDA4 color RGB value is (235,205,164).

  • red value is 235;
  • green value is 205;
  • blue value is 164.
RGB:
(235,205,164)
(92%,80%,64%)

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 164 of 255 = 64%

235
205
164

R + G + B ~ 79%. #EBCDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 205 + 164 = 604 (100%)
R 235 of 604 ~ 38.91%
G 205 of 604 ~ 33.94%
B 164 of 604 ~ 27.15%

%38.91
%33.94
%27.15

CMYK color model

#EBCDA4 color CMYK value is (0,13,30,8).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 30.21%
  • key color value is 7.84%
CMYK:
(0,13,30,8)
C0M13Y30K8 
(0%,13%,30%,8%)
(0.00/0.13/0.30/0.08)	

CMYK percentages

%0
%12.77
%30.21
%7.84

Codes

Color #EBCDA4 in popluar color models

EBCDA4
RGB235205164
HSL35°63.96%78.24%
HSB/HSV35°30.21%92.16%
CMYK0.00%12.77%30.21%
7.84%

Color #EBCDA4 in popluar number systems.

HEXEBCDA4
Decimal235205164
Binary111010111100110110100100
Octal353315244

Shades and tints

Shades of #EBCDA4

#EBCDA4
(235,205,164)
#D6BB96
(214,187,150)
#C1A988
(193,169,136)
#AC977A
(172,151,122)
#97856C
(151,133,108)
#82735E
(130,115,94)
#6D6150
(109,97,80)
#584F42
(88,79,66)
#433D34
(67,61,52)
#2E2B26
(46,43,38)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBCDA4

#EBCDA4
(235,205,164)
#ECD1AC
(236,209,172)
#EDD5B4
(237,213,180)
#EED9BC
(238,217,188)
#EFDDC4
(239,221,196)
#F0E1CC
(240,225,204)
#F1E5D4
(241,229,212)
#F2E9DC
(242,233,220)
#F3EDE4
(243,237,228)
#F4F1EC
(244,241,236)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCDA4 color. Also use rgb(235,205,164) instead hex code.

Text Font Color

.myTextColor { color: #EBCDA4; }

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

This text font color is #EBCDA4.


Background Color

.myBgColor { background-color: #EBCDA4; }

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

This div background color is #EBCDA4.


Border color

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

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

This div border color is #EBCDA4.


Opacity

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

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

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

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

This text has shadow with #EBCDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCDA4 on black background.


Color preview on white background

This text has color #EBCDA4 on white background.



Black color preview on #EBCDA4 background

This text has black color on #EBCDA4 background.


White color preview on #EBCDA4 background

This text has white color on #EBCDA4 background.