COLOR #E18C72

HEX: #E18C72
RGB: (225,140,114)

Renk bilgisi

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

RGB renk modeli

#E18C72 color RGB value is (225,140,114).

  • kırmız ton 225;
  • yeşil ton 140;
  • mavi ton 114.
RGB:
(225,140,114)
(88%,55%,45%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 140 of 255 = 55%
B 114 of 255 = 45%

225
140
114

R + G + B ~ 63%. #E18C72 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 140 + 114 = 479 (100%)
R 225 of 479 ~ 46.97%
G 140 of 479 ~ 29.23%
B 114 of 479 ~ 23.8%

%46.97
%29.23
%23.8

CMYK RENK MODELİ

#E18C72 rengi CMYK tonu (0,38,49,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.78%
  • sarı tonu 49.33%
  • ana renk tonu 11.76%
CMYK:
(0,38,49,12)
C0M38Y49K12 
(0%,38%,49%,12%)
(0.00/0.38/0.49/0.12)	

CMYK yüzdeleri

%0
%37.78
%49.33
%11.76

Codes

Color #E18C72 in popluar color models

E18C72
RGB225140114
HSL14°64.91%66.47%
HSB/HSV14°49.33%88.24%
CMYK0.00%37.78%49.33%
11.76%

Color #E18C72 in popluar number systems.

HEXE18C72
Decimal225140114
Binary11100001100011001110010
Octal341214162

Shades and tints

Shades of #E18C72

#E18C72
(225,140,114)
#CD8068
(205,128,104)
#B9745E
(185,116,94)
#A56854
(165,104,84)
#915C4A
(145,92,74)
#7D5040
(125,80,64)
#694436
(105,68,54)
#55382C
(85,56,44)
#412C22
(65,44,34)
#2D2018
(45,32,24)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #E18C72

#E18C72
(225,140,114)
#E3967E
(227,150,126)
#E5A08A
(229,160,138)
#E7AA96
(231,170,150)
#E9B4A2
(233,180,162)
#EBBEAE
(235,190,174)
#EDC8BA
(237,200,186)
#EFD2C6
(239,210,198)
#F1DCD2
(241,220,210)
#F3E6DE
(243,230,222)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18C72 color. Also use rgb(225,140,114) instead hex code.

Text Font Color

.myTextColor { color: #E18C72; }

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

This text font color is #E18C72.


Background Color

.myBgColor { background-color: #E18C72; }

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

This div background color is #E18C72.


Border color

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

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

This div border color is #E18C72.


Opacity

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

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

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

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

This text has shadow with #E18C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18C72 on black background.


Color preview on white background

This text has color #E18C72 on white background.



Black color preview on #E18C72 background

This text has black color on #E18C72 background.


White color preview on #E18C72 background

This text has white color on #E18C72 background.