COLOR #E6B540

HEX: #E6B540
RGB: (230,181,64)

Color info

#E6B540 contains mainly red and green colors. Web safe color of #E6B540 is #CCCC33 (or #CC3).

RGB color model

#E6B540 color RGB value is (230,181,64).

  • red value is 230;
  • green value is 181;
  • blue value is 64.
RGB:
(230,181,64)
(90%,71%,25%)

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 64 of 255 = 25%

230
181
64

R + G + B ~ 62%. #E6B540 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 181 + 64 = 475 (100%)
R 230 of 475 ~ 48.42%
G 181 of 475 ~ 38.11%
B 64 of 475 ~ 13.47%

%48.42
%38.11
%13.47

CMYK color model

#E6B540 color CMYK value is (0,21,72,10).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 72.17%
  • key color value is 9.80%
CMYK:
(0,21,72,10)
C0M21Y72K10 
(0%,21%,72%,10%)
(0.00/0.21/0.72/0.10)	

CMYK percentages

%0
%21.3
%72.17
%9.8

Codes

Color #E6B540 in popluar color models

E6B540
RGB23018164
HSL42°76.85%57.65%
HSB/HSV42°72.17%90.20%
CMYK0.00%21.30%72.17%
9.80%

Color #E6B540 in popluar number systems.

HEXE6B540
Decimal23018164
Binary11100110101101011000000
Octal346265100

Shades and tints

Shades of #E6B540

#E6B540
(230,181,64)
#D2A53B
(210,165,59)
#BE9536
(190,149,54)
#AA8531
(170,133,49)
#96752C
(150,117,44)
#826527
(130,101,39)
#6E5522
(110,85,34)
#5A451D
(90,69,29)
#463518
(70,53,24)
#322513
(50,37,19)
#1E150E
(30,21,14)
#000000
(0,0,0)

Tints of #E6B540

#E6B540
(230,181,64)
#E8BB51
(232,187,81)
#EAC162
(234,193,98)
#ECC773
(236,199,115)
#EECD84
(238,205,132)
#F0D395
(240,211,149)
#F2D9A6
(242,217,166)
#F4DFB7
(244,223,183)
#F6E5C8
(246,229,200)
#F8EBD9
(248,235,217)
#FAF1EA
(250,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B540 color. Also use rgb(230,181,64) instead hex code.

Text Font Color

.myTextColor { color: #E6B540; }

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

This text font color is #E6B540.


Background Color

.myBgColor { background-color: #E6B540; }

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

This div background color is #E6B540.


Border color

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

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

This div border color is #E6B540.


Opacity

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

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

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

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

This text has shadow with #E6B540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B540 on black background.


Color preview on white background

This text has color #E6B540 on white background.



Black color preview on #E6B540 background

This text has black color on #E6B540 background.


White color preview on #E6B540 background

This text has white color on #E6B540 background.