COLOR #E17A4C

HEX: #E17A4C
RGB: (225,122,76)

Renk bilgisi

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

RGB renk modeli

#E17A4C color RGB value is (225,122,76).

  • kırmız ton 225;
  • yeşil ton 122;
  • mavi ton 76.
RGB:
(225,122,76)
(88%,48%,30%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 122 of 255 = 48%
B 76 of 255 = 30%

225
122
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 122 + 76 = 423 (100%)
R 225 of 423 ~ 53.19%
G 122 of 423 ~ 28.84%
B 76 of 423 ~ 17.97%

%53.19
%28.84
%17.97

CMYK RENK MODELİ

#E17A4C rengi CMYK tonu (0,46,66,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.78%
  • sarı tonu 66.22%
  • ana renk tonu 11.76%
CMYK:
(0,46,66,12)
C0M46Y66K12 
(0%,46%,66%,12%)
(0.00/0.46/0.66/0.12)	

CMYK yüzdeleri

%0
%45.78
%66.22
%11.76

Codes

Color #E17A4C in popluar color models

E17A4C
RGB22512276
HSL19°71.29%59.02%
HSB/HSV19°66.22%88.24%
CMYK0.00%45.78%66.22%
11.76%

Color #E17A4C in popluar number systems.

HEXE17A4C
Decimal22512276
Binary1110000111110101001100
Octal341172114

Shades and tints

Shades of #E17A4C

#E17A4C
(225,122,76)
#CD6F46
(205,111,70)
#B96440
(185,100,64)
#A5593A
(165,89,58)
#914E34
(145,78,52)
#7D432E
(125,67,46)
#693828
(105,56,40)
#552D22
(85,45,34)
#41221C
(65,34,28)
#2D1716
(45,23,22)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #E17A4C

#E17A4C
(225,122,76)
#E3865C
(227,134,92)
#E5926C
(229,146,108)
#E79E7C
(231,158,124)
#E9AA8C
(233,170,140)
#EBB69C
(235,182,156)
#EDC2AC
(237,194,172)
#EFCEBC
(239,206,188)
#F1DACC
(241,218,204)
#F3E6DC
(243,230,220)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17A4C color. Also use rgb(225,122,76) instead hex code.

Text Font Color

.myTextColor { color: #E17A4C; }

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

This text font color is #E17A4C.


Background Color

.myBgColor { background-color: #E17A4C; }

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

This div background color is #E17A4C.


Border color

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

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

This div border color is #E17A4C.


Opacity

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

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

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

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

This text has shadow with #E17A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17A4C on black background.


Color preview on white background

This text has color #E17A4C on white background.



Black color preview on #E17A4C background

This text has black color on #E17A4C background.


White color preview on #E17A4C background

This text has white color on #E17A4C background.