COLOR #EE8D14

HEX: #EE8D14
RGB: (238,141,20)

Renk bilgisi

#EE8D14 contains mainly red color. #EE8D14 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#EE8D14 color RGB value is (238,141,20).

  • kırmız ton 238;
  • yeşil ton 141;
  • mavi ton 20.
RGB:
(238,141,20)
(93%,55%,8%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 141 of 255 = 55%
B 20 of 255 = 8%

238
141
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 141 + 20 = 399 (100%)
R 238 of 399 ~ 59.65%
G 141 of 399 ~ 35.34%
B 20 of 399 ~ 5.01%

%59.65
%35.34

CMYK RENK MODELİ

#EE8D14 rengi CMYK tonu (0,41,92,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.76%
  • sarı tonu 91.60%
  • ana renk tonu 6.67%
CMYK:
(0,41,92,7)
C0M41Y92K7 
(0%,41%,92%,7%)
(0.00/0.41/0.92/0.07)	

CMYK yüzdeleri

%0
%40.76
%91.6
%6.67

Codes

Color #EE8D14 in popluar color models

EE8D14
RGB23814120
HSL33°86.51%50.59%
HSB/HSV33°91.60%93.33%
CMYK0.00%40.76%91.60%
6.67%

Color #EE8D14 in popluar number systems.

HEXEE8D14
Decimal23814120
Binary111011101000110110100
Octal35621524

Shades and tints

Shades of #EE8D14

#EE8D14
(238,141,20)
#D98113
(217,129,19)
#C47512
(196,117,18)
#AF6911
(175,105,17)
#9A5D10
(154,93,16)
#85510F
(133,81,15)
#70450E
(112,69,14)
#5B390D
(91,57,13)
#462D0C
(70,45,12)
#31210B
(49,33,11)
#1C150A
(28,21,10)
#000000
(0,0,0)

Tints of #EE8D14

#EE8D14
(238,141,20)
#EF9729
(239,151,41)
#F0A13E
(240,161,62)
#F1AB53
(241,171,83)
#F2B568
(242,181,104)
#F3BF7D
(243,191,125)
#F4C992
(244,201,146)
#F5D3A7
(245,211,167)
#F6DDBC
(246,221,188)
#F7E7D1
(247,231,209)
#F8F1E6
(248,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8D14 color. Also use rgb(238,141,20) instead hex code.

Text Font Color

.myTextColor { color: #EE8D14; }

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

This text font color is #EE8D14.


Background Color

.myBgColor { background-color: #EE8D14; }

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

This div background color is #EE8D14.


Border color

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

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

This div border color is #EE8D14.


Opacity

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

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

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

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

This text has shadow with #EE8D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8D14 on black background.


Color preview on white background

This text has color #EE8D14 on white background.



Black color preview on #EE8D14 background

This text has black color on #EE8D14 background.


White color preview on #EE8D14 background

This text has white color on #EE8D14 background.