COLOR #E6DF53

HEX: #E6DF53
RGB: (230,223,83)

Color info

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

RGB color model

#E6DF53 color RGB value is (230,223,83).

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

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 83 of 255 = 33%

230
223
83

R + G + B ~ 70%. #E6DF53 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 83 = 536 (100%)
R 230 of 536 ~ 42.91%
G 223 of 536 ~ 41.6%
B 83 of 536 ~ 15.49%

%42.91
%41.6
%15.49

CMYK color model

#E6DF53 color CMYK value is (0,3,64,10).

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 63.91%
  • key color value is 9.80%
CMYK:
(0,3,64,10)
C0M3Y64K10 
(0%,3%,64%,10%)
(0.00/0.03/0.64/0.10)	

CMYK percentages

%0
%3.04
%63.91
%9.8

Codes

Color #E6DF53 in popluar color models

E6DF53
RGB23022383
HSL57°74.62%61.37%
HSB/HSV57°63.91%90.20%
CMYK0.00%3.04%63.91%
9.80%

Color #E6DF53 in popluar number systems.

HEXE6DF53
Decimal23022383
Binary11100110110111111010011
Octal346337123

Shades and tints

Shades of #E6DF53

#E6DF53
(230,223,83)
#D2CB4C
(210,203,76)
#BEB745
(190,183,69)
#AAA33E
(170,163,62)
#968F37
(150,143,55)
#827B30
(130,123,48)
#6E6729
(110,103,41)
#5A5322
(90,83,34)
#463F1B
(70,63,27)
#322B14
(50,43,20)
#1E170D
(30,23,13)
#000000
(0,0,0)

Tints of #E6DF53

#E6DF53
(230,223,83)
#E8E162
(232,225,98)
#EAE371
(234,227,113)
#ECE580
(236,229,128)
#EEE78F
(238,231,143)
#F0E99E
(240,233,158)
#F2EBAD
(242,235,173)
#F4EDBC
(244,237,188)
#F6EFCB
(246,239,203)
#F8F1DA
(248,241,218)
#FAF3E9
(250,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DF53; }

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

This text font color is #E6DF53.


Background Color

.myBgColor { background-color: #E6DF53; }

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

This div background color is #E6DF53.


Border color

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

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

This div border color is #E6DF53.


Opacity

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

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

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

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

This text has shadow with #E6DF53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DF53 on black background.


Color preview on white background

This text has color #E6DF53 on white background.



Black color preview on #E6DF53 background

This text has black color on #E6DF53 background.


White color preview on #E6DF53 background

This text has white color on #E6DF53 background.