COLOR #EDA377

HEX: #EDA377
RGB: (237,163,119)

Renk bilgisi

#EDA377 contains mainly red color. #EDA377 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EDA377 color RGB value is (237,163,119).

  • kırmız ton 237;
  • yeşil ton 163;
  • mavi ton 119.
RGB:
(237,163,119)
(93%,64%,47%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 163 of 255 = 64%
B 119 of 255 = 47%

237
163
119

R + G + B ~ 68%. #EDA377 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 163 + 119 = 519 (100%)
R 237 of 519 ~ 45.66%
G 163 of 519 ~ 31.41%
B 119 of 519 ~ 22.93%

%45.66
%31.41
%22.93

CMYK RENK MODELİ

#EDA377 rengi CMYK tonu (0,31,50,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.22%
  • sarı tonu 49.79%
  • ana renk tonu 7.06%
CMYK:
(0,31,50,7)
C0M31Y50K7 
(0%,31%,50%,7%)
(0.00/0.31/0.50/0.07)	

CMYK yüzdeleri

%0
%31.22
%49.79
%7.06

Codes

Color #EDA377 in popluar color models

EDA377
RGB237163119
HSL22°76.62%69.80%
HSB/HSV22°49.79%92.94%
CMYK0.00%31.22%49.79%
7.06%

Color #EDA377 in popluar number systems.

HEXEDA377
Decimal237163119
Binary11101101101000111110111
Octal355243167

Shades and tints

Shades of #EDA377

#EDA377
(237,163,119)
#D8956D
(216,149,109)
#C38763
(195,135,99)
#AE7959
(174,121,89)
#996B4F
(153,107,79)
#845D45
(132,93,69)
#6F4F3B
(111,79,59)
#5A4131
(90,65,49)
#453327
(69,51,39)
#30251D
(48,37,29)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #EDA377

#EDA377
(237,163,119)
#EEAB83
(238,171,131)
#EFB38F
(239,179,143)
#F0BB9B
(240,187,155)
#F1C3A7
(241,195,167)
#F2CBB3
(242,203,179)
#F3D3BF
(243,211,191)
#F4DBCB
(244,219,203)
#F5E3D7
(245,227,215)
#F6EBE3
(246,235,227)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA377 color. Also use rgb(237,163,119) instead hex code.

Text Font Color

.myTextColor { color: #EDA377; }

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

This text font color is #EDA377.


Background Color

.myBgColor { background-color: #EDA377; }

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

This div background color is #EDA377.


Border color

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

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

This div border color is #EDA377.


Opacity

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

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

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

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

This text has shadow with #EDA377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA377 on black background.


Color preview on white background

This text has color #EDA377 on white background.



Black color preview on #EDA377 background

This text has black color on #EDA377 background.


White color preview on #EDA377 background

This text has white color on #EDA377 background.