COLOR #E5D401

HEX: #E5D401
RGB: (229,212,1)

Renk bilgisi

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

RGB renk modeli

#E5D401 color RGB value is (229,212,1).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 212 of 255 = 83%
B 1 of 255 = 0%

229
212
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 212 + 1 = 442 (100%)
R 229 of 442 ~ 51.81%
G 212 of 442 ~ 47.96%
B 1 of 442 ~ 0.23%

%51.81
%47.96

CMYK RENK MODELİ

#E5D401 rengi CMYK tonu (0,7,100,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.42%
  • sarı tonu 99.56%
  • ana renk tonu 10.20%
CMYK:
(0,7,100,10)
C0M7Y100K10 
(0%,7%,100%,10%)
(0.00/0.07/1.00/0.10)	

CMYK yüzdeleri

%0
%7.42
%99.56
%10.2

Codes

Color #E5D401 in popluar color models

E5D401
RGB2292121
HSL56°99.13%45.10%
HSB/HSV56°99.56%89.80%
CMYK0.00%7.42%99.56%
10.20%

Color #E5D401 in popluar number systems.

HEXE5D401
Decimal2292121
Binary11100101110101001
Octal3453241

Shades and tints

Shades of #E5D401

#E5D401
(229,212,1)
#D1C101
(209,193,1)
#BDAE01
(189,174,1)
#A99B01
(169,155,1)
#958801
(149,136,1)
#817501
(129,117,1)
#6D6201
(109,98,1)
#594F01
(89,79,1)
#453C01
(69,60,1)
#312901
(49,41,1)
#1D1601
(29,22,1)
#000000
(0,0,0)

Tints of #E5D401

#E5D401
(229,212,1)
#E7D718
(231,215,24)
#E9DA2F
(233,218,47)
#EBDD46
(235,221,70)
#EDE05D
(237,224,93)
#EFE374
(239,227,116)
#F1E68B
(241,230,139)
#F3E9A2
(243,233,162)
#F5ECB9
(245,236,185)
#F7EFD0
(247,239,208)
#F9F2E7
(249,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D401; }

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

This text font color is #E5D401.


Background Color

.myBgColor { background-color: #E5D401; }

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

This div background color is #E5D401.


Border color

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

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

This div border color is #E5D401.


Opacity

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

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

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

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

This text has shadow with #E5D401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D401 on black background.


Color preview on white background

This text has color #E5D401 on white background.



Black color preview on #E5D401 background

This text has black color on #E5D401 background.


White color preview on #E5D401 background

This text has white color on #E5D401 background.