COLOR #EBDBA4

HEX: #EBDBA4 RGB: (235,219,164)

Color info

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

RGB color model

#EBDBA4 color RGB value is (235,219,164).

RGB: (235,219,164) (92%, 86%, 64%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 164 of 255 = 64%

235
219
164

R + G + B ~ 81%. #EBDBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 164 = 618 (100%)
R 235 of 618 ~ 38.03%
G 219 of 618 ~ 35.44%
B 164 of 618 ~ 26.54'%

%38.03
%35.44
%26.54

CMYK color model

#EBDBA4 color CMYK value is (0,7,30,8).

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

CMYK: (0,7,30,8)
C0M7Y30K8 (0%, 7%, 30%, 8%)
(0.00 / 0.07 / 0.30 / 0.08)

CMYK percentages

%0
%6.81
%30.21
%7.84

Codes

Color #EBDBA4 in popluar color models

EB DB A4
RGB 235 219 164
HSL 46° 63.96% 78.24%
HSB/HSV 46° 30.21% 92.16%
CMYK 0.00% 6.81% 30.21%
7.84%

Color #EBDBA4 in popluar number systems.

HEX EB DB A4
Decimal 235 219 164
Binary 11101011 11011011 10100100
Octal 353 333 244

Shades and tints

Shades of #EBDBA4

#EBDBA4
(235,219,164)
#D6C896
(214,200,150)
#C1B588
(193,181,136)
#ACA27A
(172,162,122)
#978F6C
(151,143,108)
#827C5E
(130,124,94)
#6D6950
(109,105,80)
#585642
(88,86,66)
#434334
(67,67,52)
#2E3026
(46,48,38)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBDBA4

#EBDBA4
(235,219,164)
#ECDEAC
(236,222,172)
#EDE1B4
(237,225,180)
#EEE4BC
(238,228,188)
#EFE7C4
(239,231,196)
#F0EACC
(240,234,204)
#F1EDD4
(241,237,212)
#F2F0DC
(242,240,220)
#F3F3E4
(243,243,228)
#F4F6EC
(244,246,236)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBA4; }

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

This text font color is #EBDBA4.

Background Color

.myBgColor { background-color: #EBDBA4; }

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

This div background color is #EBDBA4.

Border color

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

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

This div border color is #EBDBA4.

Opacity

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

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

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

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

This text has shadow with #EBDBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDBA4.

Preview

Color preview on black background

This text has color #EBDBA4 on black background.


Color preview on white background

This text has color #EBDBA4 on white background.


Black color preview on #EBDBA4 background

This text has black color on #EBDBA4 background.


White color preview on #EBDBA4 background

This text has white color on #EBDBA4 background.


Related colors

Complementary color

Complementary color for #hex is #14245B.


I love getcolorcode.com

Triadic colors

1 #A4EBDB and #DBA4EB with #EBDBA4 are triadic colors.

2 #A4DBEB and #DBEBA4 with #EBDBA4 are triadic colors.