COLOR #E0B68C

HEX: #E0B68C RGB: (224,182,140)

Color info

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

RGB color model

#E0B68C color RGB value is (224,182,140).

RGB: (224,182,140) (88%, 71%, 55%)

RGB channels and saturation

R 224 of 255 = 88%
G 182 of 255 = 71%
B 140 of 255 = 55%

224
182
140

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

Portions of RGB colors in percentages

R + G + B = 224 + 182 + 140 = 546 (100%)
R 224 of 546 ~ 41.03%
G 182 of 546 ~ 33.33%
B 140 of 546 ~ 25.64'%

%41.03
%33.33
%25.64

CMYK color model

#E0B68C color CMYK value is (0,19,38,12).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 37.50%
  • key color value is 12.16%

CMYK: (0,19,38,12)
C0M19Y38K12 (0%, 19%, 38%, 12%)
(0.00 / 0.19 / 0.38 / 0.12)

CMYK percentages

%0
%18.75
%37.5
%12.16

Codes

Color #E0B68C in popluar color models

E0 B6 8C
RGB 224 182 140
HSL 30° 57.53% 71.37%
HSB/HSV 30° 37.50% 87.84%
CMYK 0.00% 18.75% 37.50%
12.16%

Color #E0B68C in popluar number systems.

HEX E0 B6 8C
Decimal 224 182 140
Binary 11100000 10110110 10001100
Octal 340 266 214

Shades and tints

Shades of #E0B68C

#E0B68C
(224,182,140)
#CCA680
(204,166,128)
#B89674
(184,150,116)
#A48668
(164,134,104)
#90765C
(144,118,92)
#7C6650
(124,102,80)
#685644
(104,86,68)
#544638
(84,70,56)
#40362C
(64,54,44)
#2C2620
(44,38,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0B68C

#E0B68C
(224,182,140)
#E2BC96
(226,188,150)
#E4C2A0
(228,194,160)
#E6C8AA
(230,200,170)
#E8CEB4
(232,206,180)
#EAD4BE
(234,212,190)
#ECDAC8
(236,218,200)
#EEE0D2
(238,224,210)
#F0E6DC
(240,230,220)
#F2ECE6
(242,236,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B68C color. Also use rgb(224,182,140) instead hex code.

Text Font Color

.myTextColor { color: #E0B68C; }

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

This text font color is #E0B68C.

Background Color

.myBgColor { background-color: #E0B68C; }

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

This div background color is #E0B68C.

Border color

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

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

This div border color is #E0B68C.

Opacity

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

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

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

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

This text has shadow with #E0B68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B68C.

Preview

Color preview on black background

This text has color #E0B68C on black background.


Color preview on white background

This text has color #E0B68C on white background.


Black color preview on #E0B68C background

This text has black color on #E0B68C background.


White color preview on #E0B68C background

This text has white color on #E0B68C background.


Related colors

Complementary color

Complementary color for #hex is #1F4973.


I love getcolorcode.com

Triadic colors

1 #8CE0B6 and #B68CE0 with #E0B68C are triadic colors.

2 #8CB6E0 and #B6E08C with #E0B68C are triadic colors.