COLOR #EDAE72

HEX: #EDAE72
RGB: (237,174,114)

Color info

#EDAE72 contains mainly red color. Web safe color of #EDAE72 is #FF9966 (or #F96).

RGB color model

#EDAE72 color RGB value is (237,174,114).

  • red value is 237;
  • green value is 174;
  • blue value is 114.
RGB:
(237,174,114)
(93%,68%,45%)

RGB channels and saturation

R 237 of 255 = 93%
G 174 of 255 = 68%
B 114 of 255 = 45%

237
174
114

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

Portions of RGB colors in percentages

R + G + B =
237 + 174 + 114 = 525 (100%)
R 237 of 525 ~ 45.14%
G 174 of 525 ~ 33.14%
B 114 of 525 ~ 21.71%

%45.14
%33.14
%21.71

CMYK color model

#EDAE72 color CMYK value is (0,27,52,7).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 51.90%
  • key color value is 7.06%
CMYK:
(0,27,52,7)
C0M27Y52K7 
(0%,27%,52%,7%)
(0.00/0.27/0.52/0.07)	

CMYK percentages

%0
%26.58
%51.9
%7.06

Codes

Color #EDAE72 in popluar color models

EDAE72
RGB237174114
HSL29°77.36%68.82%
HSB/HSV29°51.90%92.94%
CMYK0.00%26.58%51.90%
7.06%

Color #EDAE72 in popluar number systems.

HEXEDAE72
Decimal237174114
Binary11101101101011101110010
Octal355256162

Shades and tints

Shades of #EDAE72

#EDAE72
(237,174,114)
#D89F68
(216,159,104)
#C3905E
(195,144,94)
#AE8154
(174,129,84)
#99724A
(153,114,74)
#846340
(132,99,64)
#6F5436
(111,84,54)
#5A452C
(90,69,44)
#453622
(69,54,34)
#302718
(48,39,24)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #EDAE72

#EDAE72
(237,174,114)
#EEB57E
(238,181,126)
#EFBC8A
(239,188,138)
#F0C396
(240,195,150)
#F1CAA2
(241,202,162)
#F2D1AE
(242,209,174)
#F3D8BA
(243,216,186)
#F4DFC6
(244,223,198)
#F5E6D2
(245,230,210)
#F6EDDE
(246,237,222)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAE72 color. Also use rgb(237,174,114) instead hex code.

Text Font Color

.myTextColor { color: #EDAE72; }

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

This text font color is #EDAE72.


Background Color

.myBgColor { background-color: #EDAE72; }

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

This div background color is #EDAE72.


Border color

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

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

This div border color is #EDAE72.


Opacity

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

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

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

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

This text has shadow with #EDAE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAE72 on black background.


Color preview on white background

This text has color #EDAE72 on white background.



Black color preview on #EDAE72 background

This text has black color on #EDAE72 background.


White color preview on #EDAE72 background

This text has white color on #EDAE72 background.