COLOR #EDD189

HEX: #EDD189
RGB: (237,209,137)

Renk bilgisi

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

RGB renk modeli

#EDD189 color RGB value is (237,209,137).

  • kırmız ton 237;
  • yeşil ton 209;
  • mavi ton 137.
RGB:
(237,209,137)
(93%,82%,54%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 209 of 255 = 82%
B 137 of 255 = 54%

237
209
137

R + G + B ~ 76%. #EDD189 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 209 + 137 = 583 (100%)
R 237 of 583 ~ 40.65%
G 209 of 583 ~ 35.85%
B 137 of 583 ~ 23.5%

%40.65
%35.85
%23.5

CMYK RENK MODELİ

#EDD189 rengi CMYK tonu (0,12,42,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.81%
  • sarı tonu 42.19%
  • ana renk tonu 7.06%
CMYK:
(0,12,42,7)
C0M12Y42K7 
(0%,12%,42%,7%)
(0.00/0.12/0.42/0.07)	

CMYK yüzdeleri

%0
%11.81
%42.19
%7.06

Codes

Color #EDD189 in popluar color models

EDD189
RGB237209137
HSL43°73.53%73.33%
HSB/HSV43°42.19%92.94%
CMYK0.00%11.81%42.19%
7.06%

Color #EDD189 in popluar number systems.

HEXEDD189
Decimal237209137
Binary111011011101000110001001
Octal355321211

Shades and tints

Shades of #EDD189

#EDD189
(237,209,137)
#D8BE7D
(216,190,125)
#C3AB71
(195,171,113)
#AE9865
(174,152,101)
#998559
(153,133,89)
#84724D
(132,114,77)
#6F5F41
(111,95,65)
#5A4C35
(90,76,53)
#453929
(69,57,41)
#30261D
(48,38,29)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #EDD189

#EDD189
(237,209,137)
#EED593
(238,213,147)
#EFD99D
(239,217,157)
#F0DDA7
(240,221,167)
#F1E1B1
(241,225,177)
#F2E5BB
(242,229,187)
#F3E9C5
(243,233,197)
#F4EDCF
(244,237,207)
#F5F1D9
(245,241,217)
#F6F5E3
(246,245,227)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD189 color. Also use rgb(237,209,137) instead hex code.

Text Font Color

.myTextColor { color: #EDD189; }

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

This text font color is #EDD189.


Background Color

.myBgColor { background-color: #EDD189; }

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

This div background color is #EDD189.


Border color

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

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

This div border color is #EDD189.


Opacity

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

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

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

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

This text has shadow with #EDD189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD189 on black background.


Color preview on white background

This text has color #EDD189 on white background.



Black color preview on #EDD189 background

This text has black color on #EDD189 background.


White color preview on #EDD189 background

This text has white color on #EDD189 background.