COLOR #EE8545

HEX: #EE8545
RGB: (238,133,69)

Renk bilgisi

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

RGB renk modeli

#EE8545 color RGB value is (238,133,69).

  • kırmız ton 238;
  • yeşil ton 133;
  • mavi ton 69.
RGB:
(238,133,69)
(93%,52%,27%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 133 of 255 = 52%
B 69 of 255 = 27%

238
133
69

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 133 + 69 = 440 (100%)
R 238 of 440 ~ 54.09%
G 133 of 440 ~ 30.23%
B 69 of 440 ~ 15.68%

%54.09
%30.23
%15.68

CMYK RENK MODELİ

#EE8545 rengi CMYK tonu (0,44,71,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.12%
  • sarı tonu 71.01%
  • ana renk tonu 6.67%
CMYK:
(0,44,71,7)
C0M44Y71K7 
(0%,44%,71%,7%)
(0.00/0.44/0.71/0.07)	

CMYK yüzdeleri

%0
%44.12
%71.01
%6.67

Codes

Color #EE8545 in popluar color models

EE8545
RGB23813369
HSL23°83.25%60.20%
HSB/HSV23°71.01%93.33%
CMYK0.00%44.12%71.01%
6.67%

Color #EE8545 in popluar number systems.

HEXEE8545
Decimal23813369
Binary11101110100001011000101
Octal356205105

Shades and tints

Shades of #EE8545

#EE8545
(238,133,69)
#D9793F
(217,121,63)
#C46D39
(196,109,57)
#AF6133
(175,97,51)
#9A552D
(154,85,45)
#854927
(133,73,39)
#703D21
(112,61,33)
#5B311B
(91,49,27)
#462515
(70,37,21)
#31190F
(49,25,15)
#1C0D09
(28,13,9)
#000000
(0,0,0)

Tints of #EE8545

#EE8545
(238,133,69)
#EF9055
(239,144,85)
#F09B65
(240,155,101)
#F1A675
(241,166,117)
#F2B185
(242,177,133)
#F3BC95
(243,188,149)
#F4C7A5
(244,199,165)
#F5D2B5
(245,210,181)
#F6DDC5
(246,221,197)
#F7E8D5
(247,232,213)
#F8F3E5
(248,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8545 color. Also use rgb(238,133,69) instead hex code.

Text Font Color

.myTextColor { color: #EE8545; }

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

This text font color is #EE8545.


Background Color

.myBgColor { background-color: #EE8545; }

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

This div background color is #EE8545.


Border color

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

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

This div border color is #EE8545.


Opacity

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

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

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

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

This text has shadow with #EE8545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8545 on black background.


Color preview on white background

This text has color #EE8545 on white background.



Black color preview on #EE8545 background

This text has black color on #EE8545 background.


White color preview on #EE8545 background

This text has white color on #EE8545 background.