COLOR #E5DD1B

HEX: #E5DD1B
RGB: (229,221,27)

Renk bilgisi

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

RGB renk modeli

#E5DD1B color RGB value is (229,221,27).

  • kırmız ton 229;
  • yeşil ton 221;
  • mavi ton 27.
RGB:
(229,221,27)
(90%,87%,11%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 221 of 255 = 87%
B 27 of 255 = 11%

229
221
27

R + G + B ~ 63%. #E5DD1B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 221 + 27 = 477 (100%)
R 229 of 477 ~ 48.01%
G 221 of 477 ~ 46.33%
B 27 of 477 ~ 5.66%

%48.01
%46.33

CMYK RENK MODELİ

#E5DD1B rengi CMYK tonu (0,3,88,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.49%
  • sarı tonu 88.21%
  • ana renk tonu 10.20%
CMYK:
(0,3,88,10)
C0M3Y88K10 
(0%,3%,88%,10%)
(0.00/0.03/0.88/0.10)	

CMYK yüzdeleri

%0
%3.49
%88.21
%10.2

Codes

Color #E5DD1B in popluar color models

E5DD1B
RGB22922127
HSL58°79.53%50.20%
HSB/HSV58°88.21%89.80%
CMYK0.00%3.49%88.21%
10.20%

Color #E5DD1B in popluar number systems.

HEXE5DD1B
Decimal22922127
Binary111001011101110111011
Octal34533533

Shades and tints

Shades of #E5DD1B

#E5DD1B
(229,221,27)
#D1C919
(209,201,25)
#BDB517
(189,181,23)
#A9A115
(169,161,21)
#958D13
(149,141,19)
#817911
(129,121,17)
#6D650F
(109,101,15)
#59510D
(89,81,13)
#453D0B
(69,61,11)
#312909
(49,41,9)
#1D1507
(29,21,7)
#000000
(0,0,0)

Tints of #E5DD1B

#E5DD1B
(229,221,27)
#E7E02F
(231,224,47)
#E9E343
(233,227,67)
#EBE657
(235,230,87)
#EDE96B
(237,233,107)
#EFEC7F
(239,236,127)
#F1EF93
(241,239,147)
#F3F2A7
(243,242,167)
#F5F5BB
(245,245,187)
#F7F8CF
(247,248,207)
#F9FBE3
(249,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DD1B color. Also use rgb(229,221,27) instead hex code.

Text Font Color

.myTextColor { color: #E5DD1B; }

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

This text font color is #E5DD1B.


Background Color

.myBgColor { background-color: #E5DD1B; }

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

This div background color is #E5DD1B.


Border color

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

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

This div border color is #E5DD1B.


Opacity

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

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

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

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

This text has shadow with #E5DD1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DD1B on black background.


Color preview on white background

This text has color #E5DD1B on white background.



Black color preview on #E5DD1B background

This text has black color on #E5DD1B background.


White color preview on #E5DD1B background

This text has white color on #E5DD1B background.