COLOR #E19024

HEX: #E19024
RGB: (225,144,36)

Color info

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

RGB color model

#E19024 color RGB value is (225,144,36).

  • red value is 225;
  • green value is 144;
  • blue value is 36.
RGB:
(225,144,36)
(88%,56%,14%)

RGB channels and saturation

R 225 of 255 = 88%
G 144 of 255 = 56%
B 36 of 255 = 14%

225
144
36

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

Portions of RGB colors in percentages

R + G + B =
225 + 144 + 36 = 405 (100%)
R 225 of 405 ~ 55.56%
G 144 of 405 ~ 35.56%
B 36 of 405 ~ 8.89%

%55.56
%35.56

CMYK color model

#E19024 color CMYK value is (0,36,84,12).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 84.00%
  • key color value is 11.76%
CMYK:
(0,36,84,12)
C0M36Y84K12 
(0%,36%,84%,12%)
(0.00/0.36/0.84/0.12)	

CMYK percentages

%0
%36
%84
%11.76

Codes

Color #E19024 in popluar color models

E19024
RGB22514436
HSL34°75.90%51.18%
HSB/HSV34°84.00%88.24%
CMYK0.00%36.00%84.00%
11.76%

Color #E19024 in popluar number systems.

HEXE19024
Decimal22514436
Binary1110000110010000100100
Octal34122044

Shades and tints

Shades of #E19024

#E19024
(225,144,36)
#CD8321
(205,131,33)
#B9761E
(185,118,30)
#A5691B
(165,105,27)
#915C18
(145,92,24)
#7D4F15
(125,79,21)
#694212
(105,66,18)
#55350F
(85,53,15)
#41280C
(65,40,12)
#2D1B09
(45,27,9)
#190E06
(25,14,6)
#000000
(0,0,0)

Tints of #E19024

#E19024
(225,144,36)
#E39A37
(227,154,55)
#E5A44A
(229,164,74)
#E7AE5D
(231,174,93)
#E9B870
(233,184,112)
#EBC283
(235,194,131)
#EDCC96
(237,204,150)
#EFD6A9
(239,214,169)
#F1E0BC
(241,224,188)
#F3EACF
(243,234,207)
#F5F4E2
(245,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19024 color. Also use rgb(225,144,36) instead hex code.

Text Font Color

.myTextColor { color: #E19024; }

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

This text font color is #E19024.


Background Color

.myBgColor { background-color: #E19024; }

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

This div background color is #E19024.


Border color

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

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

This div border color is #E19024.


Opacity

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

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

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

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

This text has shadow with #E19024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19024 on black background.


Color preview on white background

This text has color #E19024 on white background.



Black color preview on #E19024 background

This text has black color on #E19024 background.


White color preview on #E19024 background

This text has white color on #E19024 background.