COLOR #EBD981

HEX: #EBD981
RGB: (235,217,129)

Color info

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

RGB color model

#EBD981 color RGB value is (235,217,129).

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

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 129 of 255 = 51%

235
217
129

R + G + B ~ 76%. #EBD981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 129 = 581 (100%)
R 235 of 581 ~ 40.45%
G 217 of 581 ~ 37.35%
B 129 of 581 ~ 22.2%

%40.45
%37.35
%22.2

CMYK color model

#EBD981 color CMYK value is (0,8,45,8).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 45.11%
  • key color value is 7.84%
CMYK:
(0,8,45,8)
C0M8Y45K8 
(0%,8%,45%,8%)
(0.00/0.08/0.45/0.08)	

CMYK percentages

%0
%7.66
%45.11
%7.84

Codes

Color #EBD981 in popluar color models

EBD981
RGB235217129
HSL50°72.60%71.37%
HSB/HSV50°45.11%92.16%
CMYK0.00%7.66%45.11%
7.84%

Color #EBD981 in popluar number systems.

HEXEBD981
Decimal235217129
Binary111010111101100110000001
Octal353331201

Shades and tints

Shades of #EBD981

#EBD981
(235,217,129)
#D6C676
(214,198,118)
#C1B36B
(193,179,107)
#ACA060
(172,160,96)
#978D55
(151,141,85)
#827A4A
(130,122,74)
#6D673F
(109,103,63)
#585434
(88,84,52)
#434129
(67,65,41)
#2E2E1E
(46,46,30)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #EBD981

#EBD981
(235,217,129)
#ECDC8C
(236,220,140)
#EDDF97
(237,223,151)
#EEE2A2
(238,226,162)
#EFE5AD
(239,229,173)
#F0E8B8
(240,232,184)
#F1EBC3
(241,235,195)
#F2EECE
(242,238,206)
#F3F1D9
(243,241,217)
#F4F4E4
(244,244,228)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD981; }

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

This text font color is #EBD981.


Background Color

.myBgColor { background-color: #EBD981; }

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

This div background color is #EBD981.


Border color

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

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

This div border color is #EBD981.


Opacity

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

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

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

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

This text has shadow with #EBD981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD981 on black background.


Color preview on white background

This text has color #EBD981 on white background.



Black color preview on #EBD981 background

This text has black color on #EBD981 background.


White color preview on #EBD981 background

This text has white color on #EBD981 background.