COLOR #EBDA8F

HEX: #EBDA8F
RGB: (235,218,143)

Color info

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

RGB color model

#EBDA8F color RGB value is (235,218,143).

  • red value is 235;
  • green value is 218;
  • blue value is 143.
RGB:
(235,218,143)
(92%,85%,56%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 143 of 255 = 56%

235
218
143

R + G + B ~ 78%. #EBDA8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 143 = 596 (100%)
R 235 of 596 ~ 39.43%
G 218 of 596 ~ 36.58%
B 143 of 596 ~ 23.99%

%39.43
%36.58
%23.99

CMYK color model

#EBDA8F color CMYK value is (0,7,39,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 39.15%
  • key color value is 7.84%
CMYK:
(0,7,39,8)
C0M7Y39K8 
(0%,7%,39%,8%)
(0.00/0.07/0.39/0.08)	

CMYK percentages

%0
%7.23
%39.15
%7.84

Codes

Color #EBDA8F in popluar color models

EBDA8F
RGB235218143
HSL49°69.70%74.12%
HSB/HSV49°39.15%92.16%
CMYK0.00%7.23%39.15%
7.84%

Color #EBDA8F in popluar number systems.

HEXEBDA8F
Decimal235218143
Binary111010111101101010001111
Octal353332217

Shades and tints

Shades of #EBDA8F

#EBDA8F
(235,218,143)
#D6C782
(214,199,130)
#C1B475
(193,180,117)
#ACA168
(172,161,104)
#978E5B
(151,142,91)
#827B4E
(130,123,78)
#6D6841
(109,104,65)
#585534
(88,85,52)
#434227
(67,66,39)
#2E2F1A
(46,47,26)
#191C0D
(25,28,13)
#000000
(0,0,0)

Tints of #EBDA8F

#EBDA8F
(235,218,143)
#ECDD99
(236,221,153)
#EDE0A3
(237,224,163)
#EEE3AD
(238,227,173)
#EFE6B7
(239,230,183)
#F0E9C1
(240,233,193)
#F1ECCB
(241,236,203)
#F2EFD5
(242,239,213)
#F3F2DF
(243,242,223)
#F4F5E9
(244,245,233)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDA8F color. Also use rgb(235,218,143) instead hex code.

Text Font Color

.myTextColor { color: #EBDA8F; }

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

This text font color is #EBDA8F.


Background Color

.myBgColor { background-color: #EBDA8F; }

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

This div background color is #EBDA8F.


Border color

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

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

This div border color is #EBDA8F.


Opacity

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

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

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

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

This text has shadow with #EBDA8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDA8F on black background.


Color preview on white background

This text has color #EBDA8F on white background.



Black color preview on #EBDA8F background

This text has black color on #EBDA8F background.


White color preview on #EBDA8F background

This text has white color on #EBDA8F background.