COLOR #EDDC87

HEX: #EDDC87
RGB: (237,220,135)

Renk bilgisi

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

RGB renk modeli

#EDDC87 color RGB value is (237,220,135).

  • kırmız ton 237;
  • yeşil ton 220;
  • mavi ton 135.
RGB:
(237,220,135)
(93%,86%,53%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 220 of 255 = 86%
B 135 of 255 = 53%

237
220
135

R + G + B ~ 77%. #EDDC87 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 220 + 135 = 592 (100%)
R 237 of 592 ~ 40.03%
G 220 of 592 ~ 37.16%
B 135 of 592 ~ 22.8%

%40.03
%37.16
%22.8

CMYK RENK MODELİ

#EDDC87 rengi CMYK tonu (0,7,43,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.17%
  • sarı tonu 43.04%
  • ana renk tonu 7.06%
CMYK:
(0,7,43,7)
C0M7Y43K7 
(0%,7%,43%,7%)
(0.00/0.07/0.43/0.07)	

CMYK yüzdeleri

%0
%7.17
%43.04
%7.06

Codes

Color #EDDC87 in popluar color models

EDDC87
RGB237220135
HSL50°73.91%72.94%
HSB/HSV50°43.04%92.94%
CMYK0.00%7.17%43.04%
7.06%

Color #EDDC87 in popluar number systems.

HEXEDDC87
Decimal237220135
Binary111011011101110010000111
Octal355334207

Shades and tints

Shades of #EDDC87

#EDDC87
(237,220,135)
#D8C87B
(216,200,123)
#C3B46F
(195,180,111)
#AEA063
(174,160,99)
#998C57
(153,140,87)
#84784B
(132,120,75)
#6F643F
(111,100,63)
#5A5033
(90,80,51)
#453C27
(69,60,39)
#30281B
(48,40,27)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #EDDC87

#EDDC87
(237,220,135)
#EEDF91
(238,223,145)
#EFE29B
(239,226,155)
#F0E5A5
(240,229,165)
#F1E8AF
(241,232,175)
#F2EBB9
(242,235,185)
#F3EEC3
(243,238,195)
#F4F1CD
(244,241,205)
#F5F4D7
(245,244,215)
#F6F7E1
(246,247,225)
#F7FAEB
(247,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDC87 color. Also use rgb(237,220,135) instead hex code.

Text Font Color

.myTextColor { color: #EDDC87; }

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

This text font color is #EDDC87.


Background Color

.myBgColor { background-color: #EDDC87; }

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

This div background color is #EDDC87.


Border color

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

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

This div border color is #EDDC87.


Opacity

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

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

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

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

This text has shadow with #EDDC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDC87 on black background.


Color preview on white background

This text has color #EDDC87 on white background.



Black color preview on #EDDC87 background

This text has black color on #EDDC87 background.


White color preview on #EDDC87 background

This text has white color on #EDDC87 background.