COLOR #E6BE79

HEX: #E6BE79
RGB: (230,190,121)

Color info

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

RGB color model

#E6BE79 color RGB value is (230,190,121).

  • red value is 230;
  • green value is 190;
  • blue value is 121.
RGB:
(230,190,121)
(90%,75%,47%)

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 121 of 255 = 47%

230
190
121

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

Portions of RGB colors in percentages

R + G + B =
230 + 190 + 121 = 541 (100%)
R 230 of 541 ~ 42.51%
G 190 of 541 ~ 35.12%
B 121 of 541 ~ 22.37%

%42.51
%35.12
%22.37

CMYK color model

#E6BE79 color CMYK value is (0,17,47,10).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 47.39%
  • key color value is 9.80%
CMYK:
(0,17,47,10)
C0M17Y47K10 
(0%,17%,47%,10%)
(0.00/0.17/0.47/0.10)	

CMYK percentages

%0
%17.39
%47.39
%9.8

Codes

Color #E6BE79 in popluar color models

E6BE79
RGB230190121
HSL38°68.55%68.82%
HSB/HSV38°47.39%90.20%
CMYK0.00%17.39%47.39%
9.80%

Color #E6BE79 in popluar number systems.

HEXE6BE79
Decimal230190121
Binary11100110101111101111001
Octal346276171

Shades and tints

Shades of #E6BE79

#E6BE79
(230,190,121)
#D2AD6E
(210,173,110)
#BE9C63
(190,156,99)
#AA8B58
(170,139,88)
#967A4D
(150,122,77)
#826942
(130,105,66)
#6E5837
(110,88,55)
#5A472C
(90,71,44)
#463621
(70,54,33)
#322516
(50,37,22)
#1E140B
(30,20,11)
#000000
(0,0,0)

Tints of #E6BE79

#E6BE79
(230,190,121)
#E8C385
(232,195,133)
#EAC891
(234,200,145)
#ECCD9D
(236,205,157)
#EED2A9
(238,210,169)
#F0D7B5
(240,215,181)
#F2DCC1
(242,220,193)
#F4E1CD
(244,225,205)
#F6E6D9
(246,230,217)
#F8EBE5
(248,235,229)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BE79 color. Also use rgb(230,190,121) instead hex code.

Text Font Color

.myTextColor { color: #E6BE79; }

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

This text font color is #E6BE79.


Background Color

.myBgColor { background-color: #E6BE79; }

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

This div background color is #E6BE79.


Border color

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

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

This div border color is #E6BE79.


Opacity

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

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

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

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

This text has shadow with #E6BE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BE79 on black background.


Color preview on white background

This text has color #E6BE79 on white background.



Black color preview on #E6BE79 background

This text has black color on #E6BE79 background.


White color preview on #E6BE79 background

This text has white color on #E6BE79 background.