COLOR #E3CC5F

HEX: #E3CC5F
RGB: (227,204,95)

Color info

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

RGB color model

#E3CC5F color RGB value is (227,204,95).

  • red value is 227;
  • green value is 204;
  • blue value is 95.
RGB:
(227,204,95)
(89%,80%,37%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 95 of 255 = 37%

227
204
95

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

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 95 = 526 (100%)
R 227 of 526 ~ 43.16%
G 204 of 526 ~ 38.78%
B 95 of 526 ~ 18.06%

%43.16
%38.78
%18.06

CMYK color model

#E3CC5F color CMYK value is (0,10,58,11).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 58.15%
  • key color value is 10.98%
CMYK:
(0,10,58,11)
C0M10Y58K11 
(0%,10%,58%,11%)
(0.00/0.10/0.58/0.11)	

CMYK percentages

%0
%10.13
%58.15
%10.98

Codes

Color #E3CC5F in popluar color models

E3CC5F
RGB22720495
HSL50°70.21%63.14%
HSB/HSV50°58.15%89.02%
CMYK0.00%10.13%58.15%
10.98%

Color #E3CC5F in popluar number systems.

HEXE3CC5F
Decimal22720495
Binary11100011110011001011111
Octal343314137

Shades and tints

Shades of #E3CC5F

#E3CC5F
(227,204,95)
#CFBA57
(207,186,87)
#BBA84F
(187,168,79)
#A79647
(167,150,71)
#93843F
(147,132,63)
#7F7237
(127,114,55)
#6B602F
(107,96,47)
#574E27
(87,78,39)
#433C1F
(67,60,31)
#2F2A17
(47,42,23)
#1B180F
(27,24,15)
#000000
(0,0,0)

Tints of #E3CC5F

#E3CC5F
(227,204,95)
#E5D06D
(229,208,109)
#E7D47B
(231,212,123)
#E9D889
(233,216,137)
#EBDC97
(235,220,151)
#EDE0A5
(237,224,165)
#EFE4B3
(239,228,179)
#F1E8C1
(241,232,193)
#F3ECCF
(243,236,207)
#F5F0DD
(245,240,221)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CC5F color. Also use rgb(227,204,95) instead hex code.

Text Font Color

.myTextColor { color: #E3CC5F; }

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

This text font color is #E3CC5F.


Background Color

.myBgColor { background-color: #E3CC5F; }

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

This div background color is #E3CC5F.


Border color

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

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

This div border color is #E3CC5F.


Opacity

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

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

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

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

This text has shadow with #E3CC5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CC5F on black background.


Color preview on white background

This text has color #E3CC5F on white background.



Black color preview on #E3CC5F background

This text has black color on #E3CC5F background.


White color preview on #E3CC5F background

This text has white color on #E3CC5F background.