COLOR #EEA379

HEX: #EEA379
RGB: (238,163,121)

Renk bilgisi

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

RGB renk modeli

#EEA379 color RGB value is (238,163,121).

  • kırmız ton 238;
  • yeşil ton 163;
  • mavi ton 121.
RGB:
(238,163,121)
(93%,64%,47%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 163 of 255 = 64%
B 121 of 255 = 47%

238
163
121

R + G + B ~ 68%. #EEA379 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 163 + 121 = 522 (100%)
R 238 of 522 ~ 45.59%
G 163 of 522 ~ 31.23%
B 121 of 522 ~ 23.18%

%45.59
%31.23
%23.18

CMYK RENK MODELİ

#EEA379 rengi CMYK tonu (0,32,49,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.51%
  • sarı tonu 49.16%
  • ana renk tonu 6.67%
CMYK:
(0,32,49,7)
C0M32Y49K7 
(0%,32%,49%,7%)
(0.00/0.32/0.49/0.07)	

CMYK yüzdeleri

%0
%31.51
%49.16
%6.67

Codes

Color #EEA379 in popluar color models

EEA379
RGB238163121
HSL22°77.48%70.39%
HSB/HSV22°49.16%93.33%
CMYK0.00%31.51%49.16%
6.67%

Color #EEA379 in popluar number systems.

HEXEEA379
Decimal238163121
Binary11101110101000111111001
Octal356243171

Shades and tints

Shades of #EEA379

#EEA379
(238,163,121)
#D9956E
(217,149,110)
#C48763
(196,135,99)
#AF7958
(175,121,88)
#9A6B4D
(154,107,77)
#855D42
(133,93,66)
#704F37
(112,79,55)
#5B412C
(91,65,44)
#463321
(70,51,33)
#312516
(49,37,22)
#1C170B
(28,23,11)
#000000
(0,0,0)

Tints of #EEA379

#EEA379
(238,163,121)
#EFAB85
(239,171,133)
#F0B391
(240,179,145)
#F1BB9D
(241,187,157)
#F2C3A9
(242,195,169)
#F3CBB5
(243,203,181)
#F4D3C1
(244,211,193)
#F5DBCD
(245,219,205)
#F6E3D9
(246,227,217)
#F7EBE5
(247,235,229)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA379 color. Also use rgb(238,163,121) instead hex code.

Text Font Color

.myTextColor { color: #EEA379; }

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

This text font color is #EEA379.


Background Color

.myBgColor { background-color: #EEA379; }

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

This div background color is #EEA379.


Border color

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

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

This div border color is #EEA379.


Opacity

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

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

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

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

This text has shadow with #EEA379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA379 on black background.


Color preview on white background

This text has color #EEA379 on white background.



Black color preview on #EEA379 background

This text has black color on #EEA379 background.


White color preview on #EEA379 background

This text has white color on #EEA379 background.