COLOR #EBB191

HEX: #EBB191
RGB: (235,177,145)

Color info

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

RGB color model

#EBB191 color RGB value is (235,177,145).

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

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 145 of 255 = 57%

235
177
145

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

Portions of RGB colors in percentages

R + G + B =
235 + 177 + 145 = 557 (100%)
R 235 of 557 ~ 42.19%
G 177 of 557 ~ 31.78%
B 145 of 557 ~ 26.03%

%42.19
%31.78
%26.03

CMYK color model

#EBB191 color CMYK value is (0,25,38,8).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 38.30%
  • key color value is 7.84%
CMYK:
(0,25,38,8)
C0M25Y38K8 
(0%,25%,38%,8%)
(0.00/0.25/0.38/0.08)	

CMYK percentages

%0
%24.68
%38.3
%7.84

Codes

Color #EBB191 in popluar color models

EBB191
RGB235177145
HSL21°69.23%74.51%
HSB/HSV21°38.30%92.16%
CMYK0.00%24.68%38.30%
7.84%

Color #EBB191 in popluar number systems.

HEXEBB191
Decimal235177145
Binary111010111011000110010001
Octal353261221

Shades and tints

Shades of #EBB191

#EBB191
(235,177,145)
#D6A184
(214,161,132)
#C19177
(193,145,119)
#AC816A
(172,129,106)
#97715D
(151,113,93)
#826150
(130,97,80)
#6D5143
(109,81,67)
#584136
(88,65,54)
#433129
(67,49,41)
#2E211C
(46,33,28)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #EBB191

#EBB191
(235,177,145)
#ECB89B
(236,184,155)
#EDBFA5
(237,191,165)
#EEC6AF
(238,198,175)
#EFCDB9
(239,205,185)
#F0D4C3
(240,212,195)
#F1DBCD
(241,219,205)
#F2E2D7
(242,226,215)
#F3E9E1
(243,233,225)
#F4F0EB
(244,240,235)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB191; }

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

This text font color is #EBB191.


Background Color

.myBgColor { background-color: #EBB191; }

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

This div background color is #EBB191.


Border color

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

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

This div border color is #EBB191.


Opacity

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

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

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

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

This text has shadow with #EBB191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB191 on black background.


Color preview on white background

This text has color #EBB191 on white background.



Black color preview on #EBB191 background

This text has black color on #EBB191 background.


White color preview on #EBB191 background

This text has white color on #EBB191 background.