COLOR #EBEA89

HEX: #EBEA89
RGB: (235,234,137)

Color info

#EBEA89 contains mainly red and green colors. Web safe color of #EBEA89 is #FFFF99 (or #FF9).

RGB color model

#EBEA89 color RGB value is (235,234,137).

  • red value is 235;
  • green value is 234;
  • blue value is 137.
RGB:
(235,234,137)
(92%,92%,54%)

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 137 of 255 = 54%

235
234
137

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

Portions of RGB colors in percentages

R + G + B =
235 + 234 + 137 = 606 (100%)
R 235 of 606 ~ 38.78%
G 234 of 606 ~ 38.61%
B 137 of 606 ~ 22.61%

%38.78
%38.61
%22.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 41.70%
  • key color value is 7.84%
CMYK:
(0,0,42,8)
C0M0Y42K8 
(0%,0%,42%,8%)
(0.00/0.00/0.42/0.08)	

CMYK percentages

%0
%0.43
%41.7
%7.84

Codes

Color #EBEA89 in popluar color models

EBEA89
RGB235234137
HSL59°71.01%72.94%
HSB/HSV59°41.70%92.16%
CMYK0.00%0.43%41.70%
7.84%

Color #EBEA89 in popluar number systems.

HEXEBEA89
Decimal235234137
Binary111010111110101010001001
Octal353352211

Shades and tints

Shades of #EBEA89

#EBEA89
(235,234,137)
#D6D57D
(214,213,125)
#C1C071
(193,192,113)
#ACAB65
(172,171,101)
#979659
(151,150,89)
#82814D
(130,129,77)
#6D6C41
(109,108,65)
#585735
(88,87,53)
#434229
(67,66,41)
#2E2D1D
(46,45,29)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #EBEA89

#EBEA89
(235,234,137)
#ECEB93
(236,235,147)
#EDEC9D
(237,236,157)
#EEEDA7
(238,237,167)
#EFEEB1
(239,238,177)
#F0EFBB
(240,239,187)
#F1F0C5
(241,240,197)
#F2F1CF
(242,241,207)
#F3F2D9
(243,242,217)
#F4F3E3
(244,243,227)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEA89; }

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

This text font color is #EBEA89.


Background Color

.myBgColor { background-color: #EBEA89; }

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

This div background color is #EBEA89.


Border color

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

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

This div border color is #EBEA89.


Opacity

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

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

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

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

This text has shadow with #EBEA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEA89 on black background.


Color preview on white background

This text has color #EBEA89 on white background.



Black color preview on #EBEA89 background

This text has black color on #EBEA89 background.


White color preview on #EBEA89 background

This text has white color on #EBEA89 background.