COLOR #E1840A

HEX: #E1840A RGB: (225,132,10)

Color info

#E1840A contains mainly red color. Web safe color of #E1840A is #CC9900 (or #C90).

RGB color model

#E1840A color RGB value is (225,132,10).

RGB: (225,132,10) (88%, 52%, 4%)

RGB channels and saturation

R 225 of 255 = 88%
G 132 of 255 = 52%
B 10 of 255 = 4%

225
132
10

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

Portions of RGB colors in percentages

R + G + B = 225 + 132 + 10 = 367 (100%)
R 225 of 367 ~ 61.31%
G 132 of 367 ~ 35.97%
B 10 of 367 ~ 2.72'%

%61.31
%35.97

CMYK color model

#E1840A color CMYK value is (0,41,96,12).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 95.56%
  • key color value is 11.76%

CMYK: (0,41,96,12)
C0M41Y96K12 (0%, 41%, 96%, 12%)
(0.00 / 0.41 / 0.96 / 0.12)

CMYK percentages

%0
%41.33
%95.56
%11.76

Codes

Color #E1840A in popluar color models

E1 84 0A
RGB 225 132 10
HSL 34° 91.49% 46.08%
HSB/HSV 34° 95.56% 88.24%
CMYK 0.00% 41.33% 95.56%
11.76%

Color #E1840A in popluar number systems.

HEX E1 84 0A
Decimal 225 132 10
Binary 11100001 10000100 1010
Octal 341 204 12

Shades and tints

Shades of #E1840A

#E1840A
(225,132,10)
#CD780A
(205,120,10)
#B96C0A
(185,108,10)
#A5600A
(165,96,10)
#91540A
(145,84,10)
#7D480A
(125,72,10)
#693C0A
(105,60,10)
#55300A
(85,48,10)
#41240A
(65,36,10)
#2D180A
(45,24,10)
#190C0A
(25,12,10)
#000000
(0,0,0)

Tints of #E1840A

#E1840A
(225,132,10)
#E38F20
(227,143,32)
#E59A36
(229,154,54)
#E7A54C
(231,165,76)
#E9B062
(233,176,98)
#EBBB78
(235,187,120)
#EDC68E
(237,198,142)
#EFD1A4
(239,209,164)
#F1DCBA
(241,220,186)
#F3E7D0
(243,231,208)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1840A color. Also use rgb(225,132,10) instead hex code.

Text Font Color

.myTextColor { color: #E1840A; }

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

This text font color is #E1840A.

Background Color

.myBgColor { background-color: #E1840A; }

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

This div background color is #E1840A.

Border color

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

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

This div border color is #E1840A.

Opacity

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

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

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

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

This text has shadow with #E1840A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1840A.

Preview

Color preview on black background

This text has color #E1840A on black background.


Color preview on white background

This text has color #E1840A on white background.


Black color preview on #E1840A background

This text has black color on #E1840A background.


White color preview on #E1840A background

This text has white color on #E1840A background.


Related colors

Complementary color

Complementary color for #hex is #1E7BF5.


I love getcolorcode.com

Triadic colors

1 #0AE184 and #840AE1 with #E1840A are triadic colors.

2 #0A84E1 and #84E10A with #E1840A are triadic colors.