COLOR #E9B128

HEX: #E9B128
RGB: (233,177,40)

Renk bilgisi

#E9B128 contains mainly red and green colors. #E9B128 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#E9B128 color RGB value is (233,177,40).

  • kırmız ton 233;
  • yeşil ton 177;
  • mavi ton 40.
RGB:
(233,177,40)
(91%,69%,16%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 177 of 255 = 69%
B 40 of 255 = 16%

233
177
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 177 + 40 = 450 (100%)
R 233 of 450 ~ 51.78%
G 177 of 450 ~ 39.33%
B 40 of 450 ~ 8.89%

%51.78
%39.33

CMYK RENK MODELİ

#E9B128 rengi CMYK tonu (0,24,83,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.03%
  • sarı tonu 82.83%
  • ana renk tonu 8.63%
CMYK:
(0,24,83,9)
C0M24Y83K9 
(0%,24%,83%,9%)
(0.00/0.24/0.83/0.09)	

CMYK yüzdeleri

%0
%24.03
%82.83
%8.63

Codes

Color #E9B128 in popluar color models

E9B128
RGB23317740
HSL43°81.43%53.53%
HSB/HSV43°82.83%91.37%
CMYK0.00%24.03%82.83%
8.63%

Color #E9B128 in popluar number systems.

HEXE9B128
Decimal23317740
Binary1110100110110001101000
Octal35126150

Shades and tints

Shades of #E9B128

#E9B128
(233,177,40)
#D4A125
(212,161,37)
#BF9122
(191,145,34)
#AA811F
(170,129,31)
#95711C
(149,113,28)
#806119
(128,97,25)
#6B5116
(107,81,22)
#564113
(86,65,19)
#413110
(65,49,16)
#2C210D
(44,33,13)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #E9B128

#E9B128
(233,177,40)
#EBB83B
(235,184,59)
#EDBF4E
(237,191,78)
#EFC661
(239,198,97)
#F1CD74
(241,205,116)
#F3D487
(243,212,135)
#F5DB9A
(245,219,154)
#F7E2AD
(247,226,173)
#F9E9C0
(249,233,192)
#FBF0D3
(251,240,211)
#FDF7E6
(253,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B128 color. Also use rgb(233,177,40) instead hex code.

Text Font Color

.myTextColor { color: #E9B128; }

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

This text font color is #E9B128.


Background Color

.myBgColor { background-color: #E9B128; }

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

This div background color is #E9B128.


Border color

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

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

This div border color is #E9B128.


Opacity

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

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

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

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

This text has shadow with #E9B128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B128 on black background.


Color preview on white background

This text has color #E9B128 on white background.



Black color preview on #E9B128 background

This text has black color on #E9B128 background.


White color preview on #E9B128 background

This text has white color on #E9B128 background.