COLOR #E5D414

HEX: #E5D414
RGB: (229,212,20)

Renk bilgisi

#E5D414 contains mainly red and green colors. #E5D414 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#E5D414 color RGB value is (229,212,20).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 212 of 255 = 83%
B 20 of 255 = 8%

229
212
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 212 + 20 = 461 (100%)
R 229 of 461 ~ 49.67%
G 212 of 461 ~ 45.99%
B 20 of 461 ~ 4.34%

%49.67
%45.99

CMYK RENK MODELİ

#E5D414 rengi CMYK tonu (0,7,91,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.42%
  • sarı tonu 91.27%
  • ana renk tonu 10.20%
CMYK:
(0,7,91,10)
C0M7Y91K10 
(0%,7%,91%,10%)
(0.00/0.07/0.91/0.10)	

CMYK yüzdeleri

%0
%7.42
%91.27
%10.2

Codes

Color #E5D414 in popluar color models

E5D414
RGB22921220
HSL55°83.94%48.82%
HSB/HSV55°91.27%89.80%
CMYK0.00%7.42%91.27%
10.20%

Color #E5D414 in popluar number systems.

HEXE5D414
Decimal22921220
Binary111001011101010010100
Octal34532424

Shades and tints

Shades of #E5D414

#E5D414
(229,212,20)
#D1C113
(209,193,19)
#BDAE12
(189,174,18)
#A99B11
(169,155,17)
#958810
(149,136,16)
#81750F
(129,117,15)
#6D620E
(109,98,14)
#594F0D
(89,79,13)
#453C0C
(69,60,12)
#31290B
(49,41,11)
#1D160A
(29,22,10)
#000000
(0,0,0)

Tints of #E5D414

#E5D414
(229,212,20)
#E7D729
(231,215,41)
#E9DA3E
(233,218,62)
#EBDD53
(235,221,83)
#EDE068
(237,224,104)
#EFE37D
(239,227,125)
#F1E692
(241,230,146)
#F3E9A7
(243,233,167)
#F5ECBC
(245,236,188)
#F7EFD1
(247,239,209)
#F9F2E6
(249,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D414; }

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

This text font color is #E5D414.


Background Color

.myBgColor { background-color: #E5D414; }

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

This div background color is #E5D414.


Border color

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

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

This div border color is #E5D414.


Opacity

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

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

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

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

This text has shadow with #E5D414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D414 on black background.


Color preview on white background

This text has color #E5D414 on white background.



Black color preview on #E5D414 background

This text has black color on #E5D414 background.


White color preview on #E5D414 background

This text has white color on #E5D414 background.