COLOR #EDB86E

HEX: #EDB86E
RGB: (237,184,110)

Color info

#EDB86E contains mainly red and green colors. Web safe color of #EDB86E is #FFCC66 (or #FC6).

RGB color model

#EDB86E color RGB value is (237,184,110).

  • red value is 237;
  • green value is 184;
  • blue value is 110.
RGB:
(237,184,110)
(93%,72%,43%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 110 of 255 = 43%

237
184
110

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

Portions of RGB colors in percentages

R + G + B =
237 + 184 + 110 = 531 (100%)
R 237 of 531 ~ 44.63%
G 184 of 531 ~ 34.65%
B 110 of 531 ~ 20.72%

%44.63
%34.65
%20.72

CMYK color model

#EDB86E color CMYK value is (0,22,54,7).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 53.59%
  • key color value is 7.06%
CMYK:
(0,22,54,7)
C0M22Y54K7 
(0%,22%,54%,7%)
(0.00/0.22/0.54/0.07)	

CMYK percentages

%0
%22.36
%53.59
%7.06

Codes

Color #EDB86E in popluar color models

EDB86E
RGB237184110
HSL35°77.91%68.04%
HSB/HSV35°53.59%92.94%
CMYK0.00%22.36%53.59%
7.06%

Color #EDB86E in popluar number systems.

HEXEDB86E
Decimal237184110
Binary11101101101110001101110
Octal355270156

Shades and tints

Shades of #EDB86E

#EDB86E
(237,184,110)
#D8A864
(216,168,100)
#C3985A
(195,152,90)
#AE8850
(174,136,80)
#997846
(153,120,70)
#84683C
(132,104,60)
#6F5832
(111,88,50)
#5A4828
(90,72,40)
#45381E
(69,56,30)
#302814
(48,40,20)
#1B180A
(27,24,10)
#000000
(0,0,0)

Tints of #EDB86E

#EDB86E
(237,184,110)
#EEBE7B
(238,190,123)
#EFC488
(239,196,136)
#F0CA95
(240,202,149)
#F1D0A2
(241,208,162)
#F2D6AF
(242,214,175)
#F3DCBC
(243,220,188)
#F4E2C9
(244,226,201)
#F5E8D6
(245,232,214)
#F6EEE3
(246,238,227)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB86E color. Also use rgb(237,184,110) instead hex code.

Text Font Color

.myTextColor { color: #EDB86E; }

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

This text font color is #EDB86E.


Background Color

.myBgColor { background-color: #EDB86E; }

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

This div background color is #EDB86E.


Border color

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

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

This div border color is #EDB86E.


Opacity

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

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

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

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

This text has shadow with #EDB86E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB86E on black background.


Color preview on white background

This text has color #EDB86E on white background.



Black color preview on #EDB86E background

This text has black color on #EDB86E background.


White color preview on #EDB86E background

This text has white color on #EDB86E background.