COLOR #EEBD5D

HEX: #EEBD5D
RGB: (238,189,93)

Color info

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

RGB color model

#EEBD5D color RGB value is (238,189,93).

  • red value is 238;
  • green value is 189;
  • blue value is 93.
RGB:
(238,189,93)
(93%,74%,36%)

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 93 of 255 = 36%

238
189
93

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

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 93 = 520 (100%)
R 238 of 520 ~ 45.77%
G 189 of 520 ~ 36.35%
B 93 of 520 ~ 17.88%

%45.77
%36.35
%17.88

CMYK color model

#EEBD5D color CMYK value is (0,21,61,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 60.92%
  • key color value is 6.67%
CMYK:
(0,21,61,7)
C0M21Y61K7 
(0%,21%,61%,7%)
(0.00/0.21/0.61/0.07)	

CMYK percentages

%0
%20.59
%60.92
%6.67

Codes

Color #EEBD5D in popluar color models

EEBD5D
RGB23818993
HSL40°81.01%64.90%
HSB/HSV40°60.92%93.33%
CMYK0.00%20.59%60.92%
6.67%

Color #EEBD5D in popluar number systems.

HEXEEBD5D
Decimal23818993
Binary11101110101111011011101
Octal356275135

Shades and tints

Shades of #EEBD5D

#EEBD5D
(238,189,93)
#D9AC55
(217,172,85)
#C49B4D
(196,155,77)
#AF8A45
(175,138,69)
#9A793D
(154,121,61)
#856835
(133,104,53)
#70572D
(112,87,45)
#5B4625
(91,70,37)
#46351D
(70,53,29)
#312415
(49,36,21)
#1C130D
(28,19,13)
#000000
(0,0,0)

Tints of #EEBD5D

#EEBD5D
(238,189,93)
#EFC36B
(239,195,107)
#F0C979
(240,201,121)
#F1CF87
(241,207,135)
#F2D595
(242,213,149)
#F3DBA3
(243,219,163)
#F4E1B1
(244,225,177)
#F5E7BF
(245,231,191)
#F6EDCD
(246,237,205)
#F7F3DB
(247,243,219)
#F8F9E9
(248,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBD5D color. Also use rgb(238,189,93) instead hex code.

Text Font Color

.myTextColor { color: #EEBD5D; }

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

This text font color is #EEBD5D.


Background Color

.myBgColor { background-color: #EEBD5D; }

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

This div background color is #EEBD5D.


Border color

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

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

This div border color is #EEBD5D.


Opacity

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

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

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

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

This text has shadow with #EEBD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBD5D on black background.


Color preview on white background

This text has color #EEBD5D on white background.



Black color preview on #EEBD5D background

This text has black color on #EEBD5D background.


White color preview on #EEBD5D background

This text has white color on #EEBD5D background.