COLOR #EEB95D

HEX: #EEB95D RGB: (238,185,93)

Color info

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

RGB color model

#EEB95D color RGB value is (238,185,93).

RGB: (238,185,93) (93%, 73%, 36%)

RGB channels and saturation

R 238 of 255 = 93%
G 185 of 255 = 73%
B 93 of 255 = 36%

238
185
93

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

Portions of RGB colors in percentages

R + G + B = 238 + 185 + 93 = 516 (100%)
R 238 of 516 ~ 46.12%
G 185 of 516 ~ 35.85%
B 93 of 516 ~ 18.02'%

%46.12
%35.85
%18.02

CMYK color model

#EEB95D color CMYK value is (0,22,61,7).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 60.92%
  • key color value is 6.67%

CMYK: (0,22,61,7)
C0M22Y61K7 (0%, 22%, 61%, 7%)
(0.00 / 0.22 / 0.61 / 0.07)

CMYK percentages

%0
%22.27
%60.92
%6.67

Codes

Color #EEB95D in popluar color models

EE B9 5D
RGB 238 185 93
HSL 38° 81.01% 64.90%
HSB/HSV 38° 60.92% 93.33%
CMYK 0.00% 22.27% 60.92%
6.67%

Color #EEB95D in popluar number systems.

HEX EE B9 5D
Decimal 238 185 93
Binary 11101110 10111001 1011101
Octal 356 271 135

Shades and tints

Shades of #EEB95D

#EEB95D
(238,185,93)
#D9A955
(217,169,85)
#C4994D
(196,153,77)
#AF8945
(175,137,69)
#9A793D
(154,121,61)
#856935
(133,105,53)
#70592D
(112,89,45)
#5B4925
(91,73,37)
#46391D
(70,57,29)
#312915
(49,41,21)
#1C190D
(28,25,13)
#000000
(0,0,0)

Tints of #EEB95D

#EEB95D
(238,185,93)
#EFBF6B
(239,191,107)
#F0C579
(240,197,121)
#F1CB87
(241,203,135)
#F2D195
(242,209,149)
#F3D7A3
(243,215,163)
#F4DDB1
(244,221,177)
#F5E3BF
(245,227,191)
#F6E9CD
(246,233,205)
#F7EFDB
(247,239,219)
#F8F5E9
(248,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB95D; }

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

This text font color is #EEB95D.

Background Color

.myBgColor { background-color: #EEB95D; }

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

This div background color is #EEB95D.

Border color

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

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

This div border color is #EEB95D.

Opacity

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

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

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

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

This text has shadow with #EEB95D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB95D.

Preview

Color preview on black background

This text has color #EEB95D on black background.


Color preview on white background

This text has color #EEB95D on white background.


Black color preview on #EEB95D background

This text has black color on #EEB95D background.


White color preview on #EEB95D background

This text has white color on #EEB95D background.


Related colors

Complementary color

Complementary color for #hex is #1146A2.


I love getcolorcode.com

Triadic colors

1 #5DEEB9 and #B95DEE with #EEB95D are triadic colors.

2 #5DB9EE and #B9EE5D with #EEB95D are triadic colors.