COLOR #E5DE21

HEX: #E5DE21
RGB: (229,222,33)

Renk bilgisi

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

RGB renk modeli

#E5DE21 color RGB value is (229,222,33).

  • kırmız ton 229;
  • yeşil ton 222;
  • mavi ton 33.
RGB:
(229,222,33)
(90%,87%,13%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 222 of 255 = 87%
B 33 of 255 = 13%

229
222
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 222 + 33 = 484 (100%)
R 229 of 484 ~ 47.31%
G 222 of 484 ~ 45.87%
B 33 of 484 ~ 6.82%

%47.31
%45.87

CMYK RENK MODELİ

#E5DE21 rengi CMYK tonu (0,3,86,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.06%
  • sarı tonu 85.59%
  • ana renk tonu 10.20%
CMYK:
(0,3,86,10)
C0M3Y86K10 
(0%,3%,86%,10%)
(0.00/0.03/0.86/0.10)	

CMYK yüzdeleri

%0
%3.06
%85.59
%10.2

Codes

Color #E5DE21 in popluar color models

E5DE21
RGB22922233
HSL58°79.03%51.37%
HSB/HSV58°85.59%89.80%
CMYK0.00%3.06%85.59%
10.20%

Color #E5DE21 in popluar number systems.

HEXE5DE21
Decimal22922233
Binary1110010111011110100001
Octal34533641

Shades and tints

Shades of #E5DE21

#E5DE21
(229,222,33)
#D1CA1E
(209,202,30)
#BDB61B
(189,182,27)
#A9A218
(169,162,24)
#958E15
(149,142,21)
#817A12
(129,122,18)
#6D660F
(109,102,15)
#59520C
(89,82,12)
#453E09
(69,62,9)
#312A06
(49,42,6)
#1D1603
(29,22,3)
#000000
(0,0,0)

Tints of #E5DE21

#E5DE21
(229,222,33)
#E7E135
(231,225,53)
#E9E449
(233,228,73)
#EBE75D
(235,231,93)
#EDEA71
(237,234,113)
#EFED85
(239,237,133)
#F1F099
(241,240,153)
#F3F3AD
(243,243,173)
#F5F6C1
(245,246,193)
#F7F9D5
(247,249,213)
#F9FCE9
(249,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DE21 color. Also use rgb(229,222,33) instead hex code.

Text Font Color

.myTextColor { color: #E5DE21; }

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

This text font color is #E5DE21.


Background Color

.myBgColor { background-color: #E5DE21; }

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

This div background color is #E5DE21.


Border color

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

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

This div border color is #E5DE21.


Opacity

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

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

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

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

This text has shadow with #E5DE21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DE21 on black background.


Color preview on white background

This text has color #E5DE21 on white background.



Black color preview on #E5DE21 background

This text has black color on #E5DE21 background.


White color preview on #E5DE21 background

This text has white color on #E5DE21 background.