COLOR #E57D4C

HEX: #E57D4C
RGB: (229,125,76)

Renk bilgisi

#E57D4C contains mainly red color. #E57D4C ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#E57D4C color RGB value is (229,125,76).

  • kırmız ton 229;
  • yeşil ton 125;
  • mavi ton 76.
RGB:
(229,125,76)
(90%,49%,30%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 125 of 255 = 49%
B 76 of 255 = 30%

229
125
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 125 + 76 = 430 (100%)
R 229 of 430 ~ 53.26%
G 125 of 430 ~ 29.07%
B 76 of 430 ~ 17.67%

%53.26
%29.07
%17.67

CMYK RENK MODELİ

#E57D4C rengi CMYK tonu (0,45,67,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.41%
  • sarı tonu 66.81%
  • ana renk tonu 10.20%
CMYK:
(0,45,67,10)
C0M45Y67K10 
(0%,45%,67%,10%)
(0.00/0.45/0.67/0.10)	

CMYK yüzdeleri

%0
%45.41
%66.81
%10.2

Codes

Color #E57D4C in popluar color models

E57D4C
RGB22912576
HSL19°74.63%59.80%
HSB/HSV19°66.81%89.80%
CMYK0.00%45.41%66.81%
10.20%

Color #E57D4C in popluar number systems.

HEXE57D4C
Decimal22912576
Binary1110010111111011001100
Octal345175114

Shades and tints

Shades of #E57D4C

#E57D4C
(229,125,76)
#D17246
(209,114,70)
#BD6740
(189,103,64)
#A95C3A
(169,92,58)
#955134
(149,81,52)
#81462E
(129,70,46)
#6D3B28
(109,59,40)
#593022
(89,48,34)
#45251C
(69,37,28)
#311A16
(49,26,22)
#1D0F10
(29,15,16)
#000000
(0,0,0)

Tints of #E57D4C

#E57D4C
(229,125,76)
#E7885C
(231,136,92)
#E9936C
(233,147,108)
#EB9E7C
(235,158,124)
#EDA98C
(237,169,140)
#EFB49C
(239,180,156)
#F1BFAC
(241,191,172)
#F3CABC
(243,202,188)
#F5D5CC
(245,213,204)
#F7E0DC
(247,224,220)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57D4C color. Also use rgb(229,125,76) instead hex code.

Text Font Color

.myTextColor { color: #E57D4C; }

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

This text font color is #E57D4C.


Background Color

.myBgColor { background-color: #E57D4C; }

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

This div background color is #E57D4C.


Border color

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

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

This div border color is #E57D4C.


Opacity

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

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

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

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

This text has shadow with #E57D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57D4C on black background.


Color preview on white background

This text has color #E57D4C on white background.



Black color preview on #E57D4C background

This text has black color on #E57D4C background.


White color preview on #E57D4C background

This text has white color on #E57D4C background.