COLOR #E5A23D

HEX: #E5A23D
RGB: (229,162,61)

Color info

#E5A23D contains mainly red color. Web safe color of #E5A23D is #CC9933 (or #C93).

RGB color model

#E5A23D color RGB value is (229,162,61).

  • red value is 229;
  • green value is 162;
  • blue value is 61.
RGB:
(229,162,61)
(90%,64%,24%)

RGB channels and saturation

R 229 of 255 = 90%
G 162 of 255 = 64%
B 61 of 255 = 24%

229
162
61

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

Portions of RGB colors in percentages

R + G + B =
229 + 162 + 61 = 452 (100%)
R 229 of 452 ~ 50.66%
G 162 of 452 ~ 35.84%
B 61 of 452 ~ 13.5%

%50.66
%35.84
%13.5

CMYK color model

#E5A23D color CMYK value is (0,29,73,10).

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 73.36%
  • key color value is 10.20%
CMYK:
(0,29,73,10)
C0M29Y73K10 
(0%,29%,73%,10%)
(0.00/0.29/0.73/0.10)	

CMYK percentages

%0
%29.26
%73.36
%10.2

Codes

Color #E5A23D in popluar color models

E5A23D
RGB22916261
HSL36°76.36%56.86%
HSB/HSV36°73.36%89.80%
CMYK0.00%29.26%73.36%
10.20%

Color #E5A23D in popluar number systems.

HEXE5A23D
Decimal22916261
Binary1110010110100010111101
Octal34524275

Shades and tints

Shades of #E5A23D

#E5A23D
(229,162,61)
#D19438
(209,148,56)
#BD8633
(189,134,51)
#A9782E
(169,120,46)
#956A29
(149,106,41)
#815C24
(129,92,36)
#6D4E1F
(109,78,31)
#59401A
(89,64,26)
#453215
(69,50,21)
#312410
(49,36,16)
#1D160B
(29,22,11)
#000000
(0,0,0)

Tints of #E5A23D

#E5A23D
(229,162,61)
#E7AA4E
(231,170,78)
#E9B25F
(233,178,95)
#EBBA70
(235,186,112)
#EDC281
(237,194,129)
#EFCA92
(239,202,146)
#F1D2A3
(241,210,163)
#F3DAB4
(243,218,180)
#F5E2C5
(245,226,197)
#F7EAD6
(247,234,214)
#F9F2E7
(249,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A23D color. Also use rgb(229,162,61) instead hex code.

Text Font Color

.myTextColor { color: #E5A23D; }

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

This text font color is #E5A23D.


Background Color

.myBgColor { background-color: #E5A23D; }

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

This div background color is #E5A23D.


Border color

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

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

This div border color is #E5A23D.


Opacity

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

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

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

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

This text has shadow with #E5A23D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A23D on black background.


Color preview on white background

This text has color #E5A23D on white background.



Black color preview on #E5A23D background

This text has black color on #E5A23D background.


White color preview on #E5A23D background

This text has white color on #E5A23D background.