COLOR #E3B301

HEX: #E3B301
RGB: (227,179,1)

Renk bilgisi

#E3B301 contains mainly red and green colors. #E3B301 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#E3B301 color RGB value is (227,179,1).

  • kırmız ton 227;
  • yeşil ton 179;
  • mavi ton 1.
RGB:
(227,179,1)
(89%,70%,0%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 179 of 255 = 70%
B 1 of 255 = 0%

227
179
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 179 + 1 = 407 (100%)
R 227 of 407 ~ 55.77%
G 179 of 407 ~ 43.98%
B 1 of 407 ~ 0.25%

%55.77
%43.98

CMYK RENK MODELİ

#E3B301 rengi CMYK tonu (0,21,100,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.15%
  • sarı tonu 99.56%
  • ana renk tonu 10.98%
CMYK:
(0,21,100,11)
C0M21Y100K11 
(0%,21%,100%,11%)
(0.00/0.21/1.00/0.11)	

CMYK yüzdeleri

%0
%21.15
%99.56
%10.98

Codes

Color #E3B301 in popluar color models

E3B301
RGB2271791
HSL47°99.12%44.71%
HSB/HSV47°99.56%89.02%
CMYK0.00%21.15%99.56%
10.98%

Color #E3B301 in popluar number systems.

HEXE3B301
Decimal2271791
Binary11100011101100111
Octal3432631

Shades and tints

Shades of #E3B301

#E3B301
(227,179,1)
#CFA301
(207,163,1)
#BB9301
(187,147,1)
#A78301
(167,131,1)
#937301
(147,115,1)
#7F6301
(127,99,1)
#6B5301
(107,83,1)
#574301
(87,67,1)
#433301
(67,51,1)
#2F2301
(47,35,1)
#1B1301
(27,19,1)
#000000
(0,0,0)

Tints of #E3B301

#E3B301
(227,179,1)
#E5B918
(229,185,24)
#E7BF2F
(231,191,47)
#E9C546
(233,197,70)
#EBCB5D
(235,203,93)
#EDD174
(237,209,116)
#EFD78B
(239,215,139)
#F1DDA2
(241,221,162)
#F3E3B9
(243,227,185)
#F5E9D0
(245,233,208)
#F7EFE7
(247,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B301 color. Also use rgb(227,179,1) instead hex code.

Text Font Color

.myTextColor { color: #E3B301; }

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

This text font color is #E3B301.


Background Color

.myBgColor { background-color: #E3B301; }

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

This div background color is #E3B301.


Border color

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

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

This div border color is #E3B301.


Opacity

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

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

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

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

This text has shadow with #E3B301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B301 on black background.


Color preview on white background

This text has color #E3B301 on white background.



Black color preview on #E3B301 background

This text has black color on #E3B301 background.


White color preview on #E3B301 background

This text has white color on #E3B301 background.