COLOR #EBE095

HEX: #EBE095
RGB: (235,224,149)

Color info

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

RGB color model

#EBE095 color RGB value is (235,224,149).

  • red value is 235;
  • green value is 224;
  • blue value is 149.
RGB:
(235,224,149)
(92%,88%,58%)

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 149 of 255 = 58%

235
224
149

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

Portions of RGB colors in percentages

R + G + B =
235 + 224 + 149 = 608 (100%)
R 235 of 608 ~ 38.65%
G 224 of 608 ~ 36.84%
B 149 of 608 ~ 24.51%

%38.65
%36.84
%24.51

CMYK color model

#EBE095 color CMYK value is (0,5,37,8).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 36.60%
  • key color value is 7.84%
CMYK:
(0,5,37,8)
C0M5Y37K8 
(0%,5%,37%,8%)
(0.00/0.05/0.37/0.08)	

CMYK percentages

%0
%4.68
%36.6
%7.84

Codes

Color #EBE095 in popluar color models

EBE095
RGB235224149
HSL52°68.25%75.29%
HSB/HSV52°36.60%92.16%
CMYK0.00%4.68%36.60%
7.84%

Color #EBE095 in popluar number systems.

HEXEBE095
Decimal235224149
Binary111010111110000010010101
Octal353340225

Shades and tints

Shades of #EBE095

#EBE095
(235,224,149)
#D6CC88
(214,204,136)
#C1B87B
(193,184,123)
#ACA46E
(172,164,110)
#979061
(151,144,97)
#827C54
(130,124,84)
#6D6847
(109,104,71)
#58543A
(88,84,58)
#43402D
(67,64,45)
#2E2C20
(46,44,32)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #EBE095

#EBE095
(235,224,149)
#ECE29E
(236,226,158)
#EDE4A7
(237,228,167)
#EEE6B0
(238,230,176)
#EFE8B9
(239,232,185)
#F0EAC2
(240,234,194)
#F1ECCB
(241,236,203)
#F2EED4
(242,238,212)
#F3F0DD
(243,240,221)
#F4F2E6
(244,242,230)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE095 color. Also use rgb(235,224,149) instead hex code.

Text Font Color

.myTextColor { color: #EBE095; }

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

This text font color is #EBE095.


Background Color

.myBgColor { background-color: #EBE095; }

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

This div background color is #EBE095.


Border color

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

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

This div border color is #EBE095.


Opacity

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

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

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

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

This text has shadow with #EBE095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE095 on black background.


Color preview on white background

This text has color #EBE095 on white background.



Black color preview on #EBE095 background

This text has black color on #EBE095 background.


White color preview on #EBE095 background

This text has white color on #EBE095 background.