COLOR #E39B14

HEX: #E39B14
RGB: (227,155,20)

Renk bilgisi

#E39B14 contains mainly red color. #E39B14 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#E39B14 color RGB value is (227,155,20).

  • kırmız ton 227;
  • yeşil ton 155;
  • mavi ton 20.
RGB:
(227,155,20)
(89%,61%,8%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 155 of 255 = 61%
B 20 of 255 = 8%

227
155
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 155 + 20 = 402 (100%)
R 227 of 402 ~ 56.47%
G 155 of 402 ~ 38.56%
B 20 of 402 ~ 4.98%

%56.47
%38.56

CMYK RENK MODELİ

#E39B14 rengi CMYK tonu (0,32,91,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.72%
  • sarı tonu 91.19%
  • ana renk tonu 10.98%
CMYK:
(0,32,91,11)
C0M32Y91K11 
(0%,32%,91%,11%)
(0.00/0.32/0.91/0.11)	

CMYK yüzdeleri

%0
%31.72
%91.19
%10.98

Codes

Color #E39B14 in popluar color models

E39B14
RGB22715520
HSL39°83.81%48.43%
HSB/HSV39°91.19%89.02%
CMYK0.00%31.72%91.19%
10.98%

Color #E39B14 in popluar number systems.

HEXE39B14
Decimal22715520
Binary111000111001101110100
Octal34323324

Shades and tints

Shades of #E39B14

#E39B14
(227,155,20)
#CF8D13
(207,141,19)
#BB7F12
(187,127,18)
#A77111
(167,113,17)
#936310
(147,99,16)
#7F550F
(127,85,15)
#6B470E
(107,71,14)
#57390D
(87,57,13)
#432B0C
(67,43,12)
#2F1D0B
(47,29,11)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #E39B14

#E39B14
(227,155,20)
#E5A429
(229,164,41)
#E7AD3E
(231,173,62)
#E9B653
(233,182,83)
#EBBF68
(235,191,104)
#EDC87D
(237,200,125)
#EFD192
(239,209,146)
#F1DAA7
(241,218,167)
#F3E3BC
(243,227,188)
#F5ECD1
(245,236,209)
#F7F5E6
(247,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39B14 color. Also use rgb(227,155,20) instead hex code.

Text Font Color

.myTextColor { color: #E39B14; }

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

This text font color is #E39B14.


Background Color

.myBgColor { background-color: #E39B14; }

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

This div background color is #E39B14.


Border color

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

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

This div border color is #E39B14.


Opacity

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

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

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

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

This text has shadow with #E39B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39B14 on black background.


Color preview on white background

This text has color #E39B14 on white background.



Black color preview on #E39B14 background

This text has black color on #E39B14 background.


White color preview on #E39B14 background

This text has white color on #E39B14 background.