COLOR #E3DF6A

HEX: #E3DF6A RGB: (227,223,106)

Color info

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

RGB color model

#E3DF6A color RGB value is (227,223,106).

RGB: (227,223,106) (89%, 87%, 42%)

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 106 of 255 = 42%

227
223
106

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

Portions of RGB colors in percentages

R + G + B = 227 + 223 + 106 = 556 (100%)
R 227 of 556 ~ 40.83%
G 223 of 556 ~ 40.11%
B 106 of 556 ~ 19.06'%

%40.83
%40.11
%19.06

CMYK color model

#E3DF6A color CMYK value is (0,2,53,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 53.30%
  • key color value is 10.98%

CMYK: (0,2,53,11)
C0M2Y53K11 (0%, 2%, 53%, 11%)
(0.00 / 0.02 / 0.53 / 0.11)

CMYK percentages

%0
%1.76
%53.3
%10.98

Codes

Color #E3DF6A in popluar color models

E3 DF 6A
RGB 227 223 106
HSL 58° 68.36% 65.29%
HSB/HSV 58° 53.30% 89.02%
CMYK 0.00% 1.76% 53.30%
10.98%

Color #E3DF6A in popluar number systems.

HEX E3 DF 6A
Decimal 227 223 106
Binary 11100011 11011111 1101010
Octal 343 337 152

Shades and tints

Shades of #E3DF6A

#E3DF6A
(227,223,106)
#CFCB61
(207,203,97)
#BBB758
(187,183,88)
#A7A34F
(167,163,79)
#938F46
(147,143,70)
#7F7B3D
(127,123,61)
#6B6734
(107,103,52)
#57532B
(87,83,43)
#433F22
(67,63,34)
#2F2B19
(47,43,25)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #E3DF6A

#E3DF6A
(227,223,106)
#E5E177
(229,225,119)
#E7E384
(231,227,132)
#E9E591
(233,229,145)
#EBE79E
(235,231,158)
#EDE9AB
(237,233,171)
#EFEBB8
(239,235,184)
#F1EDC5
(241,237,197)
#F3EFD2
(243,239,210)
#F5F1DF
(245,241,223)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DF6A color. Also use rgb(227,223,106) instead hex code.

Text Font Color

.myTextColor { color: #E3DF6A; }

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

This text font color is #E3DF6A.

Background Color

.myBgColor { background-color: #E3DF6A; }

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

This div background color is #E3DF6A.

Border color

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

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

This div border color is #E3DF6A.

Opacity

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

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

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

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

This text has shadow with #E3DF6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DF6A.

Preview

Color preview on black background

This text has color #E3DF6A on black background.


Color preview on white background

This text has color #E3DF6A on white background.


Black color preview on #E3DF6A background

This text has black color on #E3DF6A background.


White color preview on #E3DF6A background

This text has white color on #E3DF6A background.


Related colors

Complementary color

Complementary color for #hex is #1C2095.


I love getcolorcode.com

Triadic colors

1 #6AE3DF and #DF6AE3 with #E3DF6A are triadic colors.

2 #6ADFE3 and #DFE36A with #E3DF6A are triadic colors.