COLOR #E6A946

HEX: #E6A946
RGB: (230,169,70)

Color info

#E6A946 contains mainly red color. Web safe color of #E6A946 is #CC9933 (or #C93).

RGB color model

#E6A946 color RGB value is (230,169,70).

  • red value is 230;
  • green value is 169;
  • blue value is 70.
RGB:
(230,169,70)
(90%,66%,27%)

RGB channels and saturation

R 230 of 255 = 90%
G 169 of 255 = 66%
B 70 of 255 = 27%

230
169
70

R + G + B ~ 61%. #E6A946 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 169 + 70 = 469 (100%)
R 230 of 469 ~ 49.04%
G 169 of 469 ~ 36.03%
B 70 of 469 ~ 14.93%

%49.04
%36.03
%14.93

CMYK color model

#E6A946 color CMYK value is (0,27,70,10).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 69.57%
  • key color value is 9.80%
CMYK:
(0,27,70,10)
C0M27Y70K10 
(0%,27%,70%,10%)
(0.00/0.27/0.70/0.10)	

CMYK percentages

%0
%26.52
%69.57
%9.8

Codes

Color #E6A946 in popluar color models

E6A946
RGB23016970
HSL37°76.19%58.82%
HSB/HSV37°69.57%90.20%
CMYK0.00%26.52%69.57%
9.80%

Color #E6A946 in popluar number systems.

HEXE6A946
Decimal23016970
Binary11100110101010011000110
Octal346251106

Shades and tints

Shades of #E6A946

#E6A946
(230,169,70)
#D29A40
(210,154,64)
#BE8B3A
(190,139,58)
#AA7C34
(170,124,52)
#966D2E
(150,109,46)
#825E28
(130,94,40)
#6E4F22
(110,79,34)
#5A401C
(90,64,28)
#463116
(70,49,22)
#322210
(50,34,16)
#1E130A
(30,19,10)
#000000
(0,0,0)

Tints of #E6A946

#E6A946
(230,169,70)
#E8B056
(232,176,86)
#EAB766
(234,183,102)
#ECBE76
(236,190,118)
#EEC586
(238,197,134)
#F0CC96
(240,204,150)
#F2D3A6
(242,211,166)
#F4DAB6
(244,218,182)
#F6E1C6
(246,225,198)
#F8E8D6
(248,232,214)
#FAEFE6
(250,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A946 color. Also use rgb(230,169,70) instead hex code.

Text Font Color

.myTextColor { color: #E6A946; }

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

This text font color is #E6A946.


Background Color

.myBgColor { background-color: #E6A946; }

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

This div background color is #E6A946.


Border color

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

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

This div border color is #E6A946.


Opacity

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

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

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

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

This text has shadow with #E6A946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A946 on black background.


Color preview on white background

This text has color #E6A946 on white background.



Black color preview on #E6A946 background

This text has black color on #E6A946 background.


White color preview on #E6A946 background

This text has white color on #E6A946 background.