COLOR #E0B68F

HEX: #E0B68F
RGB: (224,182,143)

Color info

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

RGB color model

#E0B68F color RGB value is (224,182,143).

  • red value is 224;
  • green value is 182;
  • blue value is 143.
RGB:
(224,182,143)
(88%,71%,56%)

RGB channels and saturation

R 224 of 255 = 88%
G 182 of 255 = 71%
B 143 of 255 = 56%

224
182
143

R + G + B ~ 72%. #E0B68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 182 + 143 = 549 (100%)
R 224 of 549 ~ 40.8%
G 182 of 549 ~ 33.15%
B 143 of 549 ~ 26.05%

%40.8
%33.15
%26.05

CMYK color model

#E0B68F color CMYK value is (0,19,36,12).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 36.16%
  • key color value is 12.16%
CMYK:
(0,19,36,12)
C0M19Y36K12 
(0%,19%,36%,12%)
(0.00/0.19/0.36/0.12)	

CMYK percentages

%0
%18.75
%36.16
%12.16

Codes

Color #E0B68F in popluar color models

E0B68F
RGB224182143
HSL29°56.64%71.96%
HSB/HSV29°36.16%87.84%
CMYK0.00%18.75%36.16%
12.16%

Color #E0B68F in popluar number systems.

HEXE0B68F
Decimal224182143
Binary111000001011011010001111
Octal340266217

Shades and tints

Shades of #E0B68F

#E0B68F
(224,182,143)
#CCA682
(204,166,130)
#B89675
(184,150,117)
#A48668
(164,134,104)
#90765B
(144,118,91)
#7C664E
(124,102,78)
#685641
(104,86,65)
#544634
(84,70,52)
#403627
(64,54,39)
#2C261A
(44,38,26)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #E0B68F

#E0B68F
(224,182,143)
#E2BC99
(226,188,153)
#E4C2A3
(228,194,163)
#E6C8AD
(230,200,173)
#E8CEB7
(232,206,183)
#EAD4C1
(234,212,193)
#ECDACB
(236,218,203)
#EEE0D5
(238,224,213)
#F0E6DF
(240,230,223)
#F2ECE9
(242,236,233)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B68F; }

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

This text font color is #E0B68F.


Background Color

.myBgColor { background-color: #E0B68F; }

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

This div background color is #E0B68F.


Border color

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

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

This div border color is #E0B68F.


Opacity

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

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

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

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

This text has shadow with #E0B68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B68F on black background.


Color preview on white background

This text has color #E0B68F on white background.



Black color preview on #E0B68F background

This text has black color on #E0B68F background.


White color preview on #E0B68F background

This text has white color on #E0B68F background.