COLOR #E0B067

HEX: #E0B067
RGB: (224,176,103)

Color info

#E0B067 contains mainly red and green colors. Web safe color of #E0B067 is #CC9966 (or #C96).

RGB color model

#E0B067 color RGB value is (224,176,103).

  • red value is 224;
  • green value is 176;
  • blue value is 103.
RGB:
(224,176,103)
(88%,69%,40%)

RGB channels and saturation

R 224 of 255 = 88%
G 176 of 255 = 69%
B 103 of 255 = 40%

224
176
103

R + G + B ~ 66%. #E0B067 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 176 + 103 = 503 (100%)
R 224 of 503 ~ 44.53%
G 176 of 503 ~ 34.99%
B 103 of 503 ~ 20.48%

%44.53
%34.99
%20.48

CMYK color model

#E0B067 color CMYK value is (0,21,54,12).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 54.02%
  • key color value is 12.16%
CMYK:
(0,21,54,12)
C0M21Y54K12 
(0%,21%,54%,12%)
(0.00/0.21/0.54/0.12)	

CMYK percentages

%0
%21.43
%54.02
%12.16

Codes

Color #E0B067 in popluar color models

E0B067
RGB224176103
HSL36°66.12%64.12%
HSB/HSV36°54.02%87.84%
CMYK0.00%21.43%54.02%
12.16%

Color #E0B067 in popluar number systems.

HEXE0B067
Decimal224176103
Binary11100000101100001100111
Octal340260147

Shades and tints

Shades of #E0B067

#E0B067
(224,176,103)
#CCA05E
(204,160,94)
#B89055
(184,144,85)
#A4804C
(164,128,76)
#907043
(144,112,67)
#7C603A
(124,96,58)
#685031
(104,80,49)
#544028
(84,64,40)
#40301F
(64,48,31)
#2C2016
(44,32,22)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #E0B067

#E0B067
(224,176,103)
#E2B774
(226,183,116)
#E4BE81
(228,190,129)
#E6C58E
(230,197,142)
#E8CC9B
(232,204,155)
#EAD3A8
(234,211,168)
#ECDAB5
(236,218,181)
#EEE1C2
(238,225,194)
#F0E8CF
(240,232,207)
#F2EFDC
(242,239,220)
#F4F6E9
(244,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B067 color. Also use rgb(224,176,103) instead hex code.

Text Font Color

.myTextColor { color: #E0B067; }

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

This text font color is #E0B067.


Background Color

.myBgColor { background-color: #E0B067; }

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

This div background color is #E0B067.


Border color

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

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

This div border color is #E0B067.


Opacity

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

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

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

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

This text has shadow with #E0B067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B067 on black background.


Color preview on white background

This text has color #E0B067 on white background.



Black color preview on #E0B067 background

This text has black color on #E0B067 background.


White color preview on #E0B067 background

This text has white color on #E0B067 background.