COLOR #EDDC8B

HEX: #EDDC8B
RGB: (237,220,139)

Renk bilgisi

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

RGB renk modeli

#EDDC8B color RGB value is (237,220,139).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 220 of 255 = 86%
B 139 of 255 = 55%

237
220
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 220 + 139 = 596 (100%)
R 237 of 596 ~ 39.77%
G 220 of 596 ~ 36.91%
B 139 of 596 ~ 23.32%

%39.77
%36.91
%23.32

CMYK RENK MODELİ

#EDDC8B rengi CMYK tonu (0,7,41,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.17%
  • sarı tonu 41.35%
  • ana renk tonu 7.06%
CMYK:
(0,7,41,7)
C0M7Y41K7 
(0%,7%,41%,7%)
(0.00/0.07/0.41/0.07)	

CMYK yüzdeleri

%0
%7.17
%41.35
%7.06

Codes

Color #EDDC8B in popluar color models

EDDC8B
RGB237220139
HSL50°73.13%73.73%
HSB/HSV50°41.35%92.94%
CMYK0.00%7.17%41.35%
7.06%

Color #EDDC8B in popluar number systems.

HEXEDDC8B
Decimal237220139
Binary111011011101110010001011
Octal355334213

Shades and tints

Shades of #EDDC8B

#EDDC8B
(237,220,139)
#D8C87F
(216,200,127)
#C3B473
(195,180,115)
#AEA067
(174,160,103)
#998C5B
(153,140,91)
#84784F
(132,120,79)
#6F6443
(111,100,67)
#5A5037
(90,80,55)
#453C2B
(69,60,43)
#30281F
(48,40,31)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #EDDC8B

#EDDC8B
(237,220,139)
#EEDF95
(238,223,149)
#EFE29F
(239,226,159)
#F0E5A9
(240,229,169)
#F1E8B3
(241,232,179)
#F2EBBD
(242,235,189)
#F3EEC7
(243,238,199)
#F4F1D1
(244,241,209)
#F5F4DB
(245,244,219)
#F6F7E5
(246,247,229)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDC8B; }

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

This text font color is #EDDC8B.


Background Color

.myBgColor { background-color: #EDDC8B; }

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

This div background color is #EDDC8B.


Border color

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

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

This div border color is #EDDC8B.


Opacity

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

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

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

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

This text has shadow with #EDDC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDC8B on black background.


Color preview on white background

This text has color #EDDC8B on white background.



Black color preview on #EDDC8B background

This text has black color on #EDDC8B background.


White color preview on #EDDC8B background

This text has white color on #EDDC8B background.