COLOR #E9C775

HEX: #E9C775
RGB: (233,199,117)

Color info

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

RGB color model

#E9C775 color RGB value is (233,199,117).

  • red value is 233;
  • green value is 199;
  • blue value is 117.
RGB:
(233,199,117)
(91%,78%,46%)

RGB channels and saturation

R 233 of 255 = 91%
G 199 of 255 = 78%
B 117 of 255 = 46%

233
199
117

R + G + B ~ 72%. #E9C775 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 199 + 117 = 549 (100%)
R 233 of 549 ~ 42.44%
G 199 of 549 ~ 36.25%
B 117 of 549 ~ 21.31%

%42.44
%36.25
%21.31

CMYK color model

#E9C775 color CMYK value is (0,15,50,9).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 49.79%
  • key color value is 8.63%
CMYK:
(0,15,50,9)
C0M15Y50K9 
(0%,15%,50%,9%)
(0.00/0.15/0.50/0.09)	

CMYK percentages

%0
%14.59
%49.79
%8.63

Codes

Color #E9C775 in popluar color models

E9C775
RGB233199117
HSL42°72.50%68.63%
HSB/HSV42°49.79%91.37%
CMYK0.00%14.59%49.79%
8.63%

Color #E9C775 in popluar number systems.

HEXE9C775
Decimal233199117
Binary11101001110001111110101
Octal351307165

Shades and tints

Shades of #E9C775

#E9C775
(233,199,117)
#D4B56B
(212,181,107)
#BFA361
(191,163,97)
#AA9157
(170,145,87)
#957F4D
(149,127,77)
#806D43
(128,109,67)
#6B5B39
(107,91,57)
#56492F
(86,73,47)
#413725
(65,55,37)
#2C251B
(44,37,27)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #E9C775

#E9C775
(233,199,117)
#EBCC81
(235,204,129)
#EDD18D
(237,209,141)
#EFD699
(239,214,153)
#F1DBA5
(241,219,165)
#F3E0B1
(243,224,177)
#F5E5BD
(245,229,189)
#F7EAC9
(247,234,201)
#F9EFD5
(249,239,213)
#FBF4E1
(251,244,225)
#FDF9ED
(253,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C775 color. Also use rgb(233,199,117) instead hex code.

Text Font Color

.myTextColor { color: #E9C775; }

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

This text font color is #E9C775.


Background Color

.myBgColor { background-color: #E9C775; }

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

This div background color is #E9C775.


Border color

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

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

This div border color is #E9C775.


Opacity

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

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

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

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

This text has shadow with #E9C775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C775 on black background.


Color preview on white background

This text has color #E9C775 on white background.



Black color preview on #E9C775 background

This text has black color on #E9C775 background.


White color preview on #E9C775 background

This text has white color on #E9C775 background.