COLOR #E6D908

HEX: #E6D908
RGB: (230,217,8)

Color info

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

RGB color model

#E6D908 color RGB value is (230,217,8).

  • red value is 230;
  • green value is 217;
  • blue value is 8.
RGB:
(230,217,8)
(90%,85%,3%)

RGB channels and saturation

R 230 of 255 = 90%
G 217 of 255 = 85%
B 8 of 255 = 3%

230
217
8

R + G + B ~ 59%. #E6D908 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
230 + 217 + 8 = 455 (100%)
R 230 of 455 ~ 50.55%
G 217 of 455 ~ 47.69%
B 8 of 455 ~ 1.76%

%50.55
%47.69

CMYK color model

#E6D908 color CMYK value is (0,6,97,10).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 96.52%
  • key color value is 9.80%
CMYK:
(0,6,97,10)
C0M6Y97K10 
(0%,6%,97%,10%)
(0.00/0.06/0.97/0.10)	

CMYK percentages

%0
%5.65
%96.52
%9.8

Codes

Color #E6D908 in popluar color models

E6D908
RGB2302178
HSL56°93.28%46.67%
HSB/HSV56°96.52%90.20%
CMYK0.00%5.65%96.52%
9.80%

Color #E6D908 in popluar number systems.

HEXE6D908
Decimal2302178
Binary11100110110110011000
Octal34633110

Shades and tints

Shades of #E6D908

#E6D908
(230,217,8)
#D2C608
(210,198,8)
#BEB308
(190,179,8)
#AAA008
(170,160,8)
#968D08
(150,141,8)
#827A08
(130,122,8)
#6E6708
(110,103,8)
#5A5408
(90,84,8)
#464108
(70,65,8)
#322E08
(50,46,8)
#1E1B08
(30,27,8)
#000000
(0,0,0)

Tints of #E6D908

#E6D908
(230,217,8)
#E8DC1E
(232,220,30)
#EADF34
(234,223,52)
#ECE24A
(236,226,74)
#EEE560
(238,229,96)
#F0E876
(240,232,118)
#F2EB8C
(242,235,140)
#F4EEA2
(244,238,162)
#F6F1B8
(246,241,184)
#F8F4CE
(248,244,206)
#FAF7E4
(250,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D908 color. Also use rgb(230,217,8) instead hex code.

Text Font Color

.myTextColor { color: #E6D908; }

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

This text font color is #E6D908.


Background Color

.myBgColor { background-color: #E6D908; }

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

This div background color is #E6D908.


Border color

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

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

This div border color is #E6D908.


Opacity

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

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

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

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

This text has shadow with #E6D908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D908 on black background.


Color preview on white background

This text has color #E6D908 on white background.



Black color preview on #E6D908 background

This text has black color on #E6D908 background.


White color preview on #E6D908 background

This text has white color on #E6D908 background.