COLOR #E5725A

HEX: #E5725A
RGB: (229,114,90)

Renk bilgisi

#E5725A contains mainly red color. #E5725A ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E5725A color RGB value is (229,114,90).

  • kırmız ton 229;
  • yeşil ton 114;
  • mavi ton 90.
RGB:
(229,114,90)
(90%,45%,35%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 114 of 255 = 45%
B 90 of 255 = 35%

229
114
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 114 + 90 = 433 (100%)
R 229 of 433 ~ 52.89%
G 114 of 433 ~ 26.33%
B 90 of 433 ~ 20.79%

%52.89
%26.33
%20.79

CMYK RENK MODELİ

#E5725A rengi CMYK tonu (0,50,61,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.22%
  • sarı tonu 60.70%
  • ana renk tonu 10.20%
CMYK:
(0,50,61,10)
C0M50Y61K10 
(0%,50%,61%,10%)
(0.00/0.50/0.61/0.10)	

CMYK yüzdeleri

%0
%50.22
%60.7
%10.2

Codes

Color #E5725A in popluar color models

E5725A
RGB22911490
HSL10°72.77%62.55%
HSB/HSV10°60.70%89.80%
CMYK0.00%50.22%60.70%
10.20%

Color #E5725A in popluar number systems.

HEXE5725A
Decimal22911490
Binary1110010111100101011010
Octal345162132

Shades and tints

Shades of #E5725A

#E5725A
(229,114,90)
#D16852
(209,104,82)
#BD5E4A
(189,94,74)
#A95442
(169,84,66)
#954A3A
(149,74,58)
#814032
(129,64,50)
#6D362A
(109,54,42)
#592C22
(89,44,34)
#45221A
(69,34,26)
#311812
(49,24,18)
#1D0E0A
(29,14,10)
#000000
(0,0,0)

Tints of #E5725A

#E5725A
(229,114,90)
#E77E69
(231,126,105)
#E98A78
(233,138,120)
#EB9687
(235,150,135)
#EDA296
(237,162,150)
#EFAEA5
(239,174,165)
#F1BAB4
(241,186,180)
#F3C6C3
(243,198,195)
#F5D2D2
(245,210,210)
#F7DEE1
(247,222,225)
#F9EAF0
(249,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5725A color. Also use rgb(229,114,90) instead hex code.

Text Font Color

.myTextColor { color: #E5725A; }

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

This text font color is #E5725A.


Background Color

.myBgColor { background-color: #E5725A; }

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

This div background color is #E5725A.


Border color

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

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

This div border color is #E5725A.


Opacity

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

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

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

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

This text has shadow with #E5725A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5725A on black background.


Color preview on white background

This text has color #E5725A on white background.



Black color preview on #E5725A background

This text has black color on #E5725A background.


White color preview on #E5725A background

This text has white color on #E5725A background.