COLOR #E3AF2D

HEX: #E3AF2D
RGB: (227,175,45)

Color info

#E3AF2D contains mainly red and green colors. Web safe color of #E3AF2D is #CC9933 (or #C93).

RGB color model

#E3AF2D color RGB value is (227,175,45).

  • red value is 227;
  • green value is 175;
  • blue value is 45.
RGB:
(227,175,45)
(89%,69%,18%)

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 45 of 255 = 18%

227
175
45

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

Portions of RGB colors in percentages

R + G + B =
227 + 175 + 45 = 447 (100%)
R 227 of 447 ~ 50.78%
G 175 of 447 ~ 39.15%
B 45 of 447 ~ 10.07%

%50.78
%39.15
%10.07

CMYK color model

#E3AF2D color CMYK value is (0,23,80,11).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 80.18%
  • key color value is 10.98%
CMYK:
(0,23,80,11)
C0M23Y80K11 
(0%,23%,80%,11%)
(0.00/0.23/0.80/0.11)	

CMYK percentages

%0
%22.91
%80.18
%10.98

Codes

Color #E3AF2D in popluar color models

E3AF2D
RGB22717545
HSL43°76.47%53.33%
HSB/HSV43°80.18%89.02%
CMYK0.00%22.91%80.18%
10.98%

Color #E3AF2D in popluar number systems.

HEXE3AF2D
Decimal22717545
Binary1110001110101111101101
Octal34325755

Shades and tints

Shades of #E3AF2D

#E3AF2D
(227,175,45)
#CFA029
(207,160,41)
#BB9125
(187,145,37)
#A78221
(167,130,33)
#93731D
(147,115,29)
#7F6419
(127,100,25)
#6B5515
(107,85,21)
#574611
(87,70,17)
#43370D
(67,55,13)
#2F2809
(47,40,9)
#1B1905
(27,25,5)
#000000
(0,0,0)

Tints of #E3AF2D

#E3AF2D
(227,175,45)
#E5B640
(229,182,64)
#E7BD53
(231,189,83)
#E9C466
(233,196,102)
#EBCB79
(235,203,121)
#EDD28C
(237,210,140)
#EFD99F
(239,217,159)
#F1E0B2
(241,224,178)
#F3E7C5
(243,231,197)
#F5EED8
(245,238,216)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AF2D color. Also use rgb(227,175,45) instead hex code.

Text Font Color

.myTextColor { color: #E3AF2D; }

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

This text font color is #E3AF2D.


Background Color

.myBgColor { background-color: #E3AF2D; }

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

This div background color is #E3AF2D.


Border color

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

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

This div border color is #E3AF2D.


Opacity

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

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

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

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

This text has shadow with #E3AF2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AF2D on black background.


Color preview on white background

This text has color #E3AF2D on white background.



Black color preview on #E3AF2D background

This text has black color on #E3AF2D background.


White color preview on #E3AF2D background

This text has white color on #E3AF2D background.