COLOR #E4955F

HEX: #E4955F
RGB: (228,149,95)

Renk bilgisi

#E4955F contains mainly red color. #E4955F ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E4955F color RGB value is (228,149,95).

  • kırmız ton 228;
  • yeşil ton 149;
  • mavi ton 95.
RGB:
(228,149,95)
(89%,58%,37%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 149 of 255 = 58%
B 95 of 255 = 37%

228
149
95

R + G + B ~ 61%. #E4955F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 149 + 95 = 472 (100%)
R 228 of 472 ~ 48.31%
G 149 of 472 ~ 31.57%
B 95 of 472 ~ 20.13%

%48.31
%31.57
%20.13

CMYK RENK MODELİ

#E4955F rengi CMYK tonu (0,35,58,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.65%
  • sarı tonu 58.33%
  • ana renk tonu 10.59%
CMYK:
(0,35,58,11)
C0M35Y58K11 
(0%,35%,58%,11%)
(0.00/0.35/0.58/0.11)	

CMYK yüzdeleri

%0
%34.65
%58.33
%10.59

Codes

Color #E4955F in popluar color models

E4955F
RGB22814995
HSL24°71.12%63.33%
HSB/HSV24°58.33%89.41%
CMYK0.00%34.65%58.33%
10.59%

Color #E4955F in popluar number systems.

HEXE4955F
Decimal22814995
Binary11100100100101011011111
Octal344225137

Shades and tints

Shades of #E4955F

#E4955F
(228,149,95)
#D08857
(208,136,87)
#BC7B4F
(188,123,79)
#A86E47
(168,110,71)
#94613F
(148,97,63)
#805437
(128,84,55)
#6C472F
(108,71,47)
#583A27
(88,58,39)
#442D1F
(68,45,31)
#302017
(48,32,23)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #E4955F

#E4955F
(228,149,95)
#E69E6D
(230,158,109)
#E8A77B
(232,167,123)
#EAB089
(234,176,137)
#ECB997
(236,185,151)
#EEC2A5
(238,194,165)
#F0CBB3
(240,203,179)
#F2D4C1
(242,212,193)
#F4DDCF
(244,221,207)
#F6E6DD
(246,230,221)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4955F; }

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

This text font color is #E4955F.


Background Color

.myBgColor { background-color: #E4955F; }

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

This div background color is #E4955F.


Border color

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

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

This div border color is #E4955F.


Opacity

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

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

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

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

This text has shadow with #E4955F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4955F on black background.


Color preview on white background

This text has color #E4955F on white background.



Black color preview on #E4955F background

This text has black color on #E4955F background.


White color preview on #E4955F background

This text has white color on #E4955F background.