COLOR #E6D369

HEX: #E6D369
RGB: (230,211,105)

Color info

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

RGB color model

#E6D369 color RGB value is (230,211,105).

  • red value is 230;
  • green value is 211;
  • blue value is 105.
RGB:
(230,211,105)
(90%,83%,41%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 105 of 255 = 41%

230
211
105

R + G + B ~ 71%. #E6D369 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 211 + 105 = 546 (100%)
R 230 of 546 ~ 42.12%
G 211 of 546 ~ 38.64%
B 105 of 546 ~ 19.23%

%42.12
%38.64
%19.23

CMYK color model

#E6D369 color CMYK value is (0,8,54,10).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 54.35%
  • key color value is 9.80%
CMYK:
(0,8,54,10)
C0M8Y54K10 
(0%,8%,54%,10%)
(0.00/0.08/0.54/0.10)	

CMYK percentages

%0
%8.26
%54.35
%9.8

Codes

Color #E6D369 in popluar color models

E6D369
RGB230211105
HSL51°71.43%65.69%
HSB/HSV51°54.35%90.20%
CMYK0.00%8.26%54.35%
9.80%

Color #E6D369 in popluar number systems.

HEXE6D369
Decimal230211105
Binary11100110110100111101001
Octal346323151

Shades and tints

Shades of #E6D369

#E6D369
(230,211,105)
#D2C060
(210,192,96)
#BEAD57
(190,173,87)
#AA9A4E
(170,154,78)
#968745
(150,135,69)
#82743C
(130,116,60)
#6E6133
(110,97,51)
#5A4E2A
(90,78,42)
#463B21
(70,59,33)
#322818
(50,40,24)
#1E150F
(30,21,15)
#000000
(0,0,0)

Tints of #E6D369

#E6D369
(230,211,105)
#E8D776
(232,215,118)
#EADB83
(234,219,131)
#ECDF90
(236,223,144)
#EEE39D
(238,227,157)
#F0E7AA
(240,231,170)
#F2EBB7
(242,235,183)
#F4EFC4
(244,239,196)
#F6F3D1
(246,243,209)
#F8F7DE
(248,247,222)
#FAFBEB
(250,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D369 color. Also use rgb(230,211,105) instead hex code.

Text Font Color

.myTextColor { color: #E6D369; }

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

This text font color is #E6D369.


Background Color

.myBgColor { background-color: #E6D369; }

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

This div background color is #E6D369.


Border color

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

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

This div border color is #E6D369.


Opacity

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

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

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

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

This text has shadow with #E6D369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D369 on black background.


Color preview on white background

This text has color #E6D369 on white background.



Black color preview on #E6D369 background

This text has black color on #E6D369 background.


White color preview on #E6D369 background

This text has white color on #E6D369 background.