COLOR #EE8A39

HEX: #EE8A39
RGB: (238,138,57)

Renk bilgisi

#EE8A39 contains mainly red color. #EE8A39 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#EE8A39 color RGB value is (238,138,57).

  • kırmız ton 238;
  • yeşil ton 138;
  • mavi ton 57.
RGB:
(238,138,57)
(93%,54%,22%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 138 of 255 = 54%
B 57 of 255 = 22%

238
138
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 138 + 57 = 433 (100%)
R 238 of 433 ~ 54.97%
G 138 of 433 ~ 31.87%
B 57 of 433 ~ 13.16%

%54.97
%31.87
%13.16

CMYK RENK MODELİ

#EE8A39 rengi CMYK tonu (0,42,76,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.02%
  • sarı tonu 76.05%
  • ana renk tonu 6.67%
CMYK:
(0,42,76,7)
C0M42Y76K7 
(0%,42%,76%,7%)
(0.00/0.42/0.76/0.07)	

CMYK yüzdeleri

%0
%42.02
%76.05
%6.67

Codes

Color #EE8A39 in popluar color models

EE8A39
RGB23813857
HSL27°84.19%57.84%
HSB/HSV27°76.05%93.33%
CMYK0.00%42.02%76.05%
6.67%

Color #EE8A39 in popluar number systems.

HEXEE8A39
Decimal23813857
Binary1110111010001010111001
Octal35621271

Shades and tints

Shades of #EE8A39

#EE8A39
(238,138,57)
#D97E34
(217,126,52)
#C4722F
(196,114,47)
#AF662A
(175,102,42)
#9A5A25
(154,90,37)
#854E20
(133,78,32)
#70421B
(112,66,27)
#5B3616
(91,54,22)
#462A11
(70,42,17)
#311E0C
(49,30,12)
#1C1207
(28,18,7)
#000000
(0,0,0)

Tints of #EE8A39

#EE8A39
(238,138,57)
#EF944B
(239,148,75)
#F09E5D
(240,158,93)
#F1A86F
(241,168,111)
#F2B281
(242,178,129)
#F3BC93
(243,188,147)
#F4C6A5
(244,198,165)
#F5D0B7
(245,208,183)
#F6DAC9
(246,218,201)
#F7E4DB
(247,228,219)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8A39 color. Also use rgb(238,138,57) instead hex code.

Text Font Color

.myTextColor { color: #EE8A39; }

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

This text font color is #EE8A39.


Background Color

.myBgColor { background-color: #EE8A39; }

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

This div background color is #EE8A39.


Border color

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

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

This div border color is #EE8A39.


Opacity

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

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

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

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

This text has shadow with #EE8A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8A39 on black background.


Color preview on white background

This text has color #EE8A39 on white background.



Black color preview on #EE8A39 background

This text has black color on #EE8A39 background.


White color preview on #EE8A39 background

This text has white color on #EE8A39 background.