COLOR #E19A2C

HEX: #E19A2C
RGB: (225,154,44)

Color info

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

RGB color model

#E19A2C color RGB value is (225,154,44).

  • red value is 225;
  • green value is 154;
  • blue value is 44.
RGB:
(225,154,44)
(88%,60%,17%)

RGB channels and saturation

R 225 of 255 = 88%
G 154 of 255 = 60%
B 44 of 255 = 17%

225
154
44

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

Portions of RGB colors in percentages

R + G + B =
225 + 154 + 44 = 423 (100%)
R 225 of 423 ~ 53.19%
G 154 of 423 ~ 36.41%
B 44 of 423 ~ 10.4%

%53.19
%36.41
%10.4

CMYK color model

#E19A2C color CMYK value is (0,32,80,12).

  • cyan value is 0.00%
  • magenta value is 31.56%
  • yellow value is 80.44%
  • key color value is 11.76%
CMYK:
(0,32,80,12)
C0M32Y80K12 
(0%,32%,80%,12%)
(0.00/0.32/0.80/0.12)	

CMYK percentages

%0
%31.56
%80.44
%11.76

Codes

Color #E19A2C in popluar color models

E19A2C
RGB22515444
HSL36°75.10%52.75%
HSB/HSV36°80.44%88.24%
CMYK0.00%31.56%80.44%
11.76%

Color #E19A2C in popluar number systems.

HEXE19A2C
Decimal22515444
Binary1110000110011010101100
Octal34123254

Shades and tints

Shades of #E19A2C

#E19A2C
(225,154,44)
#CD8C28
(205,140,40)
#B97E24
(185,126,36)
#A57020
(165,112,32)
#91621C
(145,98,28)
#7D5418
(125,84,24)
#694614
(105,70,20)
#553810
(85,56,16)
#412A0C
(65,42,12)
#2D1C08
(45,28,8)
#190E04
(25,14,4)
#000000
(0,0,0)

Tints of #E19A2C

#E19A2C
(225,154,44)
#E3A33F
(227,163,63)
#E5AC52
(229,172,82)
#E7B565
(231,181,101)
#E9BE78
(233,190,120)
#EBC78B
(235,199,139)
#EDD09E
(237,208,158)
#EFD9B1
(239,217,177)
#F1E2C4
(241,226,196)
#F3EBD7
(243,235,215)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19A2C color. Also use rgb(225,154,44) instead hex code.

Text Font Color

.myTextColor { color: #E19A2C; }

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

This text font color is #E19A2C.


Background Color

.myBgColor { background-color: #E19A2C; }

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

This div background color is #E19A2C.


Border color

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

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

This div border color is #E19A2C.


Opacity

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

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

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

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

This text has shadow with #E19A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19A2C on black background.


Color preview on white background

This text has color #E19A2C on white background.



Black color preview on #E19A2C background

This text has black color on #E19A2C background.


White color preview on #E19A2C background

This text has white color on #E19A2C background.