COLOR #E0B268

HEX: #E0B268
RGB: (224,178,104)

Color info

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

RGB color model

#E0B268 color RGB value is (224,178,104).

  • red value is 224;
  • green value is 178;
  • blue value is 104.
RGB:
(224,178,104)
(88%,70%,41%)

RGB channels and saturation

R 224 of 255 = 88%
G 178 of 255 = 70%
B 104 of 255 = 41%

224
178
104

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

Portions of RGB colors in percentages

R + G + B =
224 + 178 + 104 = 506 (100%)
R 224 of 506 ~ 44.27%
G 178 of 506 ~ 35.18%
B 104 of 506 ~ 20.55%

%44.27
%35.18
%20.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 53.57%
  • 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
%20.54
%53.57
%12.16

Codes

Color #E0B268 in popluar color models

E0B268
RGB224178104
HSL37°65.93%64.31%
HSB/HSV37°53.57%87.84%
CMYK0.00%20.54%53.57%
12.16%

Color #E0B268 in popluar number systems.

HEXE0B268
Decimal224178104
Binary11100000101100101101000
Octal340262150

Shades and tints

Shades of #E0B268

#E0B268
(224,178,104)
#CCA25F
(204,162,95)
#B89256
(184,146,86)
#A4824D
(164,130,77)
#907244
(144,114,68)
#7C623B
(124,98,59)
#685232
(104,82,50)
#544229
(84,66,41)
#403220
(64,50,32)
#2C2217
(44,34,23)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #E0B268

#E0B268
(224,178,104)
#E2B975
(226,185,117)
#E4C082
(228,192,130)
#E6C78F
(230,199,143)
#E8CE9C
(232,206,156)
#EAD5A9
(234,213,169)
#ECDCB6
(236,220,182)
#EEE3C3
(238,227,195)
#F0EAD0
(240,234,208)
#F2F1DD
(242,241,221)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B268 color. Also use rgb(224,178,104) instead hex code.

Text Font Color

.myTextColor { color: #E0B268; }

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

This text font color is #E0B268.


Background Color

.myBgColor { background-color: #E0B268; }

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

This div background color is #E0B268.


Border color

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

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

This div border color is #E0B268.


Opacity

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

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

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

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

This text has shadow with #E0B268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B268 on black background.


Color preview on white background

This text has color #E0B268 on white background.



Black color preview on #E0B268 background

This text has black color on #E0B268 background.


White color preview on #E0B268 background

This text has white color on #E0B268 background.