COLOR #E6A858

HEX: #E6A858
RGB: (230,168,88)

Color info

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

RGB color model

#E6A858 color RGB value is (230,168,88).

  • red value is 230;
  • green value is 168;
  • blue value is 88.
RGB:
(230,168,88)
(90%,66%,35%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 88 of 255 = 35%

230
168
88

R + G + B ~ 64%. #E6A858 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 168 + 88 = 486 (100%)
R 230 of 486 ~ 47.33%
G 168 of 486 ~ 34.57%
B 88 of 486 ~ 18.11%

%47.33
%34.57
%18.11

CMYK color model

#E6A858 color CMYK value is (0,27,62,10).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 61.74%
  • key color value is 9.80%
CMYK:
(0,27,62,10)
C0M27Y62K10 
(0%,27%,62%,10%)
(0.00/0.27/0.62/0.10)	

CMYK percentages

%0
%26.96
%61.74
%9.8

Codes

Color #E6A858 in popluar color models

E6A858
RGB23016888
HSL34°73.96%62.35%
HSB/HSV34°61.74%90.20%
CMYK0.00%26.96%61.74%
9.80%

Color #E6A858 in popluar number systems.

HEXE6A858
Decimal23016888
Binary11100110101010001011000
Octal346250130

Shades and tints

Shades of #E6A858

#E6A858
(230,168,88)
#D29950
(210,153,80)
#BE8A48
(190,138,72)
#AA7B40
(170,123,64)
#966C38
(150,108,56)
#825D30
(130,93,48)
#6E4E28
(110,78,40)
#5A3F20
(90,63,32)
#463018
(70,48,24)
#322110
(50,33,16)
#1E1208
(30,18,8)
#000000
(0,0,0)

Tints of #E6A858

#E6A858
(230,168,88)
#E8AF67
(232,175,103)
#EAB676
(234,182,118)
#ECBD85
(236,189,133)
#EEC494
(238,196,148)
#F0CBA3
(240,203,163)
#F2D2B2
(242,210,178)
#F4D9C1
(244,217,193)
#F6E0D0
(246,224,208)
#F8E7DF
(248,231,223)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A858 color. Also use rgb(230,168,88) instead hex code.

Text Font Color

.myTextColor { color: #E6A858; }

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

This text font color is #E6A858.


Background Color

.myBgColor { background-color: #E6A858; }

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

This div background color is #E6A858.


Border color

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

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

This div border color is #E6A858.


Opacity

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

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

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

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

This text has shadow with #E6A858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A858 on black background.


Color preview on white background

This text has color #E6A858 on white background.



Black color preview on #E6A858 background

This text has black color on #E6A858 background.


White color preview on #E6A858 background

This text has white color on #E6A858 background.