COLOR #EBE88A

HEX: #EBE88A
RGB: (235,232,138)

Color info

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

RGB color model

#EBE88A color RGB value is (235,232,138).

  • red value is 235;
  • green value is 232;
  • blue value is 138.
RGB:
(235,232,138)
(92%,91%,54%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 138 of 255 = 54%

235
232
138

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

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 138 = 605 (100%)
R 235 of 605 ~ 38.84%
G 232 of 605 ~ 38.35%
B 138 of 605 ~ 22.81%

%38.84
%38.35
%22.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 41.28%
  • 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
%41.28
%7.84

Codes

Color #EBE88A in popluar color models

EBE88A
RGB235232138
HSL58°70.80%73.14%
HSB/HSV58°41.28%92.16%
CMYK0.00%1.28%41.28%
7.84%

Color #EBE88A in popluar number systems.

HEXEBE88A
Decimal235232138
Binary111010111110100010001010
Octal353350212

Shades and tints

Shades of #EBE88A

#EBE88A
(235,232,138)
#D6D37E
(214,211,126)
#C1BE72
(193,190,114)
#ACA966
(172,169,102)
#97945A
(151,148,90)
#827F4E
(130,127,78)
#6D6A42
(109,106,66)
#585536
(88,85,54)
#43402A
(67,64,42)
#2E2B1E
(46,43,30)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #EBE88A

#EBE88A
(235,232,138)
#ECEA94
(236,234,148)
#EDEC9E
(237,236,158)
#EEEEA8
(238,238,168)
#EFF0B2
(239,240,178)
#F0F2BC
(240,242,188)
#F1F4C6
(241,244,198)
#F2F6D0
(242,246,208)
#F3F8DA
(243,248,218)
#F4FAE4
(244,250,228)
#F5FCEE
(245,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE88A; }

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

This text font color is #EBE88A.


Background Color

.myBgColor { background-color: #EBE88A; }

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

This div background color is #EBE88A.


Border color

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

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

This div border color is #EBE88A.


Opacity

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

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

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

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

This text has shadow with #EBE88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE88A on black background.


Color preview on white background

This text has color #EBE88A on white background.



Black color preview on #EBE88A background

This text has black color on #EBE88A background.


White color preview on #EBE88A background

This text has white color on #EBE88A background.