COLOR #E0D75A

HEX: #E0D75A
RGB: (224,215,90)

Color info

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

RGB color model

#E0D75A color RGB value is (224,215,90).

  • red value is 224;
  • green value is 215;
  • blue value is 90.
RGB:
(224,215,90)
(88%,84%,35%)

RGB channels and saturation

R 224 of 255 = 88%
G 215 of 255 = 84%
B 90 of 255 = 35%

224
215
90

R + G + B ~ 69%. #E0D75A is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 215 + 90 = 529 (100%)
R 224 of 529 ~ 42.34%
G 215 of 529 ~ 40.64%
B 90 of 529 ~ 17.01%

%42.34
%40.64
%17.01

CMYK color model

#E0D75A color CMYK value is (0,4,60,12).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 59.82%
  • key color value is 12.16%
CMYK:
(0,4,60,12)
C0M4Y60K12 
(0%,4%,60%,12%)
(0.00/0.04/0.60/0.12)	

CMYK percentages

%0
%4.02
%59.82
%12.16

Codes

Color #E0D75A in popluar color models

E0D75A
RGB22421590
HSL56°68.37%61.57%
HSB/HSV56°59.82%87.84%
CMYK0.00%4.02%59.82%
12.16%

Color #E0D75A in popluar number systems.

HEXE0D75A
Decimal22421590
Binary11100000110101111011010
Octal340327132

Shades and tints

Shades of #E0D75A

#E0D75A
(224,215,90)
#CCC452
(204,196,82)
#B8B14A
(184,177,74)
#A49E42
(164,158,66)
#908B3A
(144,139,58)
#7C7832
(124,120,50)
#68652A
(104,101,42)
#545222
(84,82,34)
#403F1A
(64,63,26)
#2C2C12
(44,44,18)
#18190A
(24,25,10)
#000000
(0,0,0)

Tints of #E0D75A

#E0D75A
(224,215,90)
#E2DA69
(226,218,105)
#E4DD78
(228,221,120)
#E6E087
(230,224,135)
#E8E396
(232,227,150)
#EAE6A5
(234,230,165)
#ECE9B4
(236,233,180)
#EEECC3
(238,236,195)
#F0EFD2
(240,239,210)
#F2F2E1
(242,242,225)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D75A color. Also use rgb(224,215,90) instead hex code.

Text Font Color

.myTextColor { color: #E0D75A; }

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

This text font color is #E0D75A.


Background Color

.myBgColor { background-color: #E0D75A; }

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

This div background color is #E0D75A.


Border color

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

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

This div border color is #E0D75A.


Opacity

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

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

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

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

This text has shadow with #E0D75A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D75A on black background.


Color preview on white background

This text has color #E0D75A on white background.



Black color preview on #E0D75A background

This text has black color on #E0D75A background.


White color preview on #E0D75A background

This text has white color on #E0D75A background.