COLOR #E9C30D

HEX: #E9C30D
RGB: (233,195,13)

Renk bilgisi

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

RGB renk modeli

#E9C30D color RGB value is (233,195,13).

  • kırmız ton 233;
  • yeşil ton 195;
  • mavi ton 13.
RGB:
(233,195,13)
(91%,76%,5%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 195 of 255 = 76%
B 13 of 255 = 5%

233
195
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 195 + 13 = 441 (100%)
R 233 of 441 ~ 52.83%
G 195 of 441 ~ 44.22%
B 13 of 441 ~ 2.95%

%52.83
%44.22

CMYK RENK MODELİ

#E9C30D rengi CMYK tonu (0,16,94,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.31%
  • sarı tonu 94.42%
  • ana renk tonu 8.63%
CMYK:
(0,16,94,9)
C0M16Y94K9 
(0%,16%,94%,9%)
(0.00/0.16/0.94/0.09)	

CMYK yüzdeleri

%0
%16.31
%94.42
%8.63

Codes

Color #E9C30D in popluar color models

E9C30D
RGB23319513
HSL50°89.43%48.24%
HSB/HSV50°94.42%91.37%
CMYK0.00%16.31%94.42%
8.63%

Color #E9C30D in popluar number systems.

HEXE9C30D
Decimal23319513
Binary11101001110000111101
Octal35130315

Shades and tints

Shades of #E9C30D

#E9C30D
(233,195,13)
#D4B20C
(212,178,12)
#BFA10B
(191,161,11)
#AA900A
(170,144,10)
#957F09
(149,127,9)
#806E08
(128,110,8)
#6B5D07
(107,93,7)
#564C06
(86,76,6)
#413B05
(65,59,5)
#2C2A04
(44,42,4)
#171903
(23,25,3)
#000000
(0,0,0)

Tints of #E9C30D

#E9C30D
(233,195,13)
#EBC823
(235,200,35)
#EDCD39
(237,205,57)
#EFD24F
(239,210,79)
#F1D765
(241,215,101)
#F3DC7B
(243,220,123)
#F5E191
(245,225,145)
#F7E6A7
(247,230,167)
#F9EBBD
(249,235,189)
#FBF0D3
(251,240,211)
#FDF5E9
(253,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C30D color. Also use rgb(233,195,13) instead hex code.

Text Font Color

.myTextColor { color: #E9C30D; }

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

This text font color is #E9C30D.


Background Color

.myBgColor { background-color: #E9C30D; }

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

This div background color is #E9C30D.


Border color

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

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

This div border color is #E9C30D.


Opacity

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

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

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

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

This text has shadow with #E9C30D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C30D on black background.


Color preview on white background

This text has color #E9C30D on white background.



Black color preview on #E9C30D background

This text has black color on #E9C30D background.


White color preview on #E9C30D background

This text has white color on #E9C30D background.