COLOR #E4AF6E

HEX: #E4AF6E
RGB: (228,175,110)

Color info

#E4AF6E contains mainly red and green colors. Web safe color of #E4AF6E is #CC9966 (or #C96).

RGB color model

#E4AF6E color RGB value is (228,175,110).

  • red value is 228;
  • green value is 175;
  • blue value is 110.
RGB:
(228,175,110)
(89%,69%,43%)

RGB channels and saturation

R 228 of 255 = 89%
G 175 of 255 = 69%
B 110 of 255 = 43%

228
175
110

R + G + B ~ 67%. #E4AF6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 175 + 110 = 513 (100%)
R 228 of 513 ~ 44.44%
G 175 of 513 ~ 34.11%
B 110 of 513 ~ 21.44%

%44.44
%34.11
%21.44

CMYK color model

#E4AF6E color CMYK value is (0,23,52,11).

  • cyan value is 0.00%
  • magenta value is 23.25%
  • yellow value is 51.75%
  • key color value is 10.59%
CMYK:
(0,23,52,11)
C0M23Y52K11 
(0%,23%,52%,11%)
(0.00/0.23/0.52/0.11)	

CMYK percentages

%0
%23.25
%51.75
%10.59

Codes

Color #E4AF6E in popluar color models

E4AF6E
RGB228175110
HSL33°68.60%66.27%
HSB/HSV33°51.75%89.41%
CMYK0.00%23.25%51.75%
10.59%

Color #E4AF6E in popluar number systems.

HEXE4AF6E
Decimal228175110
Binary11100100101011111101110
Octal344257156

Shades and tints

Shades of #E4AF6E

#E4AF6E
(228,175,110)
#D0A064
(208,160,100)
#BC915A
(188,145,90)
#A88250
(168,130,80)
#947346
(148,115,70)
#80643C
(128,100,60)
#6C5532
(108,85,50)
#584628
(88,70,40)
#44371E
(68,55,30)
#302814
(48,40,20)
#1C190A
(28,25,10)
#000000
(0,0,0)

Tints of #E4AF6E

#E4AF6E
(228,175,110)
#E6B67B
(230,182,123)
#E8BD88
(232,189,136)
#EAC495
(234,196,149)
#ECCBA2
(236,203,162)
#EED2AF
(238,210,175)
#F0D9BC
(240,217,188)
#F2E0C9
(242,224,201)
#F4E7D6
(244,231,214)
#F6EEE3
(246,238,227)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AF6E color. Also use rgb(228,175,110) instead hex code.

Text Font Color

.myTextColor { color: #E4AF6E; }

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

This text font color is #E4AF6E.


Background Color

.myBgColor { background-color: #E4AF6E; }

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

This div background color is #E4AF6E.


Border color

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

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

This div border color is #E4AF6E.


Opacity

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

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

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

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

This text has shadow with #E4AF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AF6E on black background.


Color preview on white background

This text has color #E4AF6E on white background.



Black color preview on #E4AF6E background

This text has black color on #E4AF6E background.


White color preview on #E4AF6E background

This text has white color on #E4AF6E background.