COLOR #EEB47C

HEX: #EEB47C
RGB: (238,180,124)

Renk bilgisi

#EEB47C contains mainly red and green colors. #EEB47C ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EEB47C color RGB value is (238,180,124).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 180 of 255 = 71%
B 124 of 255 = 49%

238
180
124

R + G + B ~ 71%. #EEB47C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 180 + 124 = 542 (100%)
R 238 of 542 ~ 43.91%
G 180 of 542 ~ 33.21%
B 124 of 542 ~ 22.88%

%43.91
%33.21
%22.88

CMYK RENK MODELİ

#EEB47C rengi CMYK tonu (0,24,48,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 47.90%
  • ana renk tonu 6.67%
CMYK:
(0,24,48,7)
C0M24Y48K7 
(0%,24%,48%,7%)
(0.00/0.24/0.48/0.07)	

CMYK yüzdeleri

%0
%24.37
%47.9
%6.67

Codes

Color #EEB47C in popluar color models

EEB47C
RGB238180124
HSL29°77.03%70.98%
HSB/HSV29°47.90%93.33%
CMYK0.00%24.37%47.90%
6.67%

Color #EEB47C in popluar number systems.

HEXEEB47C
Decimal238180124
Binary11101110101101001111100
Octal356264174

Shades and tints

Shades of #EEB47C

#EEB47C
(238,180,124)
#D9A471
(217,164,113)
#C49466
(196,148,102)
#AF845B
(175,132,91)
#9A7450
(154,116,80)
#856445
(133,100,69)
#70543A
(112,84,58)
#5B442F
(91,68,47)
#463424
(70,52,36)
#312419
(49,36,25)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #EEB47C

#EEB47C
(238,180,124)
#EFBA87
(239,186,135)
#F0C092
(240,192,146)
#F1C69D
(241,198,157)
#F2CCA8
(242,204,168)
#F3D2B3
(243,210,179)
#F4D8BE
(244,216,190)
#F5DEC9
(245,222,201)
#F6E4D4
(246,228,212)
#F7EADF
(247,234,223)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB47C; }

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

This text font color is #EEB47C.


Background Color

.myBgColor { background-color: #EEB47C; }

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

This div background color is #EEB47C.


Border color

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

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

This div border color is #EEB47C.


Opacity

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

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

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

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

This text has shadow with #EEB47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB47C on black background.


Color preview on white background

This text has color #EEB47C on white background.



Black color preview on #EEB47C background

This text has black color on #EEB47C background.


White color preview on #EEB47C background

This text has white color on #EEB47C background.