COLOR #E8AF4A

HEX: #E8AF4A
RGB: (232,175,74)

Color info

#E8AF4A contains mainly red and green colors. Web safe color of #E8AF4A is #FF9933 (or #F93).

RGB color model

#E8AF4A color RGB value is (232,175,74).

  • red value is 232;
  • green value is 175;
  • blue value is 74.
RGB:
(232,175,74)
(91%,69%,29%)

RGB channels and saturation

R 232 of 255 = 91%
G 175 of 255 = 69%
B 74 of 255 = 29%

232
175
74

R + G + B ~ 63%. #E8AF4A is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 175 + 74 = 481 (100%)
R 232 of 481 ~ 48.23%
G 175 of 481 ~ 36.38%
B 74 of 481 ~ 15.38%

%48.23
%36.38
%15.38

CMYK color model

#E8AF4A color CMYK value is (0,25,68,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 68.10%
  • key color value is 9.02%
CMYK:
(0,25,68,9)
C0M25Y68K9 
(0%,25%,68%,9%)
(0.00/0.25/0.68/0.09)	

CMYK percentages

%0
%24.57
%68.1
%9.02

Codes

Color #E8AF4A in popluar color models

E8AF4A
RGB23217574
HSL38°77.45%60.00%
HSB/HSV38°68.10%90.98%
CMYK0.00%24.57%68.10%
9.02%

Color #E8AF4A in popluar number systems.

HEXE8AF4A
Decimal23217574
Binary11101000101011111001010
Octal350257112

Shades and tints

Shades of #E8AF4A

#E8AF4A
(232,175,74)
#D3A044
(211,160,68)
#BE913E
(190,145,62)
#A98238
(169,130,56)
#947332
(148,115,50)
#7F642C
(127,100,44)
#6A5526
(106,85,38)
#554620
(85,70,32)
#40371A
(64,55,26)
#2B2814
(43,40,20)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #E8AF4A

#E8AF4A
(232,175,74)
#EAB65A
(234,182,90)
#ECBD6A
(236,189,106)
#EEC47A
(238,196,122)
#F0CB8A
(240,203,138)
#F2D29A
(242,210,154)
#F4D9AA
(244,217,170)
#F6E0BA
(246,224,186)
#F8E7CA
(248,231,202)
#FAEEDA
(250,238,218)
#FCF5EA
(252,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AF4A color. Also use rgb(232,175,74) instead hex code.

Text Font Color

.myTextColor { color: #E8AF4A; }

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

This text font color is #E8AF4A.


Background Color

.myBgColor { background-color: #E8AF4A; }

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

This div background color is #E8AF4A.


Border color

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

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

This div border color is #E8AF4A.


Opacity

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

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

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

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

This text has shadow with #E8AF4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AF4A on black background.


Color preview on white background

This text has color #E8AF4A on white background.



Black color preview on #E8AF4A background

This text has black color on #E8AF4A background.


White color preview on #E8AF4A background

This text has white color on #E8AF4A background.