COLOR #E6A64F

HEX: #E6A64F
RGB: (230,166,79)

Color info

#E6A64F contains mainly red color. Web safe color of #E6A64F is #CC9966 (or #C96).

RGB color model

#E6A64F color RGB value is (230,166,79).

  • red value is 230;
  • green value is 166;
  • blue value is 79.
RGB:
(230,166,79)
(90%,65%,31%)

RGB channels and saturation

R 230 of 255 = 90%
G 166 of 255 = 65%
B 79 of 255 = 31%

230
166
79

R + G + B ~ 62%. #E6A64F is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 166 + 79 = 475 (100%)
R 230 of 475 ~ 48.42%
G 166 of 475 ~ 34.95%
B 79 of 475 ~ 16.63%

%48.42
%34.95
%16.63

CMYK color model

#E6A64F color CMYK value is (0,28,66,10).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 65.65%
  • key color value is 9.80%
CMYK:
(0,28,66,10)
C0M28Y66K10 
(0%,28%,66%,10%)
(0.00/0.28/0.66/0.10)	

CMYK percentages

%0
%27.83
%65.65
%9.8

Codes

Color #E6A64F in popluar color models

E6A64F
RGB23016679
HSL35°75.12%60.59%
HSB/HSV35°65.65%90.20%
CMYK0.00%27.83%65.65%
9.80%

Color #E6A64F in popluar number systems.

HEXE6A64F
Decimal23016679
Binary11100110101001101001111
Octal346246117

Shades and tints

Shades of #E6A64F

#E6A64F
(230,166,79)
#D29748
(210,151,72)
#BE8841
(190,136,65)
#AA793A
(170,121,58)
#966A33
(150,106,51)
#825B2C
(130,91,44)
#6E4C25
(110,76,37)
#5A3D1E
(90,61,30)
#462E17
(70,46,23)
#321F10
(50,31,16)
#1E1009
(30,16,9)
#000000
(0,0,0)

Tints of #E6A64F

#E6A64F
(230,166,79)
#E8AE5F
(232,174,95)
#EAB66F
(234,182,111)
#ECBE7F
(236,190,127)
#EEC68F
(238,198,143)
#F0CE9F
(240,206,159)
#F2D6AF
(242,214,175)
#F4DEBF
(244,222,191)
#F6E6CF
(246,230,207)
#F8EEDF
(248,238,223)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A64F color. Also use rgb(230,166,79) instead hex code.

Text Font Color

.myTextColor { color: #E6A64F; }

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

This text font color is #E6A64F.


Background Color

.myBgColor { background-color: #E6A64F; }

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

This div background color is #E6A64F.


Border color

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

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

This div border color is #E6A64F.


Opacity

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

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

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

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

This text has shadow with #E6A64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A64F on black background.


Color preview on white background

This text has color #E6A64F on white background.



Black color preview on #E6A64F background

This text has black color on #E6A64F background.


White color preview on #E6A64F background

This text has white color on #E6A64F background.