COLOR #E19D4B

HEX: #E19D4B RGB: (225,157,75)

Color info

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

RGB color model

#E19D4B color RGB value is (225,157,75).

RGB: (225,157,75) (88%, 62%, 29%)

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 75 of 255 = 29%

225
157
75

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

Portions of RGB colors in percentages

R + G + B = 225 + 157 + 75 = 457 (100%)
R 225 of 457 ~ 49.23%
G 157 of 457 ~ 34.35%
B 75 of 457 ~ 16.41'%

%49.23
%34.35
%16.41

CMYK color model

#E19D4B color CMYK value is (0,30,67,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 66.67%
  • key color value is 11.76%

CMYK: (0,30,67,12)
C0M30Y67K12 (0%, 30%, 67%, 12%)
(0.00 / 0.30 / 0.67 / 0.12)

CMYK percentages

%0
%30.22
%66.67
%11.76

Codes

Color #E19D4B in popluar color models

E1 9D 4B
RGB 225 157 75
HSL 33° 71.43% 58.82%
HSB/HSV 33° 66.67% 88.24%
CMYK 0.00% 30.22% 66.67%
11.76%

Color #E19D4B in popluar number systems.

HEX E1 9D 4B
Decimal 225 157 75
Binary 11100001 10011101 1001011
Octal 341 235 113

Shades and tints

Shades of #E19D4B

#E19D4B
(225,157,75)
#CD8F45
(205,143,69)
#B9813F
(185,129,63)
#A57339
(165,115,57)
#916533
(145,101,51)
#7D572D
(125,87,45)
#694927
(105,73,39)
#553B21
(85,59,33)
#412D1B
(65,45,27)
#2D1F15
(45,31,21)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #E19D4B

#E19D4B
(225,157,75)
#E3A55B
(227,165,91)
#E5AD6B
(229,173,107)
#E7B57B
(231,181,123)
#E9BD8B
(233,189,139)
#EBC59B
(235,197,155)
#EDCDAB
(237,205,171)
#EFD5BB
(239,213,187)
#F1DDCB
(241,221,203)
#F3E5DB
(243,229,219)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19D4B color. Also use rgb(225,157,75) instead hex code.

Text Font Color

.myTextColor { color: #E19D4B; }

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

This text font color is #E19D4B.

Background Color

.myBgColor { background-color: #E19D4B; }

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

This div background color is #E19D4B.

Border color

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

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

This div border color is #E19D4B.

Opacity

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

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

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

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

This text has shadow with #E19D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19D4B.

Preview

Color preview on black background

This text has color #E19D4B on black background.


Color preview on white background

This text has color #E19D4B on white background.


Black color preview on #E19D4B background

This text has black color on #E19D4B background.


White color preview on #E19D4B background

This text has white color on #E19D4B background.


Related colors

Complementary color

Complementary color for #hex is #1E62B4.


I love getcolorcode.com

Triadic colors

1 #4BE19D and #9D4BE1 with #E19D4B are triadic colors.

2 #4B9DE1 and #9DE14B with #E19D4B are triadic colors.