COLOR #ECAE1E

HEX: #ECAE1E
RGB: (236,174,30)

Color info

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

RGB color model

#ECAE1E color RGB value is (236,174,30).

  • red value is 236;
  • green value is 174;
  • blue value is 30.
RGB:
(236,174,30)
(93%,68%,12%)

RGB channels and saturation

R 236 of 255 = 93%
G 174 of 255 = 68%
B 30 of 255 = 12%

236
174
30

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

Portions of RGB colors in percentages

R + G + B =
236 + 174 + 30 = 440 (100%)
R 236 of 440 ~ 53.64%
G 174 of 440 ~ 39.55%
B 30 of 440 ~ 6.82%

%53.64
%39.55

CMYK color model

#ECAE1E color CMYK value is (0,26,87,7).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 87.29%
  • key color value is 7.45%
CMYK:
(0,26,87,7)
C0M26Y87K7 
(0%,26%,87%,7%)
(0.00/0.26/0.87/0.07)	

CMYK percentages

%0
%26.27
%87.29
%7.45

Codes

Color #ECAE1E in popluar color models

ECAE1E
RGB23617430
HSL42°84.43%52.16%
HSB/HSV42°87.29%92.55%
CMYK0.00%26.27%87.29%
7.45%

Color #ECAE1E in popluar number systems.

HEXECAE1E
Decimal23617430
Binary111011001010111011110
Octal35425636

Shades and tints

Shades of #ECAE1E

#ECAE1E
(236,174,30)
#D79F1C
(215,159,28)
#C2901A
(194,144,26)
#AD8118
(173,129,24)
#987216
(152,114,22)
#836314
(131,99,20)
#6E5412
(110,84,18)
#594510
(89,69,16)
#44360E
(68,54,14)
#2F270C
(47,39,12)
#1A180A
(26,24,10)
#000000
(0,0,0)

Tints of #ECAE1E

#ECAE1E
(236,174,30)
#EDB532
(237,181,50)
#EEBC46
(238,188,70)
#EFC35A
(239,195,90)
#F0CA6E
(240,202,110)
#F1D182
(241,209,130)
#F2D896
(242,216,150)
#F3DFAA
(243,223,170)
#F4E6BE
(244,230,190)
#F5EDD2
(245,237,210)
#F6F4E6
(246,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAE1E color. Also use rgb(236,174,30) instead hex code.

Text Font Color

.myTextColor { color: #ECAE1E; }

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

This text font color is #ECAE1E.


Background Color

.myBgColor { background-color: #ECAE1E; }

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

This div background color is #ECAE1E.


Border color

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

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

This div border color is #ECAE1E.


Opacity

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

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

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

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

This text has shadow with #ECAE1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAE1E on black background.


Color preview on white background

This text has color #ECAE1E on white background.



Black color preview on #ECAE1E background

This text has black color on #ECAE1E background.


White color preview on #ECAE1E background

This text has white color on #ECAE1E background.