COLOR #E5D04A

HEX: #E5D04A
RGB: (229,208,74)

Renk bilgisi

#E5D04A contains mainly red and green colors. #E5D04A ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#E5D04A color RGB value is (229,208,74).

  • kırmız ton 229;
  • yeşil ton 208;
  • mavi ton 74.
RGB:
(229,208,74)
(90%,82%,29%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 208 of 255 = 82%
B 74 of 255 = 29%

229
208
74

R + G + B ~ 67%. #E5D04A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 208 + 74 = 511 (100%)
R 229 of 511 ~ 44.81%
G 208 of 511 ~ 40.7%
B 74 of 511 ~ 14.48%

%44.81
%40.7
%14.48

CMYK RENK MODELİ

#E5D04A rengi CMYK tonu (0,9,68,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.17%
  • sarı tonu 67.69%
  • ana renk tonu 10.20%
CMYK:
(0,9,68,10)
C0M9Y68K10 
(0%,9%,68%,10%)
(0.00/0.09/0.68/0.10)	

CMYK yüzdeleri

%0
%9.17
%67.69
%10.2

Codes

Color #E5D04A in popluar color models

E5D04A
RGB22920874
HSL52°74.88%59.41%
HSB/HSV52°67.69%89.80%
CMYK0.00%9.17%67.69%
10.20%

Color #E5D04A in popluar number systems.

HEXE5D04A
Decimal22920874
Binary11100101110100001001010
Octal345320112

Shades and tints

Shades of #E5D04A

#E5D04A
(229,208,74)
#D1BE44
(209,190,68)
#BDAC3E
(189,172,62)
#A99A38
(169,154,56)
#958832
(149,136,50)
#81762C
(129,118,44)
#6D6426
(109,100,38)
#595220
(89,82,32)
#45401A
(69,64,26)
#312E14
(49,46,20)
#1D1C0E
(29,28,14)
#000000
(0,0,0)

Tints of #E5D04A

#E5D04A
(229,208,74)
#E7D45A
(231,212,90)
#E9D86A
(233,216,106)
#EBDC7A
(235,220,122)
#EDE08A
(237,224,138)
#EFE49A
(239,228,154)
#F1E8AA
(241,232,170)
#F3ECBA
(243,236,186)
#F5F0CA
(245,240,202)
#F7F4DA
(247,244,218)
#F9F8EA
(249,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D04A color. Also use rgb(229,208,74) instead hex code.

Text Font Color

.myTextColor { color: #E5D04A; }

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

This text font color is #E5D04A.


Background Color

.myBgColor { background-color: #E5D04A; }

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

This div background color is #E5D04A.


Border color

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

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

This div border color is #E5D04A.


Opacity

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

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

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

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

This text has shadow with #E5D04A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D04A on black background.


Color preview on white background

This text has color #E5D04A on white background.



Black color preview on #E5D04A background

This text has black color on #E5D04A background.


White color preview on #E5D04A background

This text has white color on #E5D04A background.