COLOR #E1C500

HEX: #E1C500
RGB: (225,197,0)

Color info

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

RGB color model

#E1C500 color RGB value is (225,197,0).

  • red value is 225;
  • green value is 197;
  • blue value is 0.
RGB:
(225,197,0)
(88%,77%,0%)

RGB channels and saturation

R 225 of 255 = 88%
G 197 of 255 = 77%
B 0 of 255 = 0%

225
197
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 197 + 0 = 422 (100%)
R 225 of 422 ~ 53.32%
G 197 of 422 ~ 46.68%
B 0 of 422 ~ 0%

%53.32
%46.68

CMYK color model

#E1C500 color CMYK value is (0,12,100,12).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,12,100,12)
C0M12Y100K12 
(0%,12%,100%,12%)
(0.00/0.12/1.00/0.12)	

CMYK percentages

%0
%12.44
%100
%11.76

Codes

Color #E1C500 in popluar color models

E1C500
RGB2251970
HSL53°100.00%44.12%
HSB/HSV53°100.00%88.24%
CMYK0.00%12.44%100.00%
11.76%

Color #E1C500 in popluar number systems.

HEXE1C500
Decimal2251970
Binary11100001110001010
Octal3413050

Shades and tints

Shades of #E1C500

#E1C500
(225,197,0)
#CDB400
(205,180,0)
#B9A300
(185,163,0)
#A59200
(165,146,0)
#918100
(145,129,0)
#7D7000
(125,112,0)
#695F00
(105,95,0)
#554E00
(85,78,0)
#413D00
(65,61,0)
#2D2C00
(45,44,0)
#191B00
(25,27,0)
#000000
(0,0,0)

Tints of #E1C500

#E1C500
(225,197,0)
#E3CA17
(227,202,23)
#E5CF2E
(229,207,46)
#E7D445
(231,212,69)
#E9D95C
(233,217,92)
#EBDE73
(235,222,115)
#EDE38A
(237,227,138)
#EFE8A1
(239,232,161)
#F1EDB8
(241,237,184)
#F3F2CF
(243,242,207)
#F5F7E6
(245,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C500 color. Also use rgb(225,197,0) instead hex code.

Text Font Color

.myTextColor { color: #E1C500; }

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

This text font color is #E1C500.


Background Color

.myBgColor { background-color: #E1C500; }

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

This div background color is #E1C500.


Border color

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

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

This div border color is #E1C500.


Opacity

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

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

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

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

This text has shadow with #E1C500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C500 on black background.


Color preview on white background

This text has color #E1C500 on white background.



Black color preview on #E1C500 background

This text has black color on #E1C500 background.


White color preview on #E1C500 background

This text has white color on #E1C500 background.