COLOR #E18432

HEX: #E18432 RGB: (225,132,50)

Color info

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

RGB color model

#E18432 color RGB value is (225,132,50).

RGB: (225,132,50) (88%, 52%, 20%)

RGB channels and saturation

R 225 of 255 = 88%
G 132 of 255 = 52%
B 50 of 255 = 20%

225
132
50

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

Portions of RGB colors in percentages

R + G + B = 225 + 132 + 50 = 407 (100%)
R 225 of 407 ~ 55.28%
G 132 of 407 ~ 32.43%
B 50 of 407 ~ 12.29'%

%55.28
%32.43
%12.29

CMYK color model

#E18432 color CMYK value is (0,41,78,12).

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

CMYK: (0,41,78,12)
C0M41Y78K12 (0%, 41%, 78%, 12%)
(0.00 / 0.41 / 0.78 / 0.12)

CMYK percentages

%0
%41.33
%77.78
%11.76

Codes

Color #E18432 in popluar color models

E1 84 32
RGB 225 132 50
HSL 28° 74.47% 53.92%
HSB/HSV 28° 77.78% 88.24%
CMYK 0.00% 41.33% 77.78%
11.76%

Color #E18432 in popluar number systems.

HEX E1 84 32
Decimal 225 132 50
Binary 11100001 10000100 110010
Octal 341 204 62

Shades and tints

Shades of #E18432

#E18432
(225,132,50)
#CD782E
(205,120,46)
#B96C2A
(185,108,42)
#A56026
(165,96,38)
#915422
(145,84,34)
#7D481E
(125,72,30)
#693C1A
(105,60,26)
#553016
(85,48,22)
#412412
(65,36,18)
#2D180E
(45,24,14)
#190C0A
(25,12,10)
#000000
(0,0,0)

Tints of #E18432

#E18432
(225,132,50)
#E38F44
(227,143,68)
#E59A56
(229,154,86)
#E7A568
(231,165,104)
#E9B07A
(233,176,122)
#EBBB8C
(235,187,140)
#EDC69E
(237,198,158)
#EFD1B0
(239,209,176)
#F1DCC2
(241,220,194)
#F3E7D4
(243,231,212)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18432; }

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

This text font color is #E18432.

Background Color

.myBgColor { background-color: #E18432; }

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

This div background color is #E18432.

Border color

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

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

This div border color is #E18432.

Opacity

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

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

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

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

This text has shadow with #E18432 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18432.

Preview

Color preview on black background

This text has color #E18432 on black background.


Color preview on white background

This text has color #E18432 on white background.


Black color preview on #E18432 background

This text has black color on #E18432 background.


White color preview on #E18432 background

This text has white color on #E18432 background.


Related colors

Complementary color

Complementary color for #hex is #1E7BCD.


I love getcolorcode.com

Triadic colors

1 #32E184 and #8432E1 with #E18432 are triadic colors.

2 #3284E1 and #84E132 with #E18432 are triadic colors.