COLOR #EBD99A

HEX: #EBD99A
RGB: (235,217,154)

Color info

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

RGB color model

#EBD99A color RGB value is (235,217,154).

  • red value is 235;
  • green value is 217;
  • blue value is 154.
RGB:
(235,217,154)
(92%,85%,60%)

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 154 of 255 = 60%

235
217
154

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

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 154 = 606 (100%)
R 235 of 606 ~ 38.78%
G 217 of 606 ~ 35.81%
B 154 of 606 ~ 25.41%

%38.78
%35.81
%25.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 34.47%
  • key color value is 7.84%
CMYK:
(0,8,34,8)
C0M8Y34K8 
(0%,8%,34%,8%)
(0.00/0.08/0.34/0.08)	

CMYK percentages

%0
%7.66
%34.47
%7.84

Codes

Color #EBD99A in popluar color models

EBD99A
RGB235217154
HSL47°66.94%76.27%
HSB/HSV47°34.47%92.16%
CMYK0.00%7.66%34.47%
7.84%

Color #EBD99A in popluar number systems.

HEXEBD99A
Decimal235217154
Binary111010111101100110011010
Octal353331232

Shades and tints

Shades of #EBD99A

#EBD99A
(235,217,154)
#D6C68C
(214,198,140)
#C1B37E
(193,179,126)
#ACA070
(172,160,112)
#978D62
(151,141,98)
#827A54
(130,122,84)
#6D6746
(109,103,70)
#585438
(88,84,56)
#43412A
(67,65,42)
#2E2E1C
(46,46,28)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #EBD99A

#EBD99A
(235,217,154)
#ECDCA3
(236,220,163)
#EDDFAC
(237,223,172)
#EEE2B5
(238,226,181)
#EFE5BE
(239,229,190)
#F0E8C7
(240,232,199)
#F1EBD0
(241,235,208)
#F2EED9
(242,238,217)
#F3F1E2
(243,241,226)
#F4F4EB
(244,244,235)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD99A color. Also use rgb(235,217,154) instead hex code.

Text Font Color

.myTextColor { color: #EBD99A; }

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

This text font color is #EBD99A.


Background Color

.myBgColor { background-color: #EBD99A; }

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

This div background color is #EBD99A.


Border color

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

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

This div border color is #EBD99A.


Opacity

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

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

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

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

This text has shadow with #EBD99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD99A on black background.


Color preview on white background

This text has color #EBD99A on white background.



Black color preview on #EBD99A background

This text has black color on #EBD99A background.


White color preview on #EBD99A background

This text has white color on #EBD99A background.