COLOR #E9C74B

HEX: #E9C74B
RGB: (233,199,75)

Renk bilgisi

#E9C74B contains mainly red and green colors. #E9C74B ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#E9C74B color RGB value is (233,199,75).

  • kırmız ton 233;
  • yeşil ton 199;
  • mavi ton 75.
RGB:
(233,199,75)
(91%,78%,29%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 199 of 255 = 78%
B 75 of 255 = 29%

233
199
75

R + G + B ~ 66%. #E9C74B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 199 + 75 = 507 (100%)
R 233 of 507 ~ 45.96%
G 199 of 507 ~ 39.25%
B 75 of 507 ~ 14.79%

%45.96
%39.25
%14.79

CMYK RENK MODELİ

#E9C74B rengi CMYK tonu (0,15,68,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.59%
  • sarı tonu 67.81%
  • ana renk tonu 8.63%
CMYK:
(0,15,68,9)
C0M15Y68K9 
(0%,15%,68%,9%)
(0.00/0.15/0.68/0.09)	

CMYK yüzdeleri

%0
%14.59
%67.81
%8.63

Codes

Color #E9C74B in popluar color models

E9C74B
RGB23319975
HSL47°78.22%60.39%
HSB/HSV47°67.81%91.37%
CMYK0.00%14.59%67.81%
8.63%

Color #E9C74B in popluar number systems.

HEXE9C74B
Decimal23319975
Binary11101001110001111001011
Octal351307113

Shades and tints

Shades of #E9C74B

#E9C74B
(233,199,75)
#D4B545
(212,181,69)
#BFA33F
(191,163,63)
#AA9139
(170,145,57)
#957F33
(149,127,51)
#806D2D
(128,109,45)
#6B5B27
(107,91,39)
#564921
(86,73,33)
#41371B
(65,55,27)
#2C2515
(44,37,21)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #E9C74B

#E9C74B
(233,199,75)
#EBCC5B
(235,204,91)
#EDD16B
(237,209,107)
#EFD67B
(239,214,123)
#F1DB8B
(241,219,139)
#F3E09B
(243,224,155)
#F5E5AB
(245,229,171)
#F7EABB
(247,234,187)
#F9EFCB
(249,239,203)
#FBF4DB
(251,244,219)
#FDF9EB
(253,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C74B color. Also use rgb(233,199,75) instead hex code.

Text Font Color

.myTextColor { color: #E9C74B; }

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

This text font color is #E9C74B.


Background Color

.myBgColor { background-color: #E9C74B; }

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

This div background color is #E9C74B.


Border color

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

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

This div border color is #E9C74B.


Opacity

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

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

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

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

This text has shadow with #E9C74B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C74B on black background.


Color preview on white background

This text has color #E9C74B on white background.



Black color preview on #E9C74B background

This text has black color on #E9C74B background.


White color preview on #E9C74B background

This text has white color on #E9C74B background.