COLOR #E5AE14

HEX: #E5AE14
RGB: (229,174,20)

Renk bilgisi

#E5AE14 contains mainly red and green colors. #E5AE14 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#E5AE14 color RGB value is (229,174,20).

  • kırmız ton 229;
  • yeşil ton 174;
  • mavi ton 20.
RGB:
(229,174,20)
(90%,68%,8%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 174 of 255 = 68%
B 20 of 255 = 8%

229
174
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 174 + 20 = 423 (100%)
R 229 of 423 ~ 54.14%
G 174 of 423 ~ 41.13%
B 20 of 423 ~ 4.73%

%54.14
%41.13

CMYK RENK MODELİ

#E5AE14 rengi CMYK tonu (0,24,91,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.02%
  • sarı tonu 91.27%
  • ana renk tonu 10.20%
CMYK:
(0,24,91,10)
C0M24Y91K10 
(0%,24%,91%,10%)
(0.00/0.24/0.91/0.10)	

CMYK yüzdeleri

%0
%24.02
%91.27
%10.2

Codes

Color #E5AE14 in popluar color models

E5AE14
RGB22917420
HSL44°83.94%48.82%
HSB/HSV44°91.27%89.80%
CMYK0.00%24.02%91.27%
10.20%

Color #E5AE14 in popluar number systems.

HEXE5AE14
Decimal22917420
Binary111001011010111010100
Octal34525624

Shades and tints

Shades of #E5AE14

#E5AE14
(229,174,20)
#D19F13
(209,159,19)
#BD9012
(189,144,18)
#A98111
(169,129,17)
#957210
(149,114,16)
#81630F
(129,99,15)
#6D540E
(109,84,14)
#59450D
(89,69,13)
#45360C
(69,54,12)
#31270B
(49,39,11)
#1D180A
(29,24,10)
#000000
(0,0,0)

Tints of #E5AE14

#E5AE14
(229,174,20)
#E7B529
(231,181,41)
#E9BC3E
(233,188,62)
#EBC353
(235,195,83)
#EDCA68
(237,202,104)
#EFD17D
(239,209,125)
#F1D892
(241,216,146)
#F3DFA7
(243,223,167)
#F5E6BC
(245,230,188)
#F7EDD1
(247,237,209)
#F9F4E6
(249,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AE14 color. Also use rgb(229,174,20) instead hex code.

Text Font Color

.myTextColor { color: #E5AE14; }

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

This text font color is #E5AE14.


Background Color

.myBgColor { background-color: #E5AE14; }

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

This div background color is #E5AE14.


Border color

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

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

This div border color is #E5AE14.


Opacity

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

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

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

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

This text has shadow with #E5AE14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AE14 on black background.


Color preview on white background

This text has color #E5AE14 on white background.



Black color preview on #E5AE14 background

This text has black color on #E5AE14 background.


White color preview on #E5AE14 background

This text has white color on #E5AE14 background.