COLOR #EB8479

HEX: #EB8479
RGB: (235,132,121)

Color info

#EB8479 contains mainly red color. Web safe color of #EB8479 is #FF9966 (or #F96).

RGB color model

#EB8479 color RGB value is (235,132,121).

  • red value is 235;
  • green value is 132;
  • blue value is 121.
RGB:
(235,132,121)
(92%,52%,47%)

RGB channels and saturation

R 235 of 255 = 92%
G 132 of 255 = 52%
B 121 of 255 = 47%

235
132
121

R + G + B ~ 64%. #EB8479 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 132 + 121 = 488 (100%)
R 235 of 488 ~ 48.16%
G 132 of 488 ~ 27.05%
B 121 of 488 ~ 24.8%

%48.16
%27.05
%24.8

CMYK color model

#EB8479 color CMYK value is (0,44,49,8).

  • cyan value is 0.00%
  • magenta value is 43.83%
  • yellow value is 48.51%
  • key color value is 7.84%
CMYK:
(0,44,49,8)
C0M44Y49K8 
(0%,44%,49%,8%)
(0.00/0.44/0.49/0.08)	

CMYK percentages

%0
%43.83
%48.51
%7.84

Codes

Color #EB8479 in popluar color models

EB8479
RGB235132121
HSL74.03%69.80%
HSB/HSV48.51%92.16%
CMYK0.00%43.83%48.51%
7.84%

Color #EB8479 in popluar number systems.

HEXEB8479
Decimal235132121
Binary11101011100001001111001
Octal353204171

Shades and tints

Shades of #EB8479

#EB8479
(235,132,121)
#D6786E
(214,120,110)
#C16C63
(193,108,99)
#AC6058
(172,96,88)
#97544D
(151,84,77)
#824842
(130,72,66)
#6D3C37
(109,60,55)
#58302C
(88,48,44)
#432421
(67,36,33)
#2E1816
(46,24,22)
#190C0B
(25,12,11)
#000000
(0,0,0)

Tints of #EB8479

#EB8479
(235,132,121)
#EC8F85
(236,143,133)
#ED9A91
(237,154,145)
#EEA59D
(238,165,157)
#EFB0A9
(239,176,169)
#F0BBB5
(240,187,181)
#F1C6C1
(241,198,193)
#F2D1CD
(242,209,205)
#F3DCD9
(243,220,217)
#F4E7E5
(244,231,229)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8479 color. Also use rgb(235,132,121) instead hex code.

Text Font Color

.myTextColor { color: #EB8479; }

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

This text font color is #EB8479.


Background Color

.myBgColor { background-color: #EB8479; }

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

This div background color is #EB8479.


Border color

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

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

This div border color is #EB8479.


Opacity

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

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

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

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

This text has shadow with #EB8479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8479 on black background.


Color preview on white background

This text has color #EB8479 on white background.



Black color preview on #EB8479 background

This text has black color on #EB8479 background.


White color preview on #EB8479 background

This text has white color on #EB8479 background.