COLOR #EBDB89

HEX: #EBDB89 RGB: (235,219,137)

Color info

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

RGB color model

#EBDB89 color RGB value is (235,219,137).

RGB: (235,219,137) (92%, 86%, 54%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 137 of 255 = 54%

235
219
137

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

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 137 = 591 (100%)
R 235 of 591 ~ 39.76%
G 219 of 591 ~ 37.06%
B 137 of 591 ~ 23.18'%

%39.76
%37.06
%23.18

CMYK color model

#EBDB89 color CMYK value is (0,7,42,8).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 41.70%
  • key color value is 7.84%

CMYK: (0,7,42,8)
C0M7Y42K8 (0%, 7%, 42%, 8%)
(0.00 / 0.07 / 0.42 / 0.08)

CMYK percentages

%0
%6.81
%41.7
%7.84

Codes

Color #EBDB89 in popluar color models

EB DB 89
RGB 235 219 137
HSL 50° 71.01% 72.94%
HSB/HSV 50° 41.70% 92.16%
CMYK 0.00% 6.81% 41.70%
7.84%

Color #EBDB89 in popluar number systems.

HEX EB DB 89
Decimal 235 219 137
Binary 11101011 11011011 10001001
Octal 353 333 211

Shades and tints

Shades of #EBDB89

#EBDB89
(235,219,137)
#D6C87D
(214,200,125)
#C1B571
(193,181,113)
#ACA265
(172,162,101)
#978F59
(151,143,89)
#827C4D
(130,124,77)
#6D6941
(109,105,65)
#585635
(88,86,53)
#434329
(67,67,41)
#2E301D
(46,48,29)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #EBDB89

#EBDB89
(235,219,137)
#ECDE93
(236,222,147)
#EDE19D
(237,225,157)
#EEE4A7
(238,228,167)
#EFE7B1
(239,231,177)
#F0EABB
(240,234,187)
#F1EDC5
(241,237,197)
#F2F0CF
(242,240,207)
#F3F3D9
(243,243,217)
#F4F6E3
(244,246,227)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDB89 color. Also use rgb(235,219,137) instead hex code.

Text Font Color

.myTextColor { color: #EBDB89; }

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

This text font color is #EBDB89.

Background Color

.myBgColor { background-color: #EBDB89; }

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

This div background color is #EBDB89.

Border color

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

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

This div border color is #EBDB89.

Opacity

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

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

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

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

This text has shadow with #EBDB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDB89.

Preview

Color preview on black background

This text has color #EBDB89 on black background.


Color preview on white background

This text has color #EBDB89 on white background.


Black color preview on #EBDB89 background

This text has black color on #EBDB89 background.


White color preview on #EBDB89 background

This text has white color on #EBDB89 background.


Related colors

Complementary color

Complementary color for #hex is #142476.


I love getcolorcode.com

Triadic colors

1 #89EBDB and #DB89EB with #EBDB89 are triadic colors.

2 #89DBEB and #DBEB89 with #EBDB89 are triadic colors.