COLOR #E5864D

HEX: #E5864D
RGB: (229,134,77)

Renk bilgisi

#E5864D contains mainly red color. #E5864D ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#E5864D color RGB value is (229,134,77).

  • kırmız ton 229;
  • yeşil ton 134;
  • mavi ton 77.
RGB:
(229,134,77)
(90%,53%,30%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 134 of 255 = 53%
B 77 of 255 = 30%

229
134
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 134 + 77 = 440 (100%)
R 229 of 440 ~ 52.05%
G 134 of 440 ~ 30.45%
B 77 of 440 ~ 17.5%

%52.05
%30.45
%17.5

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.48%
  • sarı tonu 66.38%
  • 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.48
%66.38
%10.2

Codes

Color #E5864D in popluar color models

E5864D
RGB22913477
HSL23°74.51%60.00%
HSB/HSV23°66.38%89.80%
CMYK0.00%41.48%66.38%
10.20%

Color #E5864D in popluar number systems.

HEXE5864D
Decimal22913477
Binary11100101100001101001101
Octal345206115

Shades and tints

Shades of #E5864D

#E5864D
(229,134,77)
#D17A46
(209,122,70)
#BD6E3F
(189,110,63)
#A96238
(169,98,56)
#955631
(149,86,49)
#814A2A
(129,74,42)
#6D3E23
(109,62,35)
#59321C
(89,50,28)
#452615
(69,38,21)
#311A0E
(49,26,14)
#1D0E07
(29,14,7)
#000000
(0,0,0)

Tints of #E5864D

#E5864D
(229,134,77)
#E7915D
(231,145,93)
#E99C6D
(233,156,109)
#EBA77D
(235,167,125)
#EDB28D
(237,178,141)
#EFBD9D
(239,189,157)
#F1C8AD
(241,200,173)
#F3D3BD
(243,211,189)
#F5DECD
(245,222,205)
#F7E9DD
(247,233,221)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5864D color. Also use rgb(229,134,77) instead hex code.

Text Font Color

.myTextColor { color: #E5864D; }

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

This text font color is #E5864D.


Background Color

.myBgColor { background-color: #E5864D; }

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

This div background color is #E5864D.


Border color

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

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

This div border color is #E5864D.


Opacity

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

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

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

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

This text has shadow with #E5864D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5864D on black background.


Color preview on white background

This text has color #E5864D on white background.



Black color preview on #E5864D background

This text has black color on #E5864D background.


White color preview on #E5864D background

This text has white color on #E5864D background.