COLOR #EDA37D

HEX: #EDA37D
RGB: (237,163,125)

Renk bilgisi

#EDA37D contains mainly red color. #EDA37D ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EDA37D color RGB value is (237,163,125).

  • kırmız ton 237;
  • yeşil ton 163;
  • mavi ton 125.
RGB:
(237,163,125)
(93%,64%,49%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 163 of 255 = 64%
B 125 of 255 = 49%

237
163
125

R + G + B ~ 69%. #EDA37D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 163 + 125 = 525 (100%)
R 237 of 525 ~ 45.14%
G 163 of 525 ~ 31.05%
B 125 of 525 ~ 23.81%

%45.14
%31.05
%23.81

CMYK RENK MODELİ

#EDA37D rengi CMYK tonu (0,31,47,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.22%
  • sarı tonu 47.26%
  • ana renk tonu 7.06%
CMYK:
(0,31,47,7)
C0M31Y47K7 
(0%,31%,47%,7%)
(0.00/0.31/0.47/0.07)	

CMYK yüzdeleri

%0
%31.22
%47.26
%7.06

Codes

Color #EDA37D in popluar color models

EDA37D
RGB237163125
HSL20°75.68%70.98%
HSB/HSV20°47.26%92.94%
CMYK0.00%31.22%47.26%
7.06%

Color #EDA37D in popluar number systems.

HEXEDA37D
Decimal237163125
Binary11101101101000111111101
Octal355243175

Shades and tints

Shades of #EDA37D

#EDA37D
(237,163,125)
#D89572
(216,149,114)
#C38767
(195,135,103)
#AE795C
(174,121,92)
#996B51
(153,107,81)
#845D46
(132,93,70)
#6F4F3B
(111,79,59)
#5A4130
(90,65,48)
#453325
(69,51,37)
#30251A
(48,37,26)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #EDA37D

#EDA37D
(237,163,125)
#EEAB88
(238,171,136)
#EFB393
(239,179,147)
#F0BB9E
(240,187,158)
#F1C3A9
(241,195,169)
#F2CBB4
(242,203,180)
#F3D3BF
(243,211,191)
#F4DBCA
(244,219,202)
#F5E3D5
(245,227,213)
#F6EBE0
(246,235,224)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA37D color. Also use rgb(237,163,125) instead hex code.

Text Font Color

.myTextColor { color: #EDA37D; }

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

This text font color is #EDA37D.


Background Color

.myBgColor { background-color: #EDA37D; }

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

This div background color is #EDA37D.


Border color

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

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

This div border color is #EDA37D.


Opacity

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

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

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

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

This text has shadow with #EDA37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA37D on black background.


Color preview on white background

This text has color #EDA37D on white background.



Black color preview on #EDA37D background

This text has black color on #EDA37D background.


White color preview on #EDA37D background

This text has white color on #EDA37D background.