COLOR #E5A64D

HEX: #E5A64D
RGB: (229,166,77)

Renk bilgisi

#E5A64D contains mainly red color. #E5A64D ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#E5A64D color RGB value is (229,166,77).

  • kırmız ton 229;
  • yeşil ton 166;
  • mavi ton 77.
RGB:
(229,166,77)
(90%,65%,30%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 166 of 255 = 65%
B 77 of 255 = 30%

229
166
77

R + G + B ~ 62%. #E5A64D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 166 + 77 = 472 (100%)
R 229 of 472 ~ 48.52%
G 166 of 472 ~ 35.17%
B 77 of 472 ~ 16.31%

%48.52
%35.17
%16.31

CMYK RENK MODELİ

#E5A64D rengi CMYK tonu (0,28,66,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.51%
  • sarı tonu 66.38%
  • ana renk tonu 10.20%
CMYK:
(0,28,66,10)
C0M28Y66K10 
(0%,28%,66%,10%)
(0.00/0.28/0.66/0.10)	

CMYK yüzdeleri

%0
%27.51
%66.38
%10.2

Codes

Color #E5A64D in popluar color models

E5A64D
RGB22916677
HSL35°74.51%60.00%
HSB/HSV35°66.38%89.80%
CMYK0.00%27.51%66.38%
10.20%

Color #E5A64D in popluar number systems.

HEXE5A64D
Decimal22916677
Binary11100101101001101001101
Octal345246115

Shades and tints

Shades of #E5A64D

#E5A64D
(229,166,77)
#D19746
(209,151,70)
#BD883F
(189,136,63)
#A97938
(169,121,56)
#956A31
(149,106,49)
#815B2A
(129,91,42)
#6D4C23
(109,76,35)
#593D1C
(89,61,28)
#452E15
(69,46,21)
#311F0E
(49,31,14)
#1D1007
(29,16,7)
#000000
(0,0,0)

Tints of #E5A64D

#E5A64D
(229,166,77)
#E7AE5D
(231,174,93)
#E9B66D
(233,182,109)
#EBBE7D
(235,190,125)
#EDC68D
(237,198,141)
#EFCE9D
(239,206,157)
#F1D6AD
(241,214,173)
#F3DEBD
(243,222,189)
#F5E6CD
(245,230,205)
#F7EEDD
(247,238,221)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A64D color. Also use rgb(229,166,77) instead hex code.

Text Font Color

.myTextColor { color: #E5A64D; }

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

This text font color is #E5A64D.


Background Color

.myBgColor { background-color: #E5A64D; }

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

This div background color is #E5A64D.


Border color

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

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

This div border color is #E5A64D.


Opacity

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

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

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

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

This text has shadow with #E5A64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A64D on black background.


Color preview on white background

This text has color #E5A64D on white background.



Black color preview on #E5A64D background

This text has black color on #E5A64D background.


White color preview on #E5A64D background

This text has white color on #E5A64D background.