COLOR #E6D715

HEX: #E6D715
RGB: (230,215,21)

Color info

#E6D715 contains mainly red and green colors. Web safe color of #E6D715 is #CCCC00 (or #CC0).

RGB color model

#E6D715 color RGB value is (230,215,21).

  • red value is 230;
  • green value is 215;
  • blue value is 21.
RGB:
(230,215,21)
(90%,84%,8%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 21 of 255 = 8%

230
215
21

R + G + B ~ 61%. #E6D715 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 215 + 21 = 466 (100%)
R 230 of 466 ~ 49.36%
G 215 of 466 ~ 46.14%
B 21 of 466 ~ 4.51%

%49.36
%46.14

CMYK color model

#E6D715 color CMYK value is (0,7,91,10).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 90.87%
  • key color value is 9.80%
CMYK:
(0,7,91,10)
C0M7Y91K10 
(0%,7%,91%,10%)
(0.00/0.07/0.91/0.10)	

CMYK percentages

%0
%6.52
%90.87
%9.8

Codes

Color #E6D715 in popluar color models

E6D715
RGB23021521
HSL56°83.27%49.22%
HSB/HSV56°90.87%90.20%
CMYK0.00%6.52%90.87%
9.80%

Color #E6D715 in popluar number systems.

HEXE6D715
Decimal23021521
Binary111001101101011110101
Octal34632725

Shades and tints

Shades of #E6D715

#E6D715
(230,215,21)
#D2C414
(210,196,20)
#BEB113
(190,177,19)
#AA9E12
(170,158,18)
#968B11
(150,139,17)
#827810
(130,120,16)
#6E650F
(110,101,15)
#5A520E
(90,82,14)
#463F0D
(70,63,13)
#322C0C
(50,44,12)
#1E190B
(30,25,11)
#000000
(0,0,0)

Tints of #E6D715

#E6D715
(230,215,21)
#E8DA2A
(232,218,42)
#EADD3F
(234,221,63)
#ECE054
(236,224,84)
#EEE369
(238,227,105)
#F0E67E
(240,230,126)
#F2E993
(242,233,147)
#F4ECA8
(244,236,168)
#F6EFBD
(246,239,189)
#F8F2D2
(248,242,210)
#FAF5E7
(250,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D715 color. Also use rgb(230,215,21) instead hex code.

Text Font Color

.myTextColor { color: #E6D715; }

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

This text font color is #E6D715.


Background Color

.myBgColor { background-color: #E6D715; }

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

This div background color is #E6D715.


Border color

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

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

This div border color is #E6D715.


Opacity

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

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

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

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

This text has shadow with #E6D715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D715 on black background.


Color preview on white background

This text has color #E6D715 on white background.



Black color preview on #E6D715 background

This text has black color on #E6D715 background.


White color preview on #E6D715 background

This text has white color on #E6D715 background.