COLOR #E6A402

HEX: #E6A402
RGB: (230,164,2)

Color info

#E6A402 contains mainly red color. Web safe color of #E6A402 is #CC9900 (or #C90).

RGB color model

#E6A402 color RGB value is (230,164,2).

  • red value is 230;
  • green value is 164;
  • blue value is 2.
RGB:
(230,164,2)
(90%,64%,1%)

RGB channels and saturation

R 230 of 255 = 90%
G 164 of 255 = 64%
B 2 of 255 = 1%

230
164
2

R + G + B ~ 52%. #E6A402 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
230 + 164 + 2 = 396 (100%)
R 230 of 396 ~ 58.08%
G 164 of 396 ~ 41.41%
B 2 of 396 ~ 0.51%

%58.08
%41.41

CMYK color model

#E6A402 color CMYK value is (0,29,99,10).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 99.13%
  • key color value is 9.80%
CMYK:
(0,29,99,10)
C0M29Y99K10 
(0%,29%,99%,10%)
(0.00/0.29/0.99/0.10)	

CMYK percentages

%0
%28.7
%99.13
%9.8

Codes

Color #E6A402 in popluar color models

E6A402
RGB2301642
HSL43°98.28%45.49%
HSB/HSV43°99.13%90.20%
CMYK0.00%28.70%99.13%
9.80%

Color #E6A402 in popluar number systems.

HEXE6A402
Decimal2301642
Binary111001101010010010
Octal3462442

Shades and tints

Shades of #E6A402

#E6A402
(230,164,2)
#D29602
(210,150,2)
#BE8802
(190,136,2)
#AA7A02
(170,122,2)
#966C02
(150,108,2)
#825E02
(130,94,2)
#6E5002
(110,80,2)
#5A4202
(90,66,2)
#463402
(70,52,2)
#322602
(50,38,2)
#1E1802
(30,24,2)
#000000
(0,0,0)

Tints of #E6A402

#E6A402
(230,164,2)
#E8AC19
(232,172,25)
#EAB430
(234,180,48)
#ECBC47
(236,188,71)
#EEC45E
(238,196,94)
#F0CC75
(240,204,117)
#F2D48C
(242,212,140)
#F4DCA3
(244,220,163)
#F6E4BA
(246,228,186)
#F8ECD1
(248,236,209)
#FAF4E8
(250,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A402 color. Also use rgb(230,164,2) instead hex code.

Text Font Color

.myTextColor { color: #E6A402; }

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

This text font color is #E6A402.


Background Color

.myBgColor { background-color: #E6A402; }

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

This div background color is #E6A402.


Border color

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

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

This div border color is #E6A402.


Opacity

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

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

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

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

This text has shadow with #E6A402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A402 on black background.


Color preview on white background

This text has color #E6A402 on white background.



Black color preview on #E6A402 background

This text has black color on #E6A402 background.


White color preview on #E6A402 background

This text has white color on #E6A402 background.