COLOR #EE954E

HEX: #EE954E
RGB: (238,149,78)

Renk bilgisi

#EE954E contains mainly red color. #EE954E ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EE954E color RGB value is (238,149,78).

  • kırmız ton 238;
  • yeşil ton 149;
  • mavi ton 78.
RGB:
(238,149,78)
(93%,58%,31%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 149 of 255 = 58%
B 78 of 255 = 31%

238
149
78

R + G + B ~ 61%. #EE954E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 149 + 78 = 465 (100%)
R 238 of 465 ~ 51.18%
G 149 of 465 ~ 32.04%
B 78 of 465 ~ 16.77%

%51.18
%32.04
%16.77

CMYK RENK MODELİ

#EE954E rengi CMYK tonu (0,37,67,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.39%
  • sarı tonu 67.23%
  • ana renk tonu 6.67%
CMYK:
(0,37,67,7)
C0M37Y67K7 
(0%,37%,67%,7%)
(0.00/0.37/0.67/0.07)	

CMYK yüzdeleri

%0
%37.39
%67.23
%6.67

Codes

Color #EE954E in popluar color models

EE954E
RGB23814978
HSL27°82.47%61.96%
HSB/HSV27°67.23%93.33%
CMYK0.00%37.39%67.23%
6.67%

Color #EE954E in popluar number systems.

HEXEE954E
Decimal23814978
Binary11101110100101011001110
Octal356225116

Shades and tints

Shades of #EE954E

#EE954E
(238,149,78)
#D98847
(217,136,71)
#C47B40
(196,123,64)
#AF6E39
(175,110,57)
#9A6132
(154,97,50)
#85542B
(133,84,43)
#704724
(112,71,36)
#5B3A1D
(91,58,29)
#462D16
(70,45,22)
#31200F
(49,32,15)
#1C1308
(28,19,8)
#000000
(0,0,0)

Tints of #EE954E

#EE954E
(238,149,78)
#EF9E5E
(239,158,94)
#F0A76E
(240,167,110)
#F1B07E
(241,176,126)
#F2B98E
(242,185,142)
#F3C29E
(243,194,158)
#F4CBAE
(244,203,174)
#F5D4BE
(245,212,190)
#F6DDCE
(246,221,206)
#F7E6DE
(247,230,222)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE954E color. Also use rgb(238,149,78) instead hex code.

Text Font Color

.myTextColor { color: #EE954E; }

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

This text font color is #EE954E.


Background Color

.myBgColor { background-color: #EE954E; }

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

This div background color is #EE954E.


Border color

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

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

This div border color is #EE954E.


Opacity

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

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

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

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

This text has shadow with #EE954E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE954E on black background.


Color preview on white background

This text has color #EE954E on white background.



Black color preview on #EE954E background

This text has black color on #EE954E background.


White color preview on #EE954E background

This text has white color on #EE954E background.