COLOR #EEB493

HEX: #EEB493
RGB: (238,180,147)

Renk bilgisi

#EEB493 contains mainly red and green colors. #EEB493 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EEB493 color RGB value is (238,180,147).

  • kırmız ton 238;
  • yeşil ton 180;
  • mavi ton 147.
RGB:
(238,180,147)
(93%,71%,58%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 180 of 255 = 71%
B 147 of 255 = 58%

238
180
147

R + G + B ~ 74%. #EEB493 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 180 + 147 = 565 (100%)
R 238 of 565 ~ 42.12%
G 180 of 565 ~ 31.86%
B 147 of 565 ~ 26.02%

%42.12
%31.86
%26.02

CMYK RENK MODELİ

#EEB493 rengi CMYK tonu (0,24,38,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 38.24%
  • ana renk tonu 6.67%
CMYK:
(0,24,38,7)
C0M24Y38K7 
(0%,24%,38%,7%)
(0.00/0.24/0.38/0.07)	

CMYK yüzdeleri

%0
%24.37
%38.24
%6.67

Codes

Color #EEB493 in popluar color models

EEB493
RGB238180147
HSL22°72.80%75.49%
HSB/HSV22°38.24%93.33%
CMYK0.00%24.37%38.24%
6.67%

Color #EEB493 in popluar number systems.

HEXEEB493
Decimal238180147
Binary111011101011010010010011
Octal356264223

Shades and tints

Shades of #EEB493

#EEB493
(238,180,147)
#D9A486
(217,164,134)
#C49479
(196,148,121)
#AF846C
(175,132,108)
#9A745F
(154,116,95)
#856452
(133,100,82)
#705445
(112,84,69)
#5B4438
(91,68,56)
#46342B
(70,52,43)
#31241E
(49,36,30)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #EEB493

#EEB493
(238,180,147)
#EFBA9C
(239,186,156)
#F0C0A5
(240,192,165)
#F1C6AE
(241,198,174)
#F2CCB7
(242,204,183)
#F3D2C0
(243,210,192)
#F4D8C9
(244,216,201)
#F5DED2
(245,222,210)
#F6E4DB
(246,228,219)
#F7EAE4
(247,234,228)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB493 color. Also use rgb(238,180,147) instead hex code.

Text Font Color

.myTextColor { color: #EEB493; }

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

This text font color is #EEB493.


Background Color

.myBgColor { background-color: #EEB493; }

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

This div background color is #EEB493.


Border color

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

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

This div border color is #EEB493.


Opacity

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

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

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

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

This text has shadow with #EEB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB493 on black background.


Color preview on white background

This text has color #EEB493 on white background.



Black color preview on #EEB493 background

This text has black color on #EEB493 background.


White color preview on #EEB493 background

This text has white color on #EEB493 background.