COLOR #E5874E

HEX: #E5874E
RGB: (229,135,78)

Renk bilgisi

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

RGB renk modeli

#E5874E color RGB value is (229,135,78).

  • kırmız ton 229;
  • yeşil ton 135;
  • mavi ton 78.
RGB:
(229,135,78)
(90%,53%,31%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 135 of 255 = 53%
B 78 of 255 = 31%

229
135
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 135 + 78 = 442 (100%)
R 229 of 442 ~ 51.81%
G 135 of 442 ~ 30.54%
B 78 of 442 ~ 17.65%

%51.81
%30.54
%17.65

CMYK RENK MODELİ

#E5874E rengi CMYK tonu (0,41,66,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.05%
  • sarı tonu 65.94%
  • ana renk tonu 10.20%
CMYK:
(0,41,66,10)
C0M41Y66K10 
(0%,41%,66%,10%)
(0.00/0.41/0.66/0.10)	

CMYK yüzdeleri

%0
%41.05
%65.94
%10.2

Codes

Color #E5874E in popluar color models

E5874E
RGB22913578
HSL23°74.38%60.20%
HSB/HSV23°65.94%89.80%
CMYK0.00%41.05%65.94%
10.20%

Color #E5874E in popluar number systems.

HEXE5874E
Decimal22913578
Binary11100101100001111001110
Octal345207116

Shades and tints

Shades of #E5874E

#E5874E
(229,135,78)
#D17B47
(209,123,71)
#BD6F40
(189,111,64)
#A96339
(169,99,57)
#955732
(149,87,50)
#814B2B
(129,75,43)
#6D3F24
(109,63,36)
#59331D
(89,51,29)
#452716
(69,39,22)
#311B0F
(49,27,15)
#1D0F08
(29,15,8)
#000000
(0,0,0)

Tints of #E5874E

#E5874E
(229,135,78)
#E7915E
(231,145,94)
#E99B6E
(233,155,110)
#EBA57E
(235,165,126)
#EDAF8E
(237,175,142)
#EFB99E
(239,185,158)
#F1C3AE
(241,195,174)
#F3CDBE
(243,205,190)
#F5D7CE
(245,215,206)
#F7E1DE
(247,225,222)
#F9EBEE
(249,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5874E color. Also use rgb(229,135,78) instead hex code.

Text Font Color

.myTextColor { color: #E5874E; }

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

This text font color is #E5874E.


Background Color

.myBgColor { background-color: #E5874E; }

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

This div background color is #E5874E.


Border color

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

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

This div border color is #E5874E.


Opacity

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

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

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

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

This text has shadow with #E5874E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5874E on black background.


Color preview on white background

This text has color #E5874E on white background.



Black color preview on #E5874E background

This text has black color on #E5874E background.


White color preview on #E5874E background

This text has white color on #E5874E background.