COLOR #EDC68B

HEX: #EDC68B
RGB: (237,198,139)

Color info

#EDC68B contains mainly red and green colors. Web safe color of #EDC68B is #FFCC99 (or #FC9).

RGB color model

#EDC68B color RGB value is (237,198,139).

  • red value is 237;
  • green value is 198;
  • blue value is 139.
RGB:
(237,198,139)
(93%,78%,55%)

RGB channels and saturation

R 237 of 255 = 93%
G 198 of 255 = 78%
B 139 of 255 = 55%

237
198
139

R + G + B ~ 75%. #EDC68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 198 + 139 = 574 (100%)
R 237 of 574 ~ 41.29%
G 198 of 574 ~ 34.49%
B 139 of 574 ~ 24.22%

%41.29
%34.49
%24.22

CMYK color model

#EDC68B color CMYK value is (0,16,41,7).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 41.35%
  • key color value is 7.06%
CMYK:
(0,16,41,7)
C0M16Y41K7 
(0%,16%,41%,7%)
(0.00/0.16/0.41/0.07)	

CMYK percentages

%0
%16.46
%41.35
%7.06

Codes

Color #EDC68B in popluar color models

EDC68B
RGB237198139
HSL36°73.13%73.73%
HSB/HSV36°41.35%92.94%
CMYK0.00%16.46%41.35%
7.06%

Color #EDC68B in popluar number systems.

HEXEDC68B
Decimal237198139
Binary111011011100011010001011
Octal355306213

Shades and tints

Shades of #EDC68B

#EDC68B
(237,198,139)
#D8B47F
(216,180,127)
#C3A273
(195,162,115)
#AE9067
(174,144,103)
#997E5B
(153,126,91)
#846C4F
(132,108,79)
#6F5A43
(111,90,67)
#5A4837
(90,72,55)
#45362B
(69,54,43)
#30241F
(48,36,31)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #EDC68B

#EDC68B
(237,198,139)
#EECB95
(238,203,149)
#EFD09F
(239,208,159)
#F0D5A9
(240,213,169)
#F1DAB3
(241,218,179)
#F2DFBD
(242,223,189)
#F3E4C7
(243,228,199)
#F4E9D1
(244,233,209)
#F5EEDB
(245,238,219)
#F6F3E5
(246,243,229)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC68B color. Also use rgb(237,198,139) instead hex code.

Text Font Color

.myTextColor { color: #EDC68B; }

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

This text font color is #EDC68B.


Background Color

.myBgColor { background-color: #EDC68B; }

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

This div background color is #EDC68B.


Border color

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

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

This div border color is #EDC68B.


Opacity

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

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

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

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

This text has shadow with #EDC68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC68B on black background.


Color preview on white background

This text has color #EDC68B on white background.



Black color preview on #EDC68B background

This text has black color on #EDC68B background.


White color preview on #EDC68B background

This text has white color on #EDC68B background.