COLOR #E6C17F

HEX: #E6C17F RGB: (230,193,127)

Color info

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

RGB color model

#E6C17F color RGB value is (230,193,127).

RGB: (230,193,127) (90%, 76%, 50%)

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 127 of 255 = 50%

230
193
127

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

Portions of RGB colors in percentages

R + G + B = 230 + 193 + 127 = 550 (100%)
R 230 of 550 ~ 41.82%
G 193 of 550 ~ 35.09%
B 127 of 550 ~ 23.09'%

%41.82
%35.09
%23.09

CMYK color model

#E6C17F color CMYK value is (0,16,45,10).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 44.78%
  • key color value is 9.80%

CMYK: (0,16,45,10)
C0M16Y45K10 (0%, 16%, 45%, 10%)
(0.00 / 0.16 / 0.45 / 0.10)

CMYK percentages

%0
%16.09
%44.78
%9.8

Codes

Color #E6C17F in popluar color models

E6 C1 7F
RGB 230 193 127
HSL 38° 67.32% 70.00%
HSB/HSV 38° 44.78% 90.20%
CMYK 0.00% 16.09% 44.78%
9.80%

Color #E6C17F in popluar number systems.

HEX E6 C1 7F
Decimal 230 193 127
Binary 11100110 11000001 1111111
Octal 346 301 177

Shades and tints

Shades of #E6C17F

#E6C17F
(230,193,127)
#D2B074
(210,176,116)
#BE9F69
(190,159,105)
#AA8E5E
(170,142,94)
#967D53
(150,125,83)
#826C48
(130,108,72)
#6E5B3D
(110,91,61)
#5A4A32
(90,74,50)
#463927
(70,57,39)
#32281C
(50,40,28)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #E6C17F

#E6C17F
(230,193,127)
#E8C68A
(232,198,138)
#EACB95
(234,203,149)
#ECD0A0
(236,208,160)
#EED5AB
(238,213,171)
#F0DAB6
(240,218,182)
#F2DFC1
(242,223,193)
#F4E4CC
(244,228,204)
#F6E9D7
(246,233,215)
#F8EEE2
(248,238,226)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C17F; }

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

This text font color is #E6C17F.

Background Color

.myBgColor { background-color: #E6C17F; }

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

This div background color is #E6C17F.

Border color

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

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

This div border color is #E6C17F.

Opacity

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

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

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

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

This text has shadow with #E6C17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C17F.

Preview

Color preview on black background

This text has color #E6C17F on black background.


Color preview on white background

This text has color #E6C17F on white background.


Black color preview on #E6C17F background

This text has black color on #E6C17F background.


White color preview on #E6C17F background

This text has white color on #E6C17F background.


Related colors

Complementary color

Complementary color for #hex is #193E80.


I love getcolorcode.com

Triadic colors

1 #7FE6C1 and #C17FE6 with #E6C17F are triadic colors.

2 #7FC1E6 and #C1E67F with #E6C17F are triadic colors.