COLOR #E9D900

HEX: #E9D900
RGB: (233,217,0)

Renk bilgisi

#E9D900 contains only red and green colors. #E9D900 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#E9D900 color RGB value is (233,217,0).

  • kırmız ton 233;
  • yeşil ton 217;
  • mavi ton 0.
RGB:
(233,217,0)
(91%,85%,0%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 217 of 255 = 85%
B 0 of 255 = 0%

233
217
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 217 + 0 = 450 (100%)
R 233 of 450 ~ 51.78%
G 217 of 450 ~ 48.22%
B 0 of 450 ~ 0%

%51.78
%48.22

CMYK RENK MODELİ

#E9D900 rengi CMYK tonu (0,7,100,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 100.00%
  • ana renk tonu 8.63%
CMYK:
(0,7,100,9)
C0M7Y100K9 
(0%,7%,100%,9%)
(0.00/0.07/1.00/0.09)	

CMYK yüzdeleri

%0
%6.87
%100
%8.63

Codes

Color #E9D900 in popluar color models

E9D900
RGB2332170
HSL56°100.00%45.69%
HSB/HSV56°100.00%91.37%
CMYK0.00%6.87%100.00%
8.63%

Color #E9D900 in popluar number systems.

HEXE9D900
Decimal2332170
Binary11101001110110010
Octal3513310

Shades and tints

Shades of #E9D900

#E9D900
(233,217,0)
#D4C600
(212,198,0)
#BFB300
(191,179,0)
#AAA000
(170,160,0)
#958D00
(149,141,0)
#807A00
(128,122,0)
#6B6700
(107,103,0)
#565400
(86,84,0)
#414100
(65,65,0)
#2C2E00
(44,46,0)
#171B00
(23,27,0)
#000000
(0,0,0)

Tints of #E9D900

#E9D900
(233,217,0)
#EBDC17
(235,220,23)
#EDDF2E
(237,223,46)
#EFE245
(239,226,69)
#F1E55C
(241,229,92)
#F3E873
(243,232,115)
#F5EB8A
(245,235,138)
#F7EEA1
(247,238,161)
#F9F1B8
(249,241,184)
#FBF4CF
(251,244,207)
#FDF7E6
(253,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D900 color. Also use rgb(233,217,0) instead hex code.

Text Font Color

.myTextColor { color: #E9D900; }

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

This text font color is #E9D900.


Background Color

.myBgColor { background-color: #E9D900; }

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

This div background color is #E9D900.


Border color

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

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

This div border color is #E9D900.


Opacity

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

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

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

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

This text has shadow with #E9D900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D900 on black background.


Color preview on white background

This text has color #E9D900 on white background.



Black color preview on #E9D900 background

This text has black color on #E9D900 background.


White color preview on #E9D900 background

This text has white color on #E9D900 background.