COLOR #EDA666

HEX: #EDA666
RGB: (237,166,102)

Color info

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

RGB color model

#EDA666 color RGB value is (237,166,102).

  • red value is 237;
  • green value is 166;
  • blue value is 102.
RGB:
(237,166,102)
(93%,65%,40%)

RGB channels and saturation

R 237 of 255 = 93%
G 166 of 255 = 65%
B 102 of 255 = 40%

237
166
102

R + G + B ~ 66%. #EDA666 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 166 + 102 = 505 (100%)
R 237 of 505 ~ 46.93%
G 166 of 505 ~ 32.87%
B 102 of 505 ~ 20.2%

%46.93
%32.87
%20.2

CMYK color model

#EDA666 color CMYK value is (0,30,57,7).

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 56.96%
  • key color value is 7.06%
CMYK:
(0,30,57,7)
C0M30Y57K7 
(0%,30%,57%,7%)
(0.00/0.30/0.57/0.07)	

CMYK percentages

%0
%29.96
%56.96
%7.06

Codes

Color #EDA666 in popluar color models

EDA666
RGB237166102
HSL28°78.95%66.47%
HSB/HSV28°56.96%92.94%
CMYK0.00%29.96%56.96%
7.06%

Color #EDA666 in popluar number systems.

HEXEDA666
Decimal237166102
Binary11101101101001101100110
Octal355246146

Shades and tints

Shades of #EDA666

#EDA666
(237,166,102)
#D8975D
(216,151,93)
#C38854
(195,136,84)
#AE794B
(174,121,75)
#996A42
(153,106,66)
#845B39
(132,91,57)
#6F4C30
(111,76,48)
#5A3D27
(90,61,39)
#452E1E
(69,46,30)
#301F15
(48,31,21)
#1B100C
(27,16,12)
#000000
(0,0,0)

Tints of #EDA666

#EDA666
(237,166,102)
#EEAE73
(238,174,115)
#EFB680
(239,182,128)
#F0BE8D
(240,190,141)
#F1C69A
(241,198,154)
#F2CEA7
(242,206,167)
#F3D6B4
(243,214,180)
#F4DEC1
(244,222,193)
#F5E6CE
(245,230,206)
#F6EEDB
(246,238,219)
#F7F6E8
(247,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA666 color. Also use rgb(237,166,102) instead hex code.

Text Font Color

.myTextColor { color: #EDA666; }

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

This text font color is #EDA666.


Background Color

.myBgColor { background-color: #EDA666; }

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

This div background color is #EDA666.


Border color

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

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

This div border color is #EDA666.


Opacity

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

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

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

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

This text has shadow with #EDA666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA666 on black background.


Color preview on white background

This text has color #EDA666 on white background.



Black color preview on #EDA666 background

This text has black color on #EDA666 background.


White color preview on #EDA666 background

This text has white color on #EDA666 background.