COLOR #EB795F

HEX: #EB795F RGB: (235,121,95)

Color info

#EB795F contains mainly red color. Web safe color of #EB795F is #FF6666 (or #F66).

RGB color model

#EB795F color RGB value is (235,121,95).

RGB: (235,121,95) (92%, 47%, 37%)

RGB channels and saturation

R 235 of 255 = 92%
G 121 of 255 = 47%
B 95 of 255 = 37%

235
121
95

R + G + B ~ 59%. #EB795F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 235 + 121 + 95 = 451 (100%)
R 235 of 451 ~ 52.11%
G 121 of 451 ~ 26.83%
B 95 of 451 ~ 21.06'%

%52.11
%26.83
%21.06

CMYK color model

#EB795F color CMYK value is (0,49,60,8).

  • cyan value is 0.00%
  • magenta value is 48.51%
  • yellow value is 59.57%
  • key color value is 7.84%

CMYK: (0,49,60,8)
C0M49Y60K8 (0%, 49%, 60%, 8%)
(0.00 / 0.49 / 0.60 / 0.08)

CMYK percentages

%0
%48.51
%59.57
%7.84

Codes

Color #EB795F in popluar color models

EB 79 5F
RGB 235 121 95
HSL 11° 77.78% 64.71%
HSB/HSV 11° 59.57% 92.16%
CMYK 0.00% 48.51% 59.57%
7.84%

Color #EB795F in popluar number systems.

HEX EB 79 5F
Decimal 235 121 95
Binary 11101011 1111001 1011111
Octal 353 171 137

Shades and tints

Shades of #EB795F

#EB795F
(235,121,95)
#D66E57
(214,110,87)
#C1634F
(193,99,79)
#AC5847
(172,88,71)
#974D3F
(151,77,63)
#824237
(130,66,55)
#6D372F
(109,55,47)
#582C27
(88,44,39)
#43211F
(67,33,31)
#2E1617
(46,22,23)
#190B0F
(25,11,15)
#000000
(0,0,0)

Tints of #EB795F

#EB795F
(235,121,95)
#EC856D
(236,133,109)
#ED917B
(237,145,123)
#EE9D89
(238,157,137)
#EFA997
(239,169,151)
#F0B5A5
(240,181,165)
#F1C1B3
(241,193,179)
#F2CDC1
(242,205,193)
#F3D9CF
(243,217,207)
#F4E5DD
(244,229,221)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB795F; }

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

This text font color is #EB795F.

Background Color

.myBgColor { background-color: #EB795F; }

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

This div background color is #EB795F.

Border color

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

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

This div border color is #EB795F.

Opacity

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

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

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

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

This text has shadow with #EB795F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB795F.

Preview

Color preview on black background

This text has color #EB795F on black background.


Color preview on white background

This text has color #EB795F on white background.


Black color preview on #EB795F background

This text has black color on #EB795F background.


White color preview on #EB795F background

This text has white color on #EB795F background.


Related colors

Complementary color

Complementary color for #hex is #1486A0.


I love getcolorcode.com

Triadic colors

1 #5FEB79 and #795FEB with #EB795F are triadic colors.

2 #5F79EB and #79EB5F with #EB795F are triadic colors.