COLOR #ECAA33

HEX: #ECAA33
RGB: (236,170,51)

Color info

#ECAA33 contains mainly red color. Web safe color of #ECAA33 is #FF9933 (or #F93).

RGB color model

#ECAA33 color RGB value is (236,170,51).

  • red value is 236;
  • green value is 170;
  • blue value is 51.
RGB:
(236,170,51)
(93%,67%,20%)

RGB channels and saturation

R 236 of 255 = 93%
G 170 of 255 = 67%
B 51 of 255 = 20%

236
170
51

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

Portions of RGB colors in percentages

R + G + B =
236 + 170 + 51 = 457 (100%)
R 236 of 457 ~ 51.64%
G 170 of 457 ~ 37.2%
B 51 of 457 ~ 11.16%

%51.64
%37.2
%11.16

CMYK color model

#ECAA33 color CMYK value is (0,28,78,7).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 78.39%
  • key color value is 7.45%
CMYK:
(0,28,78,7)
C0M28Y78K7 
(0%,28%,78%,7%)
(0.00/0.28/0.78/0.07)	

CMYK percentages

%0
%27.97
%78.39
%7.45

Codes

Color #ECAA33 in popluar color models

ECAA33
RGB23617051
HSL39°82.96%56.27%
HSB/HSV39°78.39%92.55%
CMYK0.00%27.97%78.39%
7.45%

Color #ECAA33 in popluar number systems.

HEXECAA33
Decimal23617051
Binary1110110010101010110011
Octal35425263

Shades and tints

Shades of #ECAA33

#ECAA33
(236,170,51)
#D79B2F
(215,155,47)
#C28C2B
(194,140,43)
#AD7D27
(173,125,39)
#986E23
(152,110,35)
#835F1F
(131,95,31)
#6E501B
(110,80,27)
#594117
(89,65,23)
#443213
(68,50,19)
#2F230F
(47,35,15)
#1A140B
(26,20,11)
#000000
(0,0,0)

Tints of #ECAA33

#ECAA33
(236,170,51)
#EDB145
(237,177,69)
#EEB857
(238,184,87)
#EFBF69
(239,191,105)
#F0C67B
(240,198,123)
#F1CD8D
(241,205,141)
#F2D49F
(242,212,159)
#F3DBB1
(243,219,177)
#F4E2C3
(244,226,195)
#F5E9D5
(245,233,213)
#F6F0E7
(246,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAA33 color. Also use rgb(236,170,51) instead hex code.

Text Font Color

.myTextColor { color: #ECAA33; }

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

This text font color is #ECAA33.


Background Color

.myBgColor { background-color: #ECAA33; }

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

This div background color is #ECAA33.


Border color

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

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

This div border color is #ECAA33.


Opacity

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

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

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

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

This text has shadow with #ECAA33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAA33 on black background.


Color preview on white background

This text has color #ECAA33 on white background.



Black color preview on #ECAA33 background

This text has black color on #ECAA33 background.


White color preview on #ECAA33 background

This text has white color on #ECAA33 background.