COLOR #EBE88B

HEX: #EBE88B RGB: (235,232,139)

Color info

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

RGB color model

#EBE88B color RGB value is (235,232,139).

RGB: (235,232,139) (92%, 91%, 55%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 139 of 255 = 55%

235
232
139

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

Portions of RGB colors in percentages

R + G + B = 235 + 232 + 139 = 606 (100%)
R 235 of 606 ~ 38.78%
G 232 of 606 ~ 38.28%
B 139 of 606 ~ 22.94'%

%38.78
%38.28
%22.94

CMYK color model

#EBE88B color CMYK value is (0,1,41,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 40.85%
  • key color value is 7.84%
CMYK: (0,1,41,8) C0M1Y41K8 (0%,1%,41%,8%) (0.00/0.01/0.41/0.08) 

CMYK percentages

%0
%1.28
%40.85
%7.84

Codes

Color #EBE88B in popluar color models

EB E8 8B
RGB 235 232 139
HSL 58° 70.59% 73.33%
HSB/HSV 58° 40.85% 92.16%
CMYK 0.00% 1.28% 40.85%
7.84%

Color #EBE88B in popluar number systems.

HEX EB E8 8B
Decimal 235 232 139
Binary 11101011 11101000 10001011
Octal 353 350 213

Shades and tints

Shades of #EBE88B

#EBE88B
(235,232,139)
#D6D37F
(214,211,127)
#C1BE73
(193,190,115)
#ACA967
(172,169,103)
#97945B
(151,148,91)
#827F4F
(130,127,79)
#6D6A43
(109,106,67)
#585537
(88,85,55)
#43402B
(67,64,43)
#2E2B1F
(46,43,31)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBE88B

#EBE88B
(235,232,139)
#ECEA95
(236,234,149)
#EDEC9F
(237,236,159)
#EEEEA9
(238,238,169)
#EFF0B3
(239,240,179)
#F0F2BD
(240,242,189)
#F1F4C7
(241,244,199)
#F2F6D1
(242,246,209)
#F3F8DB
(243,248,219)
#F4FAE5
(244,250,229)
#F5FCEF
(245,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE88B color. Also use rgb(235,232,139) instead hex code.

Text Font Color

.myTextColor { color: #EBE88B; }

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

This text font color is #EBE88B.

Background Color

.myBgColor { background-color: #EBE88B; }

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

This div background color is #EBE88B.

Border color

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

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

This div border color is #EBE88B.

Opacity

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

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

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

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

This text has shadow with #EBE88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE88B.

Preview

Color preview on black background

This text has color #EBE88B on black background.


Color preview on white background

This text has color #EBE88B on white background.


Black color preview on #EBE88B background

This text has black color on #EBE88B background.


White color preview on #EBE88B background

This text has white color on #EBE88B background.


Related colors

Complementary color

Complementary color for #hex is #141774.


I love getcolorcode.com

Triadic colors

1 #8BEBE8 and #E88BEB with #EBE88B are triadic colors.

2 #8BE8EB and #E8EB8B with #EBE88B are triadic colors.