COLOR #E0B875

HEX: #E0B875 RGB: (224,184,117)

Color info

#E0B875 contains mainly red and green colors. Web safe color of #E0B875 is #CCCC66 (or #CC6).

RGB color model

#E0B875 color RGB value is (224,184,117).

RGB: (224,184,117) (88%, 72%, 46%)

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 117 of 255 = 46%

224
184
117

R + G + B ~ 69%. #E0B875 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 184 + 117 = 525 (100%)
R 224 of 525 ~ 42.67%
G 184 of 525 ~ 35.05%
B 117 of 525 ~ 22.29'%

%42.67
%35.05
%22.29

CMYK color model

#E0B875 color CMYK value is (0,18,48,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 47.77%
  • key color value is 12.16%

CMYK: (0,18,48,12)
C0M18Y48K12 (0%, 18%, 48%, 12%)
(0.00 / 0.18 / 0.48 / 0.12)

CMYK percentages

%0
%17.86
%47.77
%12.16

Codes

Color #E0B875 in popluar color models

E0 B8 75
RGB 224 184 117
HSL 38° 63.31% 66.86%
HSB/HSV 38° 47.77% 87.84%
CMYK 0.00% 17.86% 47.77%
12.16%

Color #E0B875 in popluar number systems.

HEX E0 B8 75
Decimal 224 184 117
Binary 11100000 10111000 1110101
Octal 340 270 165

Shades and tints

Shades of #E0B875

#E0B875
(224,184,117)
#CCA86B
(204,168,107)
#B89861
(184,152,97)
#A48857
(164,136,87)
#90784D
(144,120,77)
#7C6843
(124,104,67)
#685839
(104,88,57)
#54482F
(84,72,47)
#403825
(64,56,37)
#2C281B
(44,40,27)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #E0B875

#E0B875
(224,184,117)
#E2BE81
(226,190,129)
#E4C48D
(228,196,141)
#E6CA99
(230,202,153)
#E8D0A5
(232,208,165)
#EAD6B1
(234,214,177)
#ECDCBD
(236,220,189)
#EEE2C9
(238,226,201)
#F0E8D5
(240,232,213)
#F2EEE1
(242,238,225)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B875 color. Also use rgb(224,184,117) instead hex code.

Text Font Color

.myTextColor { color: #E0B875; }

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

This text font color is #E0B875.

Background Color

.myBgColor { background-color: #E0B875; }

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

This div background color is #E0B875.

Border color

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

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

This div border color is #E0B875.

Opacity

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

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

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

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

This text has shadow with #E0B875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B875.

Preview

Color preview on black background

This text has color #E0B875 on black background.


Color preview on white background

This text has color #E0B875 on white background.


Black color preview on #E0B875 background

This text has black color on #E0B875 background.


White color preview on #E0B875 background

This text has white color on #E0B875 background.


Related colors

Complementary color

Complementary color for #hex is #1F478A.


I love getcolorcode.com

Triadic colors

1 #75E0B8 and #B875E0 with #E0B875 are triadic colors.

2 #75B8E0 and #B8E075 with #E0B875 are triadic colors.