COLOR #E0BE82

HEX: #E0BE82 RGB: (224,190,130)

Color info

#E0BE82 contains mainly red and green colors. Web safe color of #E0BE82 is #CCCC99 (or #CC9).

RGB color model

#E0BE82 color RGB value is (224,190,130).

RGB: (224,190,130) (88%, 75%, 51%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 130 of 255 = 51%

224
190
130

R + G + B ~ 71%. #E0BE82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 130 = 544 (100%)
R 224 of 544 ~ 41.18%
G 190 of 544 ~ 34.93%
B 130 of 544 ~ 23.9'%

%41.18
%34.93
%23.9

CMYK color model

#E0BE82 color CMYK value is (0,15,42,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 41.96%
  • key color value is 12.16%

CMYK: (0,15,42,12)
C0M15Y42K12 (0%, 15%, 42%, 12%)
(0.00 / 0.15 / 0.42 / 0.12)

CMYK percentages

%0
%15.18
%41.96
%12.16

Codes

Color #E0BE82 in popluar color models

E0 BE 82
RGB 224 190 130
HSL 38° 60.26% 69.41%
HSB/HSV 38° 41.96% 87.84%
CMYK 0.00% 15.18% 41.96%
12.16%

Color #E0BE82 in popluar number systems.

HEX E0 BE 82
Decimal 224 190 130
Binary 11100000 10111110 10000010
Octal 340 276 202

Shades and tints

Shades of #E0BE82

#E0BE82
(224,190,130)
#CCAD77
(204,173,119)
#B89C6C
(184,156,108)
#A48B61
(164,139,97)
#907A56
(144,122,86)
#7C694B
(124,105,75)
#685840
(104,88,64)
#544735
(84,71,53)
#40362A
(64,54,42)
#2C251F
(44,37,31)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E0BE82

#E0BE82
(224,190,130)
#E2C38D
(226,195,141)
#E4C898
(228,200,152)
#E6CDA3
(230,205,163)
#E8D2AE
(232,210,174)
#EAD7B9
(234,215,185)
#ECDCC4
(236,220,196)
#EEE1CF
(238,225,207)
#F0E6DA
(240,230,218)
#F2EBE5
(242,235,229)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BE82 color. Also use rgb(224,190,130) instead hex code.

Text Font Color

.myTextColor { color: #E0BE82; }

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

This text font color is #E0BE82.

Background Color

.myBgColor { background-color: #E0BE82; }

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

This div background color is #E0BE82.

Border color

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

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

This div border color is #E0BE82.

Opacity

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

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

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

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

This text has shadow with #E0BE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BE82.

Preview

Color preview on black background

This text has color #E0BE82 on black background.


Color preview on white background

This text has color #E0BE82 on white background.


Black color preview on #E0BE82 background

This text has black color on #E0BE82 background.


White color preview on #E0BE82 background

This text has white color on #E0BE82 background.


Related colors

Complementary color

Complementary color for #hex is #1F417D.


I love getcolorcode.com

Triadic colors

1 #82E0BE and #BE82E0 with #E0BE82 are triadic colors.

2 #82BEE0 and #BEE082 with #E0BE82 are triadic colors.