COLOR #E4AE08

HEX: #E4AE08
RGB: (228,174,8)

Color info

#E4AE08 contains mainly red and green colors. Web safe color of #E4AE08 is #CC9900 (or #C90).

RGB color model

#E4AE08 color RGB value is (228,174,8).

  • red value is 228;
  • green value is 174;
  • blue value is 8.
RGB:
(228,174,8)
(89%,68%,3%)

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 8 of 255 = 3%

228
174
8

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

Portions of RGB colors in percentages

R + G + B =
228 + 174 + 8 = 410 (100%)
R 228 of 410 ~ 55.61%
G 174 of 410 ~ 42.44%
B 8 of 410 ~ 1.95%

%55.61
%42.44

CMYK color model

#E4AE08 color CMYK value is (0,24,96,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 96.49%
  • key color value is 10.59%
CMYK:
(0,24,96,11)
C0M24Y96K11 
(0%,24%,96%,11%)
(0.00/0.24/0.96/0.11)	

CMYK percentages

%0
%23.68
%96.49
%10.59

Codes

Color #E4AE08 in popluar color models

E4AE08
RGB2281748
HSL45°93.22%46.27%
HSB/HSV45°96.49%89.41%
CMYK0.00%23.68%96.49%
10.59%

Color #E4AE08 in popluar number systems.

HEXE4AE08
Decimal2281748
Binary11100100101011101000
Octal34425610

Shades and tints

Shades of #E4AE08

#E4AE08
(228,174,8)
#D09F08
(208,159,8)
#BC9008
(188,144,8)
#A88108
(168,129,8)
#947208
(148,114,8)
#806308
(128,99,8)
#6C5408
(108,84,8)
#584508
(88,69,8)
#443608
(68,54,8)
#302708
(48,39,8)
#1C1808
(28,24,8)
#000000
(0,0,0)

Tints of #E4AE08

#E4AE08
(228,174,8)
#E6B51E
(230,181,30)
#E8BC34
(232,188,52)
#EAC34A
(234,195,74)
#ECCA60
(236,202,96)
#EED176
(238,209,118)
#F0D88C
(240,216,140)
#F2DFA2
(242,223,162)
#F4E6B8
(244,230,184)
#F6EDCE
(246,237,206)
#F8F4E4
(248,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AE08 color. Also use rgb(228,174,8) instead hex code.

Text Font Color

.myTextColor { color: #E4AE08; }

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

This text font color is #E4AE08.


Background Color

.myBgColor { background-color: #E4AE08; }

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

This div background color is #E4AE08.


Border color

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

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

This div border color is #E4AE08.


Opacity

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

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

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

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

This text has shadow with #E4AE08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AE08 on black background.


Color preview on white background

This text has color #E4AE08 on white background.



Black color preview on #E4AE08 background

This text has black color on #E4AE08 background.


White color preview on #E4AE08 background

This text has white color on #E4AE08 background.