COLOR #EBD48B

HEX: #EBD48B
RGB: (235,212,139)

Color info

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

RGB color model

#EBD48B color RGB value is (235,212,139).

  • red value is 235;
  • green value is 212;
  • blue value is 139.
RGB:
(235,212,139)
(92%,83%,55%)

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 139 of 255 = 55%

235
212
139

R + G + B ~ 77%. #EBD48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 212 + 139 = 586 (100%)
R 235 of 586 ~ 40.1%
G 212 of 586 ~ 36.18%
B 139 of 586 ~ 23.72%

%40.1
%36.18
%23.72

CMYK color model

#EBD48B color CMYK value is (0,10,41,8).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 40.85%
  • key color value is 7.84%
CMYK:
(0,10,41,8)
C0M10Y41K8 
(0%,10%,41%,8%)
(0.00/0.10/0.41/0.08)	

CMYK percentages

%0
%9.79
%40.85
%7.84

Codes

Color #EBD48B in popluar color models

EBD48B
RGB235212139
HSL46°70.59%73.33%
HSB/HSV46°40.85%92.16%
CMYK0.00%9.79%40.85%
7.84%

Color #EBD48B in popluar number systems.

HEXEBD48B
Decimal235212139
Binary111010111101010010001011
Octal353324213

Shades and tints

Shades of #EBD48B

#EBD48B
(235,212,139)
#D6C17F
(214,193,127)
#C1AE73
(193,174,115)
#AC9B67
(172,155,103)
#97885B
(151,136,91)
#82754F
(130,117,79)
#6D6243
(109,98,67)
#584F37
(88,79,55)
#433C2B
(67,60,43)
#2E291F
(46,41,31)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBD48B

#EBD48B
(235,212,139)
#ECD795
(236,215,149)
#EDDA9F
(237,218,159)
#EEDDA9
(238,221,169)
#EFE0B3
(239,224,179)
#F0E3BD
(240,227,189)
#F1E6C7
(241,230,199)
#F2E9D1
(242,233,209)
#F3ECDB
(243,236,219)
#F4EFE5
(244,239,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD48B color. Also use rgb(235,212,139) instead hex code.

Text Font Color

.myTextColor { color: #EBD48B; }

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

This text font color is #EBD48B.


Background Color

.myBgColor { background-color: #EBD48B; }

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

This div background color is #EBD48B.


Border color

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

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

This div border color is #EBD48B.


Opacity

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

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

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

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

This text has shadow with #EBD48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD48B on black background.


Color preview on white background

This text has color #EBD48B on white background.



Black color preview on #EBD48B background

This text has black color on #EBD48B background.


White color preview on #EBD48B background

This text has white color on #EBD48B background.