COLOR #E4975F

HEX: #E4975F RGB: (228,151,95)

Color info

#E4975F contains mainly red color. Web safe color of #E4975F is #CC9966 (or #C96).

RGB color model

#E4975F color RGB value is (228,151,95).

RGB: (228,151,95) (89%, 59%, 37%)

RGB channels and saturation

R 228 of 255 = 89%
G 151 of 255 = 59%
B 95 of 255 = 37%

228
151
95

R + G + B ~ 62%. #E4975F is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 151 + 95 = 474 (100%)
R 228 of 474 ~ 48.1%
G 151 of 474 ~ 31.86%
B 95 of 474 ~ 20.04'%

%48.1
%31.86
%20.04

CMYK color model

#E4975F color CMYK value is (0,34,58,11).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 58.33%
  • key color value is 10.59%

CMYK: (0,34,58,11)
C0M34Y58K11 (0%, 34%, 58%, 11%)
(0.00 / 0.34 / 0.58 / 0.11)

CMYK percentages

%0
%33.77
%58.33
%10.59

Codes

Color #E4975F in popluar color models

E4 97 5F
RGB 228 151 95
HSL 25° 71.12% 63.33%
HSB/HSV 25° 58.33% 89.41%
CMYK 0.00% 33.77% 58.33%
10.59%

Color #E4975F in popluar number systems.

HEX E4 97 5F
Decimal 228 151 95
Binary 11100100 10010111 1011111
Octal 344 227 137

Shades and tints

Shades of #E4975F

#E4975F
(228,151,95)
#D08A57
(208,138,87)
#BC7D4F
(188,125,79)
#A87047
(168,112,71)
#94633F
(148,99,63)
#805637
(128,86,55)
#6C492F
(108,73,47)
#583C27
(88,60,39)
#442F1F
(68,47,31)
#302217
(48,34,23)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #E4975F

#E4975F
(228,151,95)
#E6A06D
(230,160,109)
#E8A97B
(232,169,123)
#EAB289
(234,178,137)
#ECBB97
(236,187,151)
#EEC4A5
(238,196,165)
#F0CDB3
(240,205,179)
#F2D6C1
(242,214,193)
#F4DFCF
(244,223,207)
#F6E8DD
(246,232,221)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4975F color. Also use rgb(228,151,95) instead hex code.

Text Font Color

.myTextColor { color: #E4975F; }

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

This text font color is #E4975F.

Background Color

.myBgColor { background-color: #E4975F; }

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

This div background color is #E4975F.

Border color

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

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

This div border color is #E4975F.

Opacity

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

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

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

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

This text has shadow with #E4975F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4975F.

Preview

Color preview on black background

This text has color #E4975F on black background.


Color preview on white background

This text has color #E4975F on white background.


Black color preview on #E4975F background

This text has black color on #E4975F background.


White color preview on #E4975F background

This text has white color on #E4975F background.


Related colors

Complementary color

Complementary color for #hex is #1B68A0.


I love getcolorcode.com

Triadic colors

1 #5FE497 and #975FE4 with #E4975F are triadic colors.

2 #5F97E4 and #97E45F with #E4975F are triadic colors.