COLOR #E6C470

HEX: #E6C470 RGB: (230,196,112)

Color info

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

RGB color model

#E6C470 color RGB value is (230,196,112).

RGB: (230,196,112) (90%, 77%, 44%)

RGB channels and saturation

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

230
196
112

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

Portions of RGB colors in percentages

R + G + B = 230 + 196 + 112 = 538 (100%)
R 230 of 538 ~ 42.75%
G 196 of 538 ~ 36.43%
B 112 of 538 ~ 20.82'%

%42.75
%36.43
%20.82

CMYK color model

#E6C470 color CMYK value is (0,15,51,10).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 51.30%
  • key color value is 9.80%
CMYK: (0,15,51,10) C0M15Y51K10 (0%,15%,51%,10%) (0.00/0.15/0.51/0.10) 

CMYK percentages

%0
%14.78
%51.3
%9.8

Codes

Color #E6C470 in popluar color models

E6 C4 70
RGB 230 196 112
HSL 43° 70.24% 67.06%
HSB/HSV 43° 51.30% 90.20%
CMYK 0.00% 14.78% 51.30%
9.80%

Color #E6C470 in popluar number systems.

HEX E6 C4 70
Decimal 230 196 112
Binary 11100110 11000100 1110000
Octal 346 304 160

Shades and tints

Shades of #E6C470

#E6C470
(230,196,112)
#D2B366
(210,179,102)
#BEA25C
(190,162,92)
#AA9152
(170,145,82)
#968048
(150,128,72)
#826F3E
(130,111,62)
#6E5E34
(110,94,52)
#5A4D2A
(90,77,42)
#463C20
(70,60,32)
#322B16
(50,43,22)
#1E1A0C
(30,26,12)
#000000
(0,0,0)

Tints of #E6C470

#E6C470
(230,196,112)
#E8C97D
(232,201,125)
#EACE8A
(234,206,138)
#ECD397
(236,211,151)
#EED8A4
(238,216,164)
#F0DDB1
(240,221,177)
#F2E2BE
(242,226,190)
#F4E7CB
(244,231,203)
#F6ECD8
(246,236,216)
#F8F1E5
(248,241,229)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C470; }

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

This text font color is #E6C470.


Background Color

.myBgColor { background-color: #E6C470; }

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

This div background color is #E6C470.


Border color

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

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

This div border color is #E6C470.


Opacity

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

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

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

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

This text has shadow with #E6C470 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E6C470 on black background.


Color preview on white background

This text has color #E6C470 on white background.



Black color preview on #E6C470 background

This text has black color on #E6C470 background.


White color preview on #E6C470 background

This text has white color on #E6C470 background.