COLOR #E6D450

HEX: #E6D450
RGB: (230,212,80)

Color info

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

RGB color model

#E6D450 color RGB value is (230,212,80).

  • red value is 230;
  • green value is 212;
  • blue value is 80.
RGB:
(230,212,80)
(90%,83%,31%)

RGB channels and saturation

R 230 of 255 = 90%
G 212 of 255 = 83%
B 80 of 255 = 31%

230
212
80

R + G + B ~ 68%. #E6D450 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 212 + 80 = 522 (100%)
R 230 of 522 ~ 44.06%
G 212 of 522 ~ 40.61%
B 80 of 522 ~ 15.33%

%44.06
%40.61
%15.33

CMYK color model

#E6D450 color CMYK value is (0,8,65,10).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 65.22%
  • key color value is 9.80%
CMYK:
(0,8,65,10)
C0M8Y65K10 
(0%,8%,65%,10%)
(0.00/0.08/0.65/0.10)	

CMYK percentages

%0
%7.83
%65.22
%9.8

Codes

Color #E6D450 in popluar color models

E6D450
RGB23021280
HSL53°75.00%60.78%
HSB/HSV53°65.22%90.20%
CMYK0.00%7.83%65.22%
9.80%

Color #E6D450 in popluar number systems.

HEXE6D450
Decimal23021280
Binary11100110110101001010000
Octal346324120

Shades and tints

Shades of #E6D450

#E6D450
(230,212,80)
#D2C149
(210,193,73)
#BEAE42
(190,174,66)
#AA9B3B
(170,155,59)
#968834
(150,136,52)
#82752D
(130,117,45)
#6E6226
(110,98,38)
#5A4F1F
(90,79,31)
#463C18
(70,60,24)
#322911
(50,41,17)
#1E160A
(30,22,10)
#000000
(0,0,0)

Tints of #E6D450

#E6D450
(230,212,80)
#E8D75F
(232,215,95)
#EADA6E
(234,218,110)
#ECDD7D
(236,221,125)
#EEE08C
(238,224,140)
#F0E39B
(240,227,155)
#F2E6AA
(242,230,170)
#F4E9B9
(244,233,185)
#F6ECC8
(246,236,200)
#F8EFD7
(248,239,215)
#FAF2E6
(250,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D450 color. Also use rgb(230,212,80) instead hex code.

Text Font Color

.myTextColor { color: #E6D450; }

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

This text font color is #E6D450.


Background Color

.myBgColor { background-color: #E6D450; }

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

This div background color is #E6D450.


Border color

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

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

This div border color is #E6D450.


Opacity

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

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

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

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

This text has shadow with #E6D450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D450 on black background.


Color preview on white background

This text has color #E6D450 on white background.



Black color preview on #E6D450 background

This text has black color on #E6D450 background.


White color preview on #E6D450 background

This text has white color on #E6D450 background.