COLOR #EBC19C

HEX: #EBC19C
RGB: (235,193,156)

Color info

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

RGB color model

#EBC19C color RGB value is (235,193,156).

  • red value is 235;
  • green value is 193;
  • blue value is 156.
RGB:
(235,193,156)
(92%,76%,61%)

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 156 of 255 = 61%

235
193
156

R + G + B ~ 76%. #EBC19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 156 = 584 (100%)
R 235 of 584 ~ 40.24%
G 193 of 584 ~ 33.05%
B 156 of 584 ~ 26.71%

%40.24
%33.05
%26.71

CMYK color model

#EBC19C color CMYK value is (0,18,34,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 33.62%
  • key color value is 7.84%
CMYK:
(0,18,34,8)
C0M18Y34K8 
(0%,18%,34%,8%)
(0.00/0.18/0.34/0.08)	

CMYK percentages

%0
%17.87
%33.62
%7.84

Codes

Color #EBC19C in popluar color models

EBC19C
RGB235193156
HSL28°66.39%76.67%
HSB/HSV28°33.62%92.16%
CMYK0.00%17.87%33.62%
7.84%

Color #EBC19C in popluar number systems.

HEXEBC19C
Decimal235193156
Binary111010111100000110011100
Octal353301234

Shades and tints

Shades of #EBC19C

#EBC19C
(235,193,156)
#D6B08E
(214,176,142)
#C19F80
(193,159,128)
#AC8E72
(172,142,114)
#977D64
(151,125,100)
#826C56
(130,108,86)
#6D5B48
(109,91,72)
#584A3A
(88,74,58)
#43392C
(67,57,44)
#2E281E
(46,40,30)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #EBC19C

#EBC19C
(235,193,156)
#ECC6A5
(236,198,165)
#EDCBAE
(237,203,174)
#EED0B7
(238,208,183)
#EFD5C0
(239,213,192)
#F0DAC9
(240,218,201)
#F1DFD2
(241,223,210)
#F2E4DB
(242,228,219)
#F3E9E4
(243,233,228)
#F4EEED
(244,238,237)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC19C color. Also use rgb(235,193,156) instead hex code.

Text Font Color

.myTextColor { color: #EBC19C; }

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

This text font color is #EBC19C.


Background Color

.myBgColor { background-color: #EBC19C; }

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

This div background color is #EBC19C.


Border color

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

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

This div border color is #EBC19C.


Opacity

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

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

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

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

This text has shadow with #EBC19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC19C on black background.


Color preview on white background

This text has color #EBC19C on white background.



Black color preview on #EBC19C background

This text has black color on #EBC19C background.


White color preview on #EBC19C background

This text has white color on #EBC19C background.