COLOR #EBB195

HEX: #EBB195
RGB: (235,177,149)

Color info

#EBB195 contains mainly red and green colors. Web safe color of #EBB195 is #FF9999 (or #F99).

RGB color model

#EBB195 color RGB value is (235,177,149).

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

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 149 of 255 = 58%

235
177
149

R + G + B ~ 73%. #EBB195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 177 + 149 = 561 (100%)
R 235 of 561 ~ 41.89%
G 177 of 561 ~ 31.55%
B 149 of 561 ~ 26.56%

%41.89
%31.55
%26.56

CMYK color model

#EBB195 color CMYK value is (0,25,37,8).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 36.60%
  • key color value is 7.84%
CMYK:
(0,25,37,8)
C0M25Y37K8 
(0%,25%,37%,8%)
(0.00/0.25/0.37/0.08)	

CMYK percentages

%0
%24.68
%36.6
%7.84

Codes

Color #EBB195 in popluar color models

EBB195
RGB235177149
HSL20°68.25%75.29%
HSB/HSV20°36.60%92.16%
CMYK0.00%24.68%36.60%
7.84%

Color #EBB195 in popluar number systems.

HEXEBB195
Decimal235177149
Binary111010111011000110010101
Octal353261225

Shades and tints

Shades of #EBB195

#EBB195
(235,177,149)
#D6A188
(214,161,136)
#C1917B
(193,145,123)
#AC816E
(172,129,110)
#977161
(151,113,97)
#826154
(130,97,84)
#6D5147
(109,81,71)
#58413A
(88,65,58)
#43312D
(67,49,45)
#2E2120
(46,33,32)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #EBB195

#EBB195
(235,177,149)
#ECB89E
(236,184,158)
#EDBFA7
(237,191,167)
#EEC6B0
(238,198,176)
#EFCDB9
(239,205,185)
#F0D4C2
(240,212,194)
#F1DBCB
(241,219,203)
#F2E2D4
(242,226,212)
#F3E9DD
(243,233,221)
#F4F0E6
(244,240,230)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB195; }

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

This text font color is #EBB195.


Background Color

.myBgColor { background-color: #EBB195; }

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

This div background color is #EBB195.


Border color

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

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

This div border color is #EBB195.


Opacity

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

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

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

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

This text has shadow with #EBB195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB195 on black background.


Color preview on white background

This text has color #EBB195 on white background.



Black color preview on #EBB195 background

This text has black color on #EBB195 background.


White color preview on #EBB195 background

This text has white color on #EBB195 background.