COLOR #EDA969

HEX: #EDA969
RGB: (237,169,105)

Color info

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

RGB color model

#EDA969 color RGB value is (237,169,105).

  • red value is 237;
  • green value is 169;
  • blue value is 105.
RGB:
(237,169,105)
(93%,66%,41%)

RGB channels and saturation

R 237 of 255 = 93%
G 169 of 255 = 66%
B 105 of 255 = 41%

237
169
105

R + G + B ~ 67%. #EDA969 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 169 + 105 = 511 (100%)
R 237 of 511 ~ 46.38%
G 169 of 511 ~ 33.07%
B 105 of 511 ~ 20.55%

%46.38
%33.07
%20.55

CMYK color model

#EDA969 color CMYK value is (0,29,56,7).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 55.70%
  • key color value is 7.06%
CMYK:
(0,29,56,7)
C0M29Y56K7 
(0%,29%,56%,7%)
(0.00/0.29/0.56/0.07)	

CMYK percentages

%0
%28.69
%55.7
%7.06

Codes

Color #EDA969 in popluar color models

EDA969
RGB237169105
HSL29°78.57%67.06%
HSB/HSV29°55.70%92.94%
CMYK0.00%28.69%55.70%
7.06%

Color #EDA969 in popluar number systems.

HEXEDA969
Decimal237169105
Binary11101101101010011101001
Octal355251151

Shades and tints

Shades of #EDA969

#EDA969
(237,169,105)
#D89A60
(216,154,96)
#C38B57
(195,139,87)
#AE7C4E
(174,124,78)
#996D45
(153,109,69)
#845E3C
(132,94,60)
#6F4F33
(111,79,51)
#5A402A
(90,64,42)
#453121
(69,49,33)
#302218
(48,34,24)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #EDA969

#EDA969
(237,169,105)
#EEB076
(238,176,118)
#EFB783
(239,183,131)
#F0BE90
(240,190,144)
#F1C59D
(241,197,157)
#F2CCAA
(242,204,170)
#F3D3B7
(243,211,183)
#F4DAC4
(244,218,196)
#F5E1D1
(245,225,209)
#F6E8DE
(246,232,222)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA969 color. Also use rgb(237,169,105) instead hex code.

Text Font Color

.myTextColor { color: #EDA969; }

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

This text font color is #EDA969.


Background Color

.myBgColor { background-color: #EDA969; }

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

This div background color is #EDA969.


Border color

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

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

This div border color is #EDA969.


Opacity

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

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

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

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

This text has shadow with #EDA969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA969 on black background.


Color preview on white background

This text has color #EDA969 on white background.



Black color preview on #EDA969 background

This text has black color on #EDA969 background.


White color preview on #EDA969 background

This text has white color on #EDA969 background.