COLOR #EEB995

HEX: #EEB995
RGB: (238,185,149)

Renk bilgisi

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

RGB renk modeli

#EEB995 color RGB value is (238,185,149).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 185 of 255 = 73%
B 149 of 255 = 58%

238
185
149

R + G + B ~ 75%. #EEB995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 185 + 149 = 572 (100%)
R 238 of 572 ~ 41.61%
G 185 of 572 ~ 32.34%
B 149 of 572 ~ 26.05%

%41.61
%32.34
%26.05

CMYK RENK MODELİ

#EEB995 rengi CMYK tonu (0,22,37,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.27%
  • sarı tonu 37.39%
  • ana renk tonu 6.67%
CMYK:
(0,22,37,7)
C0M22Y37K7 
(0%,22%,37%,7%)
(0.00/0.22/0.37/0.07)	

CMYK yüzdeleri

%0
%22.27
%37.39
%6.67

Codes

Color #EEB995 in popluar color models

EEB995
RGB238185149
HSL24°72.36%75.88%
HSB/HSV24°37.39%93.33%
CMYK0.00%22.27%37.39%
6.67%

Color #EEB995 in popluar number systems.

HEXEEB995
Decimal238185149
Binary111011101011100110010101
Octal356271225

Shades and tints

Shades of #EEB995

#EEB995
(238,185,149)
#D9A988
(217,169,136)
#C4997B
(196,153,123)
#AF896E
(175,137,110)
#9A7961
(154,121,97)
#856954
(133,105,84)
#705947
(112,89,71)
#5B493A
(91,73,58)
#46392D
(70,57,45)
#312920
(49,41,32)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #EEB995

#EEB995
(238,185,149)
#EFBF9E
(239,191,158)
#F0C5A7
(240,197,167)
#F1CBB0
(241,203,176)
#F2D1B9
(242,209,185)
#F3D7C2
(243,215,194)
#F4DDCB
(244,221,203)
#F5E3D4
(245,227,212)
#F6E9DD
(246,233,221)
#F7EFE6
(247,239,230)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB995; }

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

This text font color is #EEB995.


Background Color

.myBgColor { background-color: #EEB995; }

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

This div background color is #EEB995.


Border color

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

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

This div border color is #EEB995.


Opacity

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

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

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

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

This text has shadow with #EEB995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB995 on black background.


Color preview on white background

This text has color #EEB995 on white background.



Black color preview on #EEB995 background

This text has black color on #EEB995 background.


White color preview on #EEB995 background

This text has white color on #EEB995 background.