COLOR #E6C570

HEX: #E6C570
RGB: (230,197,112)

Color info

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

RGB color model

#E6C570 color RGB value is (230,197,112).

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

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 112 of 255 = 44%

230
197
112

R + G + B ~ 70%. #E6C570 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 112 = 539 (100%)
R 230 of 539 ~ 42.67%
G 197 of 539 ~ 36.55%
B 112 of 539 ~ 20.78%

%42.67
%36.55
%20.78

CMYK color model

#E6C570 color CMYK value is (0,14,51,10).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 51.30%
  • key color value is 9.80%
CMYK:
(0,14,51,10)
C0M14Y51K10 
(0%,14%,51%,10%)
(0.00/0.14/0.51/0.10)	

CMYK percentages

%0
%14.35
%51.3
%9.8

Codes

Color #E6C570 in popluar color models

E6C570
RGB230197112
HSL43°70.24%67.06%
HSB/HSV43°51.30%90.20%
CMYK0.00%14.35%51.30%
9.80%

Color #E6C570 in popluar number systems.

HEXE6C570
Decimal230197112
Binary11100110110001011110000
Octal346305160

Shades and tints

Shades of #E6C570

#E6C570
(230,197,112)
#D2B466
(210,180,102)
#BEA35C
(190,163,92)
#AA9252
(170,146,82)
#968148
(150,129,72)
#82703E
(130,112,62)
#6E5F34
(110,95,52)
#5A4E2A
(90,78,42)
#463D20
(70,61,32)
#322C16
(50,44,22)
#1E1B0C
(30,27,12)
#000000
(0,0,0)

Tints of #E6C570

#E6C570
(230,197,112)
#E8CA7D
(232,202,125)
#EACF8A
(234,207,138)
#ECD497
(236,212,151)
#EED9A4
(238,217,164)
#F0DEB1
(240,222,177)
#F2E3BE
(242,227,190)
#F4E8CB
(244,232,203)
#F6EDD8
(246,237,216)
#F8F2E5
(248,242,229)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C570; }

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

This text font color is #E6C570.


Background Color

.myBgColor { background-color: #E6C570; }

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

This div background color is #E6C570.


Border color

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

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

This div border color is #E6C570.


Opacity

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

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

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

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

This text has shadow with #E6C570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C570 on black background.


Color preview on white background

This text has color #E6C570 on white background.



Black color preview on #E6C570 background

This text has black color on #E6C570 background.


White color preview on #E6C570 background

This text has white color on #E6C570 background.