COLOR #E0AB00

HEX: #E0AB00
RGB: (224,171,0)

Color info

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

RGB color model

#E0AB00 color RGB value is (224,171,0).

  • red value is 224;
  • green value is 171;
  • blue value is 0.
RGB:
(224,171,0)
(88%,67%,0%)

RGB channels and saturation

R 224 of 255 = 88%
G 171 of 255 = 67%
B 0 of 255 = 0%

224
171
0

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

Portions of RGB colors in percentages

R + G + B =
224 + 171 + 0 = 395 (100%)
R 224 of 395 ~ 56.71%
G 171 of 395 ~ 43.29%
B 0 of 395 ~ 0%

%56.71
%43.29

CMYK color model

#E0AB00 color CMYK value is (0,24,100,12).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 100.00%
  • key color value is 12.16%
CMYK:
(0,24,100,12)
C0M24Y100K12 
(0%,24%,100%,12%)
(0.00/0.24/1.00/0.12)	

CMYK percentages

%0
%23.66
%100
%12.16

Codes

Color #E0AB00 in popluar color models

E0AB00
RGB2241710
HSL46°100.00%43.92%
HSB/HSV46°100.00%87.84%
CMYK0.00%23.66%100.00%
12.16%

Color #E0AB00 in popluar number systems.

HEXE0AB00
Decimal2241710
Binary11100000101010110
Octal3402530

Shades and tints

Shades of #E0AB00

#E0AB00
(224,171,0)
#CC9C00
(204,156,0)
#B88D00
(184,141,0)
#A47E00
(164,126,0)
#906F00
(144,111,0)
#7C6000
(124,96,0)
#685100
(104,81,0)
#544200
(84,66,0)
#403300
(64,51,0)
#2C2400
(44,36,0)
#181500
(24,21,0)
#000000
(0,0,0)

Tints of #E0AB00

#E0AB00
(224,171,0)
#E2B217
(226,178,23)
#E4B92E
(228,185,46)
#E6C045
(230,192,69)
#E8C75C
(232,199,92)
#EACE73
(234,206,115)
#ECD58A
(236,213,138)
#EEDCA1
(238,220,161)
#F0E3B8
(240,227,184)
#F2EACF
(242,234,207)
#F4F1E6
(244,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AB00 color. Also use rgb(224,171,0) instead hex code.

Text Font Color

.myTextColor { color: #E0AB00; }

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

This text font color is #E0AB00.


Background Color

.myBgColor { background-color: #E0AB00; }

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

This div background color is #E0AB00.


Border color

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

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

This div border color is #E0AB00.


Opacity

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

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

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

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

This text has shadow with #E0AB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AB00 on black background.


Color preview on white background

This text has color #E0AB00 on white background.



Black color preview on #E0AB00 background

This text has black color on #E0AB00 background.


White color preview on #E0AB00 background

This text has white color on #E0AB00 background.