COLOR #E0DF6C

HEX: #E0DF6C
RGB: (224,223,108)

Color info

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

RGB color model

#E0DF6C color RGB value is (224,223,108).

  • red value is 224;
  • green value is 223;
  • blue value is 108.
RGB:
(224,223,108)
(88%,87%,42%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 108 of 255 = 42%

224
223
108

R + G + B ~ 72%. #E0DF6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 108 = 555 (100%)
R 224 of 555 ~ 40.36%
G 223 of 555 ~ 40.18%
B 108 of 555 ~ 19.46%

%40.36
%40.18
%19.46

CMYK color model

#E0DF6C color CMYK value is (0,0,52,12).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 51.79%
  • key color value is 12.16%
CMYK:
(0,0,52,12)
C0M0Y52K12 
(0%,0%,52%,12%)
(0.00/0.00/0.52/0.12)	

CMYK percentages

%0
%0.45
%51.79
%12.16

Codes

Color #E0DF6C in popluar color models

E0DF6C
RGB224223108
HSL59°65.17%65.10%
HSB/HSV59°51.79%87.84%
CMYK0.00%0.45%51.79%
12.16%

Color #E0DF6C in popluar number systems.

HEXE0DF6C
Decimal224223108
Binary11100000110111111101100
Octal340337154

Shades and tints

Shades of #E0DF6C

#E0DF6C
(224,223,108)
#CCCB63
(204,203,99)
#B8B75A
(184,183,90)
#A4A351
(164,163,81)
#908F48
(144,143,72)
#7C7B3F
(124,123,63)
#686736
(104,103,54)
#54532D
(84,83,45)
#403F24
(64,63,36)
#2C2B1B
(44,43,27)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #E0DF6C

#E0DF6C
(224,223,108)
#E2E179
(226,225,121)
#E4E386
(228,227,134)
#E6E593
(230,229,147)
#E8E7A0
(232,231,160)
#EAE9AD
(234,233,173)
#ECEBBA
(236,235,186)
#EEEDC7
(238,237,199)
#F0EFD4
(240,239,212)
#F2F1E1
(242,241,225)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DF6C color. Also use rgb(224,223,108) instead hex code.

Text Font Color

.myTextColor { color: #E0DF6C; }

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

This text font color is #E0DF6C.


Background Color

.myBgColor { background-color: #E0DF6C; }

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

This div background color is #E0DF6C.


Border color

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

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

This div border color is #E0DF6C.


Opacity

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

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

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

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

This text has shadow with #E0DF6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DF6C on black background.


Color preview on white background

This text has color #E0DF6C on white background.



Black color preview on #E0DF6C background

This text has black color on #E0DF6C background.


White color preview on #E0DF6C background

This text has white color on #E0DF6C background.