COLOR #E6C57D

HEX: #E6C57D
RGB: (230,197,125)

Color info

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

RGB color model

#E6C57D color RGB value is (230,197,125).

  • red value is 230;
  • green value is 197;
  • blue value is 125.
RGB:
(230,197,125)
(90%,77%,49%)

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 125 of 255 = 49%

230
197
125

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

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 125 = 552 (100%)
R 230 of 552 ~ 41.67%
G 197 of 552 ~ 35.69%
B 125 of 552 ~ 22.64%

%41.67
%35.69
%22.64

CMYK color model

#E6C57D color CMYK value is (0,14,46,10).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 45.65%
  • key color value is 9.80%
CMYK:
(0,14,46,10)
C0M14Y46K10 
(0%,14%,46%,10%)
(0.00/0.14/0.46/0.10)	

CMYK percentages

%0
%14.35
%45.65
%9.8

Codes

Color #E6C57D in popluar color models

E6C57D
RGB230197125
HSL41°67.74%69.61%
HSB/HSV41°45.65%90.20%
CMYK0.00%14.35%45.65%
9.80%

Color #E6C57D in popluar number systems.

HEXE6C57D
Decimal230197125
Binary11100110110001011111101
Octal346305175

Shades and tints

Shades of #E6C57D

#E6C57D
(230,197,125)
#D2B472
(210,180,114)
#BEA367
(190,163,103)
#AA925C
(170,146,92)
#968151
(150,129,81)
#827046
(130,112,70)
#6E5F3B
(110,95,59)
#5A4E30
(90,78,48)
#463D25
(70,61,37)
#322C1A
(50,44,26)
#1E1B0F
(30,27,15)
#000000
(0,0,0)

Tints of #E6C57D

#E6C57D
(230,197,125)
#E8CA88
(232,202,136)
#EACF93
(234,207,147)
#ECD49E
(236,212,158)
#EED9A9
(238,217,169)
#F0DEB4
(240,222,180)
#F2E3BF
(242,227,191)
#F4E8CA
(244,232,202)
#F6EDD5
(246,237,213)
#F8F2E0
(248,242,224)
#FAF7EB
(250,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C57D color. Also use rgb(230,197,125) instead hex code.

Text Font Color

.myTextColor { color: #E6C57D; }

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

This text font color is #E6C57D.


Background Color

.myBgColor { background-color: #E6C57D; }

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

This div background color is #E6C57D.


Border color

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

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

This div border color is #E6C57D.


Opacity

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

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

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

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

This text has shadow with #E6C57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C57D on black background.


Color preview on white background

This text has color #E6C57D on white background.



Black color preview on #E6C57D background

This text has black color on #E6C57D background.


White color preview on #E6C57D background

This text has white color on #E6C57D background.