COLOR #E3CC17

HEX: #E3CC17
RGB: (227,204,23)

Color info

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

RGB color model

#E3CC17 color RGB value is (227,204,23).

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

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 23 of 255 = 9%

227
204
23

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

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 23 = 454 (100%)
R 227 of 454 ~ 50%
G 204 of 454 ~ 44.93%
B 23 of 454 ~ 5.07%

%50
%44.93

CMYK color model

#E3CC17 color CMYK value is (0,10,90,11).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 89.87%
  • key color value is 10.98%
CMYK:
(0,10,90,11)
C0M10Y90K11 
(0%,10%,90%,11%)
(0.00/0.10/0.90/0.11)	

CMYK percentages

%0
%10.13
%89.87
%10.98

Codes

Color #E3CC17 in popluar color models

E3CC17
RGB22720423
HSL53°81.60%49.02%
HSB/HSV53°89.87%89.02%
CMYK0.00%10.13%89.87%
10.98%

Color #E3CC17 in popluar number systems.

HEXE3CC17
Decimal22720423
Binary111000111100110010111
Octal34331427

Shades and tints

Shades of #E3CC17

#E3CC17
(227,204,23)
#CFBA15
(207,186,21)
#BBA813
(187,168,19)
#A79611
(167,150,17)
#93840F
(147,132,15)
#7F720D
(127,114,13)
#6B600B
(107,96,11)
#574E09
(87,78,9)
#433C07
(67,60,7)
#2F2A05
(47,42,5)
#1B1803
(27,24,3)
#000000
(0,0,0)

Tints of #E3CC17

#E3CC17
(227,204,23)
#E5D02C
(229,208,44)
#E7D441
(231,212,65)
#E9D856
(233,216,86)
#EBDC6B
(235,220,107)
#EDE080
(237,224,128)
#EFE495
(239,228,149)
#F1E8AA
(241,232,170)
#F3ECBF
(243,236,191)
#F5F0D4
(245,240,212)
#F7F4E9
(247,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CC17; }

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

This text font color is #E3CC17.


Background Color

.myBgColor { background-color: #E3CC17; }

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

This div background color is #E3CC17.


Border color

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

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

This div border color is #E3CC17.


Opacity

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

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

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

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

This text has shadow with #E3CC17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CC17 on black background.


Color preview on white background

This text has color #E3CC17 on white background.



Black color preview on #E3CC17 background

This text has black color on #E3CC17 background.


White color preview on #E3CC17 background

This text has white color on #E3CC17 background.