COLOR #EDB667

HEX: #EDB667
RGB: (237,182,103)

Color info

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

RGB color model

#EDB667 color RGB value is (237,182,103).

  • red value is 237;
  • green value is 182;
  • blue value is 103.
RGB:
(237,182,103)
(93%,71%,40%)

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 103 of 255 = 40%

237
182
103

R + G + B ~ 68%. #EDB667 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 182 + 103 = 522 (100%)
R 237 of 522 ~ 45.4%
G 182 of 522 ~ 34.87%
B 103 of 522 ~ 19.73%

%45.4
%34.87
%19.73

CMYK color model

#EDB667 color CMYK value is (0,23,57,7).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 56.54%
  • key color value is 7.06%
CMYK:
(0,23,57,7)
C0M23Y57K7 
(0%,23%,57%,7%)
(0.00/0.23/0.57/0.07)	

CMYK percentages

%0
%23.21
%56.54
%7.06

Codes

Color #EDB667 in popluar color models

EDB667
RGB237182103
HSL35°78.82%66.67%
HSB/HSV35°56.54%92.94%
CMYK0.00%23.21%56.54%
7.06%

Color #EDB667 in popluar number systems.

HEXEDB667
Decimal237182103
Binary11101101101101101100111
Octal355266147

Shades and tints

Shades of #EDB667

#EDB667
(237,182,103)
#D8A65E
(216,166,94)
#C39655
(195,150,85)
#AE864C
(174,134,76)
#997643
(153,118,67)
#84663A
(132,102,58)
#6F5631
(111,86,49)
#5A4628
(90,70,40)
#45361F
(69,54,31)
#302616
(48,38,22)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #EDB667

#EDB667
(237,182,103)
#EEBC74
(238,188,116)
#EFC281
(239,194,129)
#F0C88E
(240,200,142)
#F1CE9B
(241,206,155)
#F2D4A8
(242,212,168)
#F3DAB5
(243,218,181)
#F4E0C2
(244,224,194)
#F5E6CF
(245,230,207)
#F6ECDC
(246,236,220)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB667 color. Also use rgb(237,182,103) instead hex code.

Text Font Color

.myTextColor { color: #EDB667; }

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

This text font color is #EDB667.


Background Color

.myBgColor { background-color: #EDB667; }

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

This div background color is #EDB667.


Border color

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

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

This div border color is #EDB667.


Opacity

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

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

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

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

This text has shadow with #EDB667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB667 on black background.


Color preview on white background

This text has color #EDB667 on white background.



Black color preview on #EDB667 background

This text has black color on #EDB667 background.


White color preview on #EDB667 background

This text has white color on #EDB667 background.