COLOR #E6C175

HEX: #E6C175
RGB: (230,193,117)

Color info

#E6C175 contains mainly red and green colors. Web safe color of #E6C175 is #CCCC66 (or #CC6).

RGB color model

#E6C175 color RGB value is (230,193,117).

  • red value is 230;
  • green value is 193;
  • blue value is 117.
RGB:
(230,193,117)
(90%,76%,46%)

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 117 of 255 = 46%

230
193
117

R + G + B ~ 71%. #E6C175 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 193 + 117 = 540 (100%)
R 230 of 540 ~ 42.59%
G 193 of 540 ~ 35.74%
B 117 of 540 ~ 21.67%

%42.59
%35.74
%21.67

CMYK color model

#E6C175 color CMYK value is (0,16,49,10).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 49.13%
  • key color value is 9.80%
CMYK:
(0,16,49,10)
C0M16Y49K10 
(0%,16%,49%,10%)
(0.00/0.16/0.49/0.10)	

CMYK percentages

%0
%16.09
%49.13
%9.8

Codes

Color #E6C175 in popluar color models

E6C175
RGB230193117
HSL40°69.33%68.04%
HSB/HSV40°49.13%90.20%
CMYK0.00%16.09%49.13%
9.80%

Color #E6C175 in popluar number systems.

HEXE6C175
Decimal230193117
Binary11100110110000011110101
Octal346301165

Shades and tints

Shades of #E6C175

#E6C175
(230,193,117)
#D2B06B
(210,176,107)
#BE9F61
(190,159,97)
#AA8E57
(170,142,87)
#967D4D
(150,125,77)
#826C43
(130,108,67)
#6E5B39
(110,91,57)
#5A4A2F
(90,74,47)
#463925
(70,57,37)
#32281B
(50,40,27)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #E6C175

#E6C175
(230,193,117)
#E8C681
(232,198,129)
#EACB8D
(234,203,141)
#ECD099
(236,208,153)
#EED5A5
(238,213,165)
#F0DAB1
(240,218,177)
#F2DFBD
(242,223,189)
#F4E4C9
(244,228,201)
#F6E9D5
(246,233,213)
#F8EEE1
(248,238,225)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C175 color. Also use rgb(230,193,117) instead hex code.

Text Font Color

.myTextColor { color: #E6C175; }

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

This text font color is #E6C175.


Background Color

.myBgColor { background-color: #E6C175; }

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

This div background color is #E6C175.


Border color

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

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

This div border color is #E6C175.


Opacity

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

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

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

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

This text has shadow with #E6C175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C175 on black background.


Color preview on white background

This text has color #E6C175 on white background.



Black color preview on #E6C175 background

This text has black color on #E6C175 background.


White color preview on #E6C175 background

This text has white color on #E6C175 background.