COLOR #E4B768

HEX: #E4B768
RGB: (228,183,104)

Color info

#E4B768 contains mainly red and green colors. Web safe color of #E4B768 is #CCCC66 (or #CC6).

RGB color model

#E4B768 color RGB value is (228,183,104).

  • red value is 228;
  • green value is 183;
  • blue value is 104.
RGB:
(228,183,104)
(89%,72%,41%)

RGB channels and saturation

R 228 of 255 = 89%
G 183 of 255 = 72%
B 104 of 255 = 41%

228
183
104

R + G + B ~ 67%. #E4B768 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 183 + 104 = 515 (100%)
R 228 of 515 ~ 44.27%
G 183 of 515 ~ 35.53%
B 104 of 515 ~ 20.19%

%44.27
%35.53
%20.19

CMYK color model

#E4B768 color CMYK value is (0,20,54,11).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 54.39%
  • key color value is 10.59%
CMYK:
(0,20,54,11)
C0M20Y54K11 
(0%,20%,54%,11%)
(0.00/0.20/0.54/0.11)	

CMYK percentages

%0
%19.74
%54.39
%10.59

Codes

Color #E4B768 in popluar color models

E4B768
RGB228183104
HSL38°69.66%65.10%
HSB/HSV38°54.39%89.41%
CMYK0.00%19.74%54.39%
10.59%

Color #E4B768 in popluar number systems.

HEXE4B768
Decimal228183104
Binary11100100101101111101000
Octal344267150

Shades and tints

Shades of #E4B768

#E4B768
(228,183,104)
#D0A75F
(208,167,95)
#BC9756
(188,151,86)
#A8874D
(168,135,77)
#947744
(148,119,68)
#80673B
(128,103,59)
#6C5732
(108,87,50)
#584729
(88,71,41)
#443720
(68,55,32)
#302717
(48,39,23)
#1C170E
(28,23,14)
#000000
(0,0,0)

Tints of #E4B768

#E4B768
(228,183,104)
#E6BD75
(230,189,117)
#E8C382
(232,195,130)
#EAC98F
(234,201,143)
#ECCF9C
(236,207,156)
#EED5A9
(238,213,169)
#F0DBB6
(240,219,182)
#F2E1C3
(242,225,195)
#F4E7D0
(244,231,208)
#F6EDDD
(246,237,221)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B768 color. Also use rgb(228,183,104) instead hex code.

Text Font Color

.myTextColor { color: #E4B768; }

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

This text font color is #E4B768.


Background Color

.myBgColor { background-color: #E4B768; }

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

This div background color is #E4B768.


Border color

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

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

This div border color is #E4B768.


Opacity

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

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

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

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

This text has shadow with #E4B768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B768 on black background.


Color preview on white background

This text has color #E4B768 on white background.



Black color preview on #E4B768 background

This text has black color on #E4B768 background.


White color preview on #E4B768 background

This text has white color on #E4B768 background.