COLOR #EEBE9D

HEX: #EEBE9D
RGB: (238,190,157)

Renk bilgisi

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

RGB renk modeli

#EEBE9D color RGB value is (238,190,157).

  • kırmız ton 238;
  • yeşil ton 190;
  • mavi ton 157.
RGB:
(238,190,157)
(93%,75%,62%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 190 of 255 = 75%
B 157 of 255 = 62%

238
190
157

R + G + B ~ 77%. #EEBE9D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 190 + 157 = 585 (100%)
R 238 of 585 ~ 40.68%
G 190 of 585 ~ 32.48%
B 157 of 585 ~ 26.84%

%40.68
%32.48
%26.84

CMYK RENK MODELİ

#EEBE9D rengi CMYK tonu (0,20,34,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.17%
  • sarı tonu 34.03%
  • ana renk tonu 6.67%
CMYK:
(0,20,34,7)
C0M20Y34K7 
(0%,20%,34%,7%)
(0.00/0.20/0.34/0.07)	

CMYK yüzdeleri

%0
%20.17
%34.03
%6.67

Codes

Color #EEBE9D in popluar color models

EEBE9D
RGB238190157
HSL24°70.43%77.45%
HSB/HSV24°34.03%93.33%
CMYK0.00%20.17%34.03%
6.67%

Color #EEBE9D in popluar number systems.

HEXEEBE9D
Decimal238190157
Binary111011101011111010011101
Octal356276235

Shades and tints

Shades of #EEBE9D

#EEBE9D
(238,190,157)
#D9AD8F
(217,173,143)
#C49C81
(196,156,129)
#AF8B73
(175,139,115)
#9A7A65
(154,122,101)
#856957
(133,105,87)
#705849
(112,88,73)
#5B473B
(91,71,59)
#46362D
(70,54,45)
#31251F
(49,37,31)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #EEBE9D

#EEBE9D
(238,190,157)
#EFC3A5
(239,195,165)
#F0C8AD
(240,200,173)
#F1CDB5
(241,205,181)
#F2D2BD
(242,210,189)
#F3D7C5
(243,215,197)
#F4DCCD
(244,220,205)
#F5E1D5
(245,225,213)
#F6E6DD
(246,230,221)
#F7EBE5
(247,235,229)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBE9D color. Also use rgb(238,190,157) instead hex code.

Text Font Color

.myTextColor { color: #EEBE9D; }

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

This text font color is #EEBE9D.


Background Color

.myBgColor { background-color: #EEBE9D; }

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

This div background color is #EEBE9D.


Border color

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

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

This div border color is #EEBE9D.


Opacity

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

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

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

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

This text has shadow with #EEBE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBE9D on black background.


Color preview on white background

This text has color #EEBE9D on white background.



Black color preview on #EEBE9D background

This text has black color on #EEBE9D background.


White color preview on #EEBE9D background

This text has white color on #EEBE9D background.