COLOR #E6DB6A

HEX: #E6DB6A RGB: (230,219,106)

Color info

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

RGB color model

#E6DB6A color RGB value is (230,219,106).

RGB: (230,219,106) (90%, 86%, 42%)

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 106 of 255 = 42%

230
219
106

R + G + B ~ 73%. #E6DB6A is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 219 + 106 = 555 (100%)
R 230 of 555 ~ 41.44%
G 219 of 555 ~ 39.46%
B 106 of 555 ~ 19.1'%

%41.44
%39.46
%19.1

CMYK color model

#E6DB6A color CMYK value is (0,5,54,10).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 53.91%
  • key color value is 9.80%

CMYK: (0,5,54,10)
C0M5Y54K10 (0%, 5%, 54%, 10%)
(0.00 / 0.05 / 0.54 / 0.10)

CMYK percentages

%0
%4.78
%53.91
%9.8

Codes

Color #E6DB6A in popluar color models

E6 DB 6A
RGB 230 219 106
HSL 55° 71.26% 65.88%
HSB/HSV 55° 53.91% 90.20%
CMYK 0.00% 4.78% 53.91%
9.80%

Color #E6DB6A in popluar number systems.

HEX E6 DB 6A
Decimal 230 219 106
Binary 11100110 11011011 1101010
Octal 346 333 152

Shades and tints

Shades of #E6DB6A

#E6DB6A
(230,219,106)
#D2C861
(210,200,97)
#BEB558
(190,181,88)
#AAA24F
(170,162,79)
#968F46
(150,143,70)
#827C3D
(130,124,61)
#6E6934
(110,105,52)
#5A562B
(90,86,43)
#464322
(70,67,34)
#323019
(50,48,25)
#1E1D10
(30,29,16)
#000000
(0,0,0)

Tints of #E6DB6A

#E6DB6A
(230,219,106)
#E8DE77
(232,222,119)
#EAE184
(234,225,132)
#ECE491
(236,228,145)
#EEE79E
(238,231,158)
#F0EAAB
(240,234,171)
#F2EDB8
(242,237,184)
#F4F0C5
(244,240,197)
#F6F3D2
(246,243,210)
#F8F6DF
(248,246,223)
#FAF9EC
(250,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DB6A color. Also use rgb(230,219,106) instead hex code.

Text Font Color

.myTextColor { color: #E6DB6A; }

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

This text font color is #E6DB6A.

Background Color

.myBgColor { background-color: #E6DB6A; }

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

This div background color is #E6DB6A.

Border color

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

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

This div border color is #E6DB6A.

Opacity

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

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

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

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

This text has shadow with #E6DB6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DB6A.

Preview

Color preview on black background

This text has color #E6DB6A on black background.


Color preview on white background

This text has color #E6DB6A on white background.


Black color preview on #E6DB6A background

This text has black color on #E6DB6A background.


White color preview on #E6DB6A background

This text has white color on #E6DB6A background.


Related colors

Complementary color

Complementary color for #hex is #192495.


I love getcolorcode.com

Triadic colors

1 #6AE6DB and #DB6AE6 with #E6DB6A are triadic colors.

2 #6ADBE6 and #DBE66A with #E6DB6A are triadic colors.