COLOR #EDCD9E

HEX: #EDCD9E
RGB: (237,205,158)

Renk bilgisi

#EDCD9E contains mainly red and green colors. #EDCD9E ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EDCD9E color RGB value is (237,205,158).

  • kırmız ton 237;
  • yeşil ton 205;
  • mavi ton 158.
RGB:
(237,205,158)
(93%,80%,62%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 205 of 255 = 80%
B 158 of 255 = 62%

237
205
158

R + G + B ~ 78%. #EDCD9E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 205 + 158 = 600 (100%)
R 237 of 600 ~ 39.5%
G 205 of 600 ~ 34.17%
B 158 of 600 ~ 26.33%

%39.5
%34.17
%26.33

CMYK RENK MODELİ

#EDCD9E rengi CMYK tonu (0,14,33,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.50%
  • sarı tonu 33.33%
  • ana renk tonu 7.06%
CMYK:
(0,14,33,7)
C0M14Y33K7 
(0%,14%,33%,7%)
(0.00/0.14/0.33/0.07)	

CMYK yüzdeleri

%0
%13.5
%33.33
%7.06

Codes

Color #EDCD9E in popluar color models

EDCD9E
RGB237205158
HSL36°68.70%77.45%
HSB/HSV36°33.33%92.94%
CMYK0.00%13.50%33.33%
7.06%

Color #EDCD9E in popluar number systems.

HEXEDCD9E
Decimal237205158
Binary111011011100110110011110
Octal355315236

Shades and tints

Shades of #EDCD9E

#EDCD9E
(237,205,158)
#D8BB90
(216,187,144)
#C3A982
(195,169,130)
#AE9774
(174,151,116)
#998566
(153,133,102)
#847358
(132,115,88)
#6F614A
(111,97,74)
#5A4F3C
(90,79,60)
#453D2E
(69,61,46)
#302B20
(48,43,32)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #EDCD9E

#EDCD9E
(237,205,158)
#EED1A6
(238,209,166)
#EFD5AE
(239,213,174)
#F0D9B6
(240,217,182)
#F1DDBE
(241,221,190)
#F2E1C6
(242,225,198)
#F3E5CE
(243,229,206)
#F4E9D6
(244,233,214)
#F5EDDE
(245,237,222)
#F6F1E6
(246,241,230)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCD9E color. Also use rgb(237,205,158) instead hex code.

Text Font Color

.myTextColor { color: #EDCD9E; }

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

This text font color is #EDCD9E.


Background Color

.myBgColor { background-color: #EDCD9E; }

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

This div background color is #EDCD9E.


Border color

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

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

This div border color is #EDCD9E.


Opacity

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

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

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

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

This text has shadow with #EDCD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCD9E on black background.


Color preview on white background

This text has color #EDCD9E on white background.



Black color preview on #EDCD9E background

This text has black color on #EDCD9E background.


White color preview on #EDCD9E background

This text has white color on #EDCD9E background.