COLOR #EEB473

HEX: #EEB473
RGB: (238,180,115)

Renk bilgisi

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

RGB renk modeli

#EEB473 color RGB value is (238,180,115).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 180 of 255 = 71%
B 115 of 255 = 45%

238
180
115

R + G + B ~ 70%. #EEB473 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 180 + 115 = 533 (100%)
R 238 of 533 ~ 44.65%
G 180 of 533 ~ 33.77%
B 115 of 533 ~ 21.58%

%44.65
%33.77
%21.58

CMYK RENK MODELİ

#EEB473 rengi CMYK tonu (0,24,52,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 51.68%
  • ana renk tonu 6.67%
CMYK:
(0,24,52,7)
C0M24Y52K7 
(0%,24%,52%,7%)
(0.00/0.24/0.52/0.07)	

CMYK yüzdeleri

%0
%24.37
%51.68
%6.67

Codes

Color #EEB473 in popluar color models

EEB473
RGB238180115
HSL32°78.34%69.22%
HSB/HSV32°51.68%93.33%
CMYK0.00%24.37%51.68%
6.67%

Color #EEB473 in popluar number systems.

HEXEEB473
Decimal238180115
Binary11101110101101001110011
Octal356264163

Shades and tints

Shades of #EEB473

#EEB473
(238,180,115)
#D9A469
(217,164,105)
#C4945F
(196,148,95)
#AF8455
(175,132,85)
#9A744B
(154,116,75)
#856441
(133,100,65)
#705437
(112,84,55)
#5B442D
(91,68,45)
#463423
(70,52,35)
#312419
(49,36,25)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #EEB473

#EEB473
(238,180,115)
#EFBA7F
(239,186,127)
#F0C08B
(240,192,139)
#F1C697
(241,198,151)
#F2CCA3
(242,204,163)
#F3D2AF
(243,210,175)
#F4D8BB
(244,216,187)
#F5DEC7
(245,222,199)
#F6E4D3
(246,228,211)
#F7EADF
(247,234,223)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB473; }

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

This text font color is #EEB473.


Background Color

.myBgColor { background-color: #EEB473; }

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

This div background color is #EEB473.


Border color

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

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

This div border color is #EEB473.


Opacity

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

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

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

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

This text has shadow with #EEB473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB473 on black background.


Color preview on white background

This text has color #EEB473 on white background.



Black color preview on #EEB473 background

This text has black color on #EEB473 background.


White color preview on #EEB473 background

This text has white color on #EEB473 background.