COLOR #E1C317

HEX: #E1C317
RGB: (225,195,23)

Color info

#E1C317 contains mainly red and green colors. Web safe color of #E1C317 is #CCCC00 (or #CC0).

RGB color model

#E1C317 color RGB value is (225,195,23).

  • red value is 225;
  • green value is 195;
  • blue value is 23.
RGB:
(225,195,23)
(88%,76%,9%)

RGB channels and saturation

R 225 of 255 = 88%
G 195 of 255 = 76%
B 23 of 255 = 9%

225
195
23

R + G + B ~ 58%. #E1C317 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 195 + 23 = 443 (100%)
R 225 of 443 ~ 50.79%
G 195 of 443 ~ 44.02%
B 23 of 443 ~ 5.19%

%50.79
%44.02

CMYK color model

#E1C317 color CMYK value is (0,13,90,12).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 89.78%
  • key color value is 11.76%
CMYK:
(0,13,90,12)
C0M13Y90K12 
(0%,13%,90%,12%)
(0.00/0.13/0.90/0.12)	

CMYK percentages

%0
%13.33
%89.78
%11.76

Codes

Color #E1C317 in popluar color models

E1C317
RGB22519523
HSL51°81.45%48.63%
HSB/HSV51°89.78%88.24%
CMYK0.00%13.33%89.78%
11.76%

Color #E1C317 in popluar number systems.

HEXE1C317
Decimal22519523
Binary111000011100001110111
Octal34130327

Shades and tints

Shades of #E1C317

#E1C317
(225,195,23)
#CDB215
(205,178,21)
#B9A113
(185,161,19)
#A59011
(165,144,17)
#917F0F
(145,127,15)
#7D6E0D
(125,110,13)
#695D0B
(105,93,11)
#554C09
(85,76,9)
#413B07
(65,59,7)
#2D2A05
(45,42,5)
#191903
(25,25,3)
#000000
(0,0,0)

Tints of #E1C317

#E1C317
(225,195,23)
#E3C82C
(227,200,44)
#E5CD41
(229,205,65)
#E7D256
(231,210,86)
#E9D76B
(233,215,107)
#EBDC80
(235,220,128)
#EDE195
(237,225,149)
#EFE6AA
(239,230,170)
#F1EBBF
(241,235,191)
#F3F0D4
(243,240,212)
#F5F5E9
(245,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C317 color. Also use rgb(225,195,23) instead hex code.

Text Font Color

.myTextColor { color: #E1C317; }

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

This text font color is #E1C317.


Background Color

.myBgColor { background-color: #E1C317; }

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

This div background color is #E1C317.


Border color

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

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

This div border color is #E1C317.


Opacity

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

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

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

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

This text has shadow with #E1C317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C317 on black background.


Color preview on white background

This text has color #E1C317 on white background.



Black color preview on #E1C317 background

This text has black color on #E1C317 background.


White color preview on #E1C317 background

This text has white color on #E1C317 background.