COLOR #E9C75B

HEX: #E9C75B
RGB: (233,199,91)

Renk bilgisi

#E9C75B contains mainly red and green colors. #E9C75B ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#E9C75B color RGB value is (233,199,91).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 199 of 255 = 78%
B 91 of 255 = 36%

233
199
91

R + G + B ~ 68%. #E9C75B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 199 + 91 = 523 (100%)
R 233 of 523 ~ 44.55%
G 199 of 523 ~ 38.05%
B 91 of 523 ~ 17.4%

%44.55
%38.05
%17.4

CMYK RENK MODELİ

#E9C75B rengi CMYK tonu (0,15,61,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.59%
  • sarı tonu 60.94%
  • ana renk tonu 8.63%
CMYK:
(0,15,61,9)
C0M15Y61K9 
(0%,15%,61%,9%)
(0.00/0.15/0.61/0.09)	

CMYK yüzdeleri

%0
%14.59
%60.94
%8.63

Codes

Color #E9C75B in popluar color models

E9C75B
RGB23319991
HSL46°76.34%63.53%
HSB/HSV46°60.94%91.37%
CMYK0.00%14.59%60.94%
8.63%

Color #E9C75B in popluar number systems.

HEXE9C75B
Decimal23319991
Binary11101001110001111011011
Octal351307133

Shades and tints

Shades of #E9C75B

#E9C75B
(233,199,91)
#D4B553
(212,181,83)
#BFA34B
(191,163,75)
#AA9143
(170,145,67)
#957F3B
(149,127,59)
#806D33
(128,109,51)
#6B5B2B
(107,91,43)
#564923
(86,73,35)
#41371B
(65,55,27)
#2C2513
(44,37,19)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #E9C75B

#E9C75B
(233,199,91)
#EBCC69
(235,204,105)
#EDD177
(237,209,119)
#EFD685
(239,214,133)
#F1DB93
(241,219,147)
#F3E0A1
(243,224,161)
#F5E5AF
(245,229,175)
#F7EABD
(247,234,189)
#F9EFCB
(249,239,203)
#FBF4D9
(251,244,217)
#FDF9E7
(253,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C75B; }

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

This text font color is #E9C75B.


Background Color

.myBgColor { background-color: #E9C75B; }

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

This div background color is #E9C75B.


Border color

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

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

This div border color is #E9C75B.


Opacity

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

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

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

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

This text has shadow with #E9C75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C75B on black background.


Color preview on white background

This text has color #E9C75B on white background.



Black color preview on #E9C75B background

This text has black color on #E9C75B background.


White color preview on #E9C75B background

This text has white color on #E9C75B background.