COLOR #EEBD73

HEX: #EEBD73
RGB: (238,189,115)

Renk bilgisi

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

RGB renk modeli

#EEBD73 color RGB value is (238,189,115).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 189 of 255 = 74%
B 115 of 255 = 45%

238
189
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 189 + 115 = 542 (100%)
R 238 of 542 ~ 43.91%
G 189 of 542 ~ 34.87%
B 115 of 542 ~ 21.22%

%43.91
%34.87
%21.22

CMYK RENK MODELİ

#EEBD73 rengi CMYK tonu (0,21,52,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.59%
  • sarı tonu 51.68%
  • ana renk tonu 6.67%
CMYK:
(0,21,52,7)
C0M21Y52K7 
(0%,21%,52%,7%)
(0.00/0.21/0.52/0.07)	

CMYK yüzdeleri

%0
%20.59
%51.68
%6.67

Codes

Color #EEBD73 in popluar color models

EEBD73
RGB238189115
HSL36°78.34%69.22%
HSB/HSV36°51.68%93.33%
CMYK0.00%20.59%51.68%
6.67%

Color #EEBD73 in popluar number systems.

HEXEEBD73
Decimal238189115
Binary11101110101111011110011
Octal356275163

Shades and tints

Shades of #EEBD73

#EEBD73
(238,189,115)
#D9AC69
(217,172,105)
#C49B5F
(196,155,95)
#AF8A55
(175,138,85)
#9A794B
(154,121,75)
#856841
(133,104,65)
#705737
(112,87,55)
#5B462D
(91,70,45)
#463523
(70,53,35)
#312419
(49,36,25)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #EEBD73

#EEBD73
(238,189,115)
#EFC37F
(239,195,127)
#F0C98B
(240,201,139)
#F1CF97
(241,207,151)
#F2D5A3
(242,213,163)
#F3DBAF
(243,219,175)
#F4E1BB
(244,225,187)
#F5E7C7
(245,231,199)
#F6EDD3
(246,237,211)
#F7F3DF
(247,243,223)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBD73; }

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

This text font color is #EEBD73.


Background Color

.myBgColor { background-color: #EEBD73; }

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

This div background color is #EEBD73.


Border color

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

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

This div border color is #EEBD73.


Opacity

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

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

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

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

This text has shadow with #EEBD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBD73 on black background.


Color preview on white background

This text has color #EEBD73 on white background.



Black color preview on #EEBD73 background

This text has black color on #EEBD73 background.


White color preview on #EEBD73 background

This text has white color on #EEBD73 background.