COLOR #EDB59E

HEX: #EDB59E
RGB: (237,181,158)

Renk bilgisi

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

RGB renk modeli

#EDB59E color RGB value is (237,181,158).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 181 of 255 = 71%
B 158 of 255 = 62%

237
181
158

R + G + B ~ 75%. #EDB59E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 181 + 158 = 576 (100%)
R 237 of 576 ~ 41.15%
G 181 of 576 ~ 31.42%
B 158 of 576 ~ 27.43%

%41.15
%31.42
%27.43

CMYK RENK MODELİ

#EDB59E rengi CMYK tonu (0,24,33,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.63%
  • sarı tonu 33.33%
  • ana renk tonu 7.06%
CMYK:
(0,24,33,7)
C0M24Y33K7 
(0%,24%,33%,7%)
(0.00/0.24/0.33/0.07)	

CMYK yüzdeleri

%0
%23.63
%33.33
%7.06

Codes

Color #EDB59E in popluar color models

EDB59E
RGB237181158
HSL17°68.70%77.45%
HSB/HSV17°33.33%92.94%
CMYK0.00%23.63%33.33%
7.06%

Color #EDB59E in popluar number systems.

HEXEDB59E
Decimal237181158
Binary111011011011010110011110
Octal355265236

Shades and tints

Shades of #EDB59E

#EDB59E
(237,181,158)
#D8A590
(216,165,144)
#C39582
(195,149,130)
#AE8574
(174,133,116)
#997566
(153,117,102)
#846558
(132,101,88)
#6F554A
(111,85,74)
#5A453C
(90,69,60)
#45352E
(69,53,46)
#302520
(48,37,32)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #EDB59E

#EDB59E
(237,181,158)
#EEBBA6
(238,187,166)
#EFC1AE
(239,193,174)
#F0C7B6
(240,199,182)
#F1CDBE
(241,205,190)
#F2D3C6
(242,211,198)
#F3D9CE
(243,217,206)
#F4DFD6
(244,223,214)
#F5E5DE
(245,229,222)
#F6EBE6
(246,235,230)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB59E; }

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

This text font color is #EDB59E.


Background Color

.myBgColor { background-color: #EDB59E; }

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

This div background color is #EDB59E.


Border color

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

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

This div border color is #EDB59E.


Opacity

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

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

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

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

This text has shadow with #EDB59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB59E on black background.


Color preview on white background

This text has color #EDB59E on white background.



Black color preview on #EDB59E background

This text has black color on #EDB59E background.


White color preview on #EDB59E background

This text has white color on #EDB59E background.