COLOR #EBD69B

HEX: #EBD69B
RGB: (235,214,155)

Color info

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

RGB color model

#EBD69B color RGB value is (235,214,155).

  • red value is 235;
  • green value is 214;
  • blue value is 155.
RGB:
(235,214,155)
(92%,84%,61%)

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 155 of 255 = 61%

235
214
155

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

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 155 = 604 (100%)
R 235 of 604 ~ 38.91%
G 214 of 604 ~ 35.43%
B 155 of 604 ~ 25.66%

%38.91
%35.43
%25.66

CMYK color model

#EBD69B color CMYK value is (0,9,34,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 34.04%
  • key color value is 7.84%
CMYK:
(0,9,34,8)
C0M9Y34K8 
(0%,9%,34%,8%)
(0.00/0.09/0.34/0.08)	

CMYK percentages

%0
%8.94
%34.04
%7.84

Codes

Color #EBD69B in popluar color models

EBD69B
RGB235214155
HSL44°66.67%76.47%
HSB/HSV44°34.04%92.16%
CMYK0.00%8.94%34.04%
7.84%

Color #EBD69B in popluar number systems.

HEXEBD69B
Decimal235214155
Binary111010111101011010011011
Octal353326233

Shades and tints

Shades of #EBD69B

#EBD69B
(235,214,155)
#D6C38D
(214,195,141)
#C1B07F
(193,176,127)
#AC9D71
(172,157,113)
#978A63
(151,138,99)
#827755
(130,119,85)
#6D6447
(109,100,71)
#585139
(88,81,57)
#433E2B
(67,62,43)
#2E2B1D
(46,43,29)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #EBD69B

#EBD69B
(235,214,155)
#ECD9A4
(236,217,164)
#EDDCAD
(237,220,173)
#EEDFB6
(238,223,182)
#EFE2BF
(239,226,191)
#F0E5C8
(240,229,200)
#F1E8D1
(241,232,209)
#F2EBDA
(242,235,218)
#F3EEE3
(243,238,227)
#F4F1EC
(244,241,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD69B color. Also use rgb(235,214,155) instead hex code.

Text Font Color

.myTextColor { color: #EBD69B; }

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

This text font color is #EBD69B.


Background Color

.myBgColor { background-color: #EBD69B; }

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

This div background color is #EBD69B.


Border color

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

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

This div border color is #EBD69B.


Opacity

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

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

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

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

This text has shadow with #EBD69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD69B on black background.


Color preview on white background

This text has color #EBD69B on white background.



Black color preview on #EBD69B background

This text has black color on #EBD69B background.


White color preview on #EBD69B background

This text has white color on #EBD69B background.