COLOR #EBC095

HEX: #EBC095
RGB: (235,192,149)

Color info

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

RGB color model

#EBC095 color RGB value is (235,192,149).

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

RGB channels and saturation

R 235 of 255 = 92%
G 192 of 255 = 75%
B 149 of 255 = 58%

235
192
149

R + G + B ~ 75%. #EBC095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 192 + 149 = 576 (100%)
R 235 of 576 ~ 40.8%
G 192 of 576 ~ 33.33%
B 149 of 576 ~ 25.87%

%40.8
%33.33
%25.87

CMYK color model

#EBC095 color CMYK value is (0,18,37,8).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 36.60%
  • key color value is 7.84%
CMYK:
(0,18,37,8)
C0M18Y37K8 
(0%,18%,37%,8%)
(0.00/0.18/0.37/0.08)	

CMYK percentages

%0
%18.3
%36.6
%7.84

Codes

Color #EBC095 in popluar color models

EBC095
RGB235192149
HSL30°68.25%75.29%
HSB/HSV30°36.60%92.16%
CMYK0.00%18.30%36.60%
7.84%

Color #EBC095 in popluar number systems.

HEXEBC095
Decimal235192149
Binary111010111100000010010101
Octal353300225

Shades and tints

Shades of #EBC095

#EBC095
(235,192,149)
#D6AF88
(214,175,136)
#C19E7B
(193,158,123)
#AC8D6E
(172,141,110)
#977C61
(151,124,97)
#826B54
(130,107,84)
#6D5A47
(109,90,71)
#58493A
(88,73,58)
#43382D
(67,56,45)
#2E2720
(46,39,32)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBC095

#EBC095
(235,192,149)
#ECC59E
(236,197,158)
#EDCAA7
(237,202,167)
#EECFB0
(238,207,176)
#EFD4B9
(239,212,185)
#F0D9C2
(240,217,194)
#F1DECB
(241,222,203)
#F2E3D4
(242,227,212)
#F3E8DD
(243,232,221)
#F4EDE6
(244,237,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC095; }

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

This text font color is #EBC095.


Background Color

.myBgColor { background-color: #EBC095; }

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

This div background color is #EBC095.


Border color

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

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

This div border color is #EBC095.


Opacity

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

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

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

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

This text has shadow with #EBC095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC095 on black background.


Color preview on white background

This text has color #EBC095 on white background.



Black color preview on #EBC095 background

This text has black color on #EBC095 background.


White color preview on #EBC095 background

This text has white color on #EBC095 background.