COLOR #EED377

HEX: #EED377
RGB: (238,211,119)

Renk bilgisi

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

RGB renk modeli

#EED377 color RGB value is (238,211,119).

  • kırmız ton 238;
  • yeşil ton 211;
  • mavi ton 119.
RGB:
(238,211,119)
(93%,83%,47%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 211 of 255 = 83%
B 119 of 255 = 47%

238
211
119

R + G + B ~ 74%. #EED377 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 211 + 119 = 568 (100%)
R 238 of 568 ~ 41.9%
G 211 of 568 ~ 37.15%
B 119 of 568 ~ 20.95%

%41.9
%37.15
%20.95

CMYK RENK MODELİ

#EED377 rengi CMYK tonu (0,11,50,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.34%
  • sarı tonu 50.00%
  • ana renk tonu 6.67%
CMYK:
(0,11,50,7)
C0M11Y50K7 
(0%,11%,50%,7%)
(0.00/0.11/0.50/0.07)	

CMYK yüzdeleri

%0
%11.34
%50
%6.67

Codes

Color #EED377 in popluar color models

EED377
RGB238211119
HSL46°77.78%70.00%
HSB/HSV46°50.00%93.33%
CMYK0.00%11.34%50.00%
6.67%

Color #EED377 in popluar number systems.

HEXEED377
Decimal238211119
Binary11101110110100111110111
Octal356323167

Shades and tints

Shades of #EED377

#EED377
(238,211,119)
#D9C06D
(217,192,109)
#C4AD63
(196,173,99)
#AF9A59
(175,154,89)
#9A874F
(154,135,79)
#857445
(133,116,69)
#70613B
(112,97,59)
#5B4E31
(91,78,49)
#463B27
(70,59,39)
#31281D
(49,40,29)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #EED377

#EED377
(238,211,119)
#EFD783
(239,215,131)
#F0DB8F
(240,219,143)
#F1DF9B
(241,223,155)
#F2E3A7
(242,227,167)
#F3E7B3
(243,231,179)
#F4EBBF
(244,235,191)
#F5EFCB
(245,239,203)
#F6F3D7
(246,243,215)
#F7F7E3
(247,247,227)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED377 color. Also use rgb(238,211,119) instead hex code.

Text Font Color

.myTextColor { color: #EED377; }

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

This text font color is #EED377.


Background Color

.myBgColor { background-color: #EED377; }

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

This div background color is #EED377.


Border color

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

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

This div border color is #EED377.


Opacity

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

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

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

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

This text has shadow with #EED377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED377 on black background.


Color preview on white background

This text has color #EED377 on white background.



Black color preview on #EED377 background

This text has black color on #EED377 background.


White color preview on #EED377 background

This text has white color on #EED377 background.