COLOR #E8AF1D

HEX: #E8AF1D
RGB: (232,175,29)

Color info

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

RGB color model

#E8AF1D color RGB value is (232,175,29).

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

RGB channels and saturation

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

232
175
29

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

Portions of RGB colors in percentages

R + G + B =
232 + 175 + 29 = 436 (100%)
R 232 of 436 ~ 53.21%
G 175 of 436 ~ 40.14%
B 29 of 436 ~ 6.65%

%53.21
%40.14

CMYK color model

#E8AF1D color CMYK value is (0,25,88,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 87.50%
  • key color value is 9.02%
CMYK:
(0,25,88,9)
C0M25Y88K9 
(0%,25%,88%,9%)
(0.00/0.25/0.88/0.09)	

CMYK percentages

%0
%24.57
%87.5
%9.02

Codes

Color #E8AF1D in popluar color models

E8AF1D
RGB23217529
HSL43°81.53%51.18%
HSB/HSV43°87.50%90.98%
CMYK0.00%24.57%87.50%
9.02%

Color #E8AF1D in popluar number systems.

HEXE8AF1D
Decimal23217529
Binary111010001010111111101
Octal35025735

Shades and tints

Shades of #E8AF1D

#E8AF1D
(232,175,29)
#D3A01B
(211,160,27)
#BE9119
(190,145,25)
#A98217
(169,130,23)
#947315
(148,115,21)
#7F6413
(127,100,19)
#6A5511
(106,85,17)
#55460F
(85,70,15)
#40370D
(64,55,13)
#2B280B
(43,40,11)
#161909
(22,25,9)
#000000
(0,0,0)

Tints of #E8AF1D

#E8AF1D
(232,175,29)
#EAB631
(234,182,49)
#ECBD45
(236,189,69)
#EEC459
(238,196,89)
#F0CB6D
(240,203,109)
#F2D281
(242,210,129)
#F4D995
(244,217,149)
#F6E0A9
(246,224,169)
#F8E7BD
(248,231,189)
#FAEED1
(250,238,209)
#FCF5E5
(252,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AF1D; }

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

This text font color is #E8AF1D.


Background Color

.myBgColor { background-color: #E8AF1D; }

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

This div background color is #E8AF1D.


Border color

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

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

This div border color is #E8AF1D.


Opacity

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

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

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

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

This text has shadow with #E8AF1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AF1D on black background.


Color preview on white background

This text has color #E8AF1D on white background.



Black color preview on #E8AF1D background

This text has black color on #E8AF1D background.


White color preview on #E8AF1D background

This text has white color on #E8AF1D background.