COLOR #E6D853

HEX: #E6D853
RGB: (230,216,83)

Color info

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

RGB color model

#E6D853 color RGB value is (230,216,83).

  • red value is 230;
  • green value is 216;
  • blue value is 83.
RGB:
(230,216,83)
(90%,85%,33%)

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 83 of 255 = 33%

230
216
83

R + G + B ~ 69%. #E6D853 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 83 = 529 (100%)
R 230 of 529 ~ 43.48%
G 216 of 529 ~ 40.83%
B 83 of 529 ~ 15.69%

%43.48
%40.83
%15.69

CMYK color model

#E6D853 color CMYK value is (0,6,64,10).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 63.91%
  • key color value is 9.80%
CMYK:
(0,6,64,10)
C0M6Y64K10 
(0%,6%,64%,10%)
(0.00/0.06/0.64/0.10)	

CMYK percentages

%0
%6.09
%63.91
%9.8

Codes

Color #E6D853 in popluar color models

E6D853
RGB23021683
HSL54°74.62%61.37%
HSB/HSV54°63.91%90.20%
CMYK0.00%6.09%63.91%
9.80%

Color #E6D853 in popluar number systems.

HEXE6D853
Decimal23021683
Binary11100110110110001010011
Octal346330123

Shades and tints

Shades of #E6D853

#E6D853
(230,216,83)
#D2C54C
(210,197,76)
#BEB245
(190,178,69)
#AA9F3E
(170,159,62)
#968C37
(150,140,55)
#827930
(130,121,48)
#6E6629
(110,102,41)
#5A5322
(90,83,34)
#46401B
(70,64,27)
#322D14
(50,45,20)
#1E1A0D
(30,26,13)
#000000
(0,0,0)

Tints of #E6D853

#E6D853
(230,216,83)
#E8DB62
(232,219,98)
#EADE71
(234,222,113)
#ECE180
(236,225,128)
#EEE48F
(238,228,143)
#F0E79E
(240,231,158)
#F2EAAD
(242,234,173)
#F4EDBC
(244,237,188)
#F6F0CB
(246,240,203)
#F8F3DA
(248,243,218)
#FAF6E9
(250,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D853 color. Also use rgb(230,216,83) instead hex code.

Text Font Color

.myTextColor { color: #E6D853; }

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

This text font color is #E6D853.


Background Color

.myBgColor { background-color: #E6D853; }

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

This div background color is #E6D853.


Border color

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

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

This div border color is #E6D853.


Opacity

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

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

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

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

This text has shadow with #E6D853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D853 on black background.


Color preview on white background

This text has color #E6D853 on white background.



Black color preview on #E6D853 background

This text has black color on #E6D853 background.


White color preview on #E6D853 background

This text has white color on #E6D853 background.