COLOR #E5AA21

HEX: #E5AA21
RGB: (229,170,33)

Renk bilgisi

#E5AA21 contains mainly red and green colors. #E5AA21 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#E5AA21 color RGB value is (229,170,33).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 170 of 255 = 67%
B 33 of 255 = 13%

229
170
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 170 + 33 = 432 (100%)
R 229 of 432 ~ 53.01%
G 170 of 432 ~ 39.35%
B 33 of 432 ~ 7.64%

%53.01
%39.35

CMYK RENK MODELİ

#E5AA21 rengi CMYK tonu (0,26,86,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.76%
  • sarı tonu 85.59%
  • ana renk tonu 10.20%
CMYK:
(0,26,86,10)
C0M26Y86K10 
(0%,26%,86%,10%)
(0.00/0.26/0.86/0.10)	

CMYK yüzdeleri

%0
%25.76
%85.59
%10.2

Codes

Color #E5AA21 in popluar color models

E5AA21
RGB22917033
HSL42°79.03%51.37%
HSB/HSV42°85.59%89.80%
CMYK0.00%25.76%85.59%
10.20%

Color #E5AA21 in popluar number systems.

HEXE5AA21
Decimal22917033
Binary1110010110101010100001
Octal34525241

Shades and tints

Shades of #E5AA21

#E5AA21
(229,170,33)
#D19B1E
(209,155,30)
#BD8C1B
(189,140,27)
#A97D18
(169,125,24)
#956E15
(149,110,21)
#815F12
(129,95,18)
#6D500F
(109,80,15)
#59410C
(89,65,12)
#453209
(69,50,9)
#312306
(49,35,6)
#1D1403
(29,20,3)
#000000
(0,0,0)

Tints of #E5AA21

#E5AA21
(229,170,33)
#E7B135
(231,177,53)
#E9B849
(233,184,73)
#EBBF5D
(235,191,93)
#EDC671
(237,198,113)
#EFCD85
(239,205,133)
#F1D499
(241,212,153)
#F3DBAD
(243,219,173)
#F5E2C1
(245,226,193)
#F7E9D5
(247,233,213)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AA21; }

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

This text font color is #E5AA21.


Background Color

.myBgColor { background-color: #E5AA21; }

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

This div background color is #E5AA21.


Border color

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

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

This div border color is #E5AA21.


Opacity

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

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

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

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

This text has shadow with #E5AA21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AA21 on black background.


Color preview on white background

This text has color #E5AA21 on white background.



Black color preview on #E5AA21 background

This text has black color on #E5AA21 background.


White color preview on #E5AA21 background

This text has white color on #E5AA21 background.