COLOR #E5A37C

HEX: #E5A37C
RGB: (229,163,124)

Renk bilgisi

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

RGB renk modeli

#E5A37C color RGB value is (229,163,124).

  • kırmız ton 229;
  • yeşil ton 163;
  • mavi ton 124.
RGB:
(229,163,124)
(90%,64%,49%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 163 of 255 = 64%
B 124 of 255 = 49%

229
163
124

R + G + B ~ 68%. #E5A37C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 163 + 124 = 516 (100%)
R 229 of 516 ~ 44.38%
G 163 of 516 ~ 31.59%
B 124 of 516 ~ 24.03%

%44.38
%31.59
%24.03

CMYK RENK MODELİ

#E5A37C rengi CMYK tonu (0,29,46,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.82%
  • sarı tonu 45.85%
  • ana renk tonu 10.20%
CMYK:
(0,29,46,10)
C0M29Y46K10 
(0%,29%,46%,10%)
(0.00/0.29/0.46/0.10)	

CMYK yüzdeleri

%0
%28.82
%45.85
%10.2

Codes

Color #E5A37C in popluar color models

E5A37C
RGB229163124
HSL22°66.88%69.22%
HSB/HSV22°45.85%89.80%
CMYK0.00%28.82%45.85%
10.20%

Color #E5A37C in popluar number systems.

HEXE5A37C
Decimal229163124
Binary11100101101000111111100
Octal345243174

Shades and tints

Shades of #E5A37C

#E5A37C
(229,163,124)
#D19571
(209,149,113)
#BD8766
(189,135,102)
#A9795B
(169,121,91)
#956B50
(149,107,80)
#815D45
(129,93,69)
#6D4F3A
(109,79,58)
#59412F
(89,65,47)
#453324
(69,51,36)
#312519
(49,37,25)
#1D170E
(29,23,14)
#000000
(0,0,0)

Tints of #E5A37C

#E5A37C
(229,163,124)
#E7AB87
(231,171,135)
#E9B392
(233,179,146)
#EBBB9D
(235,187,157)
#EDC3A8
(237,195,168)
#EFCBB3
(239,203,179)
#F1D3BE
(241,211,190)
#F3DBC9
(243,219,201)
#F5E3D4
(245,227,212)
#F7EBDF
(247,235,223)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A37C color. Also use rgb(229,163,124) instead hex code.

Text Font Color

.myTextColor { color: #E5A37C; }

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

This text font color is #E5A37C.


Background Color

.myBgColor { background-color: #E5A37C; }

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

This div background color is #E5A37C.


Border color

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

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

This div border color is #E5A37C.


Opacity

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

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

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

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

This text has shadow with #E5A37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A37C on black background.


Color preview on white background

This text has color #E5A37C on white background.



Black color preview on #E5A37C background

This text has black color on #E5A37C background.


White color preview on #E5A37C background

This text has white color on #E5A37C background.