COLOR #EBD3A4

HEX: #EBD3A4 RGB: (235,211,164)

Color info

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

RGB color model

#EBD3A4 color RGB value is (235,211,164).

RGB: (235,211,164) (92%, 83%, 64%)

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 164 of 255 = 64%

235
211
164

R + G + B ~ 80%. #EBD3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 211 + 164 = 610 (100%)
R 235 of 610 ~ 38.52%
G 211 of 610 ~ 34.59%
B 164 of 610 ~ 26.89'%

%38.52
%34.59
%26.89

CMYK color model

#EBD3A4 color CMYK value is (0,10,30,8).

  • cyan value is 0.00%
  • magenta value is 10.21%
  • yellow value is 30.21%
  • key color value is 7.84%

CMYK: (0,10,30,8)
C0M10Y30K8 (0%, 10%, 30%, 8%)
(0.00 / 0.10 / 0.30 / 0.08)

CMYK percentages

%0
%10.21
%30.21
%7.84

Codes

Color #EBD3A4 in popluar color models

EB D3 A4
RGB 235 211 164
HSL 40° 63.96% 78.24%
HSB/HSV 40° 30.21% 92.16%
CMYK 0.00% 10.21% 30.21%
7.84%

Color #EBD3A4 in popluar number systems.

HEX EB D3 A4
Decimal 235 211 164
Binary 11101011 11010011 10100100
Octal 353 323 244

Shades and tints

Shades of #EBD3A4

#EBD3A4
(235,211,164)
#D6C096
(214,192,150)
#C1AD88
(193,173,136)
#AC9A7A
(172,154,122)
#97876C
(151,135,108)
#82745E
(130,116,94)
#6D6150
(109,97,80)
#584E42
(88,78,66)
#433B34
(67,59,52)
#2E2826
(46,40,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #EBD3A4

#EBD3A4
(235,211,164)
#ECD7AC
(236,215,172)
#EDDBB4
(237,219,180)
#EEDFBC
(238,223,188)
#EFE3C4
(239,227,196)
#F0E7CC
(240,231,204)
#F1EBD4
(241,235,212)
#F2EFDC
(242,239,220)
#F3F3E4
(243,243,228)
#F4F7EC
(244,247,236)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD3A4; }

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

This text font color is #EBD3A4.

Background Color

.myBgColor { background-color: #EBD3A4; }

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

This div background color is #EBD3A4.

Border color

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

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

This div border color is #EBD3A4.

Opacity

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

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

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

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

This text has shadow with #EBD3A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD3A4.

Preview

Color preview on black background

This text has color #EBD3A4 on black background.


Color preview on white background

This text has color #EBD3A4 on white background.


Black color preview on #EBD3A4 background

This text has black color on #EBD3A4 background.


White color preview on #EBD3A4 background

This text has white color on #EBD3A4 background.


Related colors

Complementary color

Complementary color for #hex is #142C5B.


I love getcolorcode.com

Triadic colors

1 #A4EBD3 and #D3A4EB with #EBD3A4 are triadic colors.

2 #A4D3EB and #D3EBA4 with #EBD3A4 are triadic colors.