COLOR #ECAE5C

HEX: #ECAE5C
RGB: (236,174,92)

Color info

#ECAE5C contains mainly red color. Web safe color of #ECAE5C is #FF9966 (or #F96).

RGB color model

#ECAE5C color RGB value is (236,174,92).

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

RGB channels and saturation

R 236 of 255 = 93%
G 174 of 255 = 68%
B 92 of 255 = 36%

236
174
92

R + G + B ~ 66%. #ECAE5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 174 + 92 = 502 (100%)
R 236 of 502 ~ 47.01%
G 174 of 502 ~ 34.66%
B 92 of 502 ~ 18.33%

%47.01
%34.66
%18.33

CMYK color model

#ECAE5C color CMYK value is (0,26,61,7).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 61.02%
  • key color value is 7.45%
CMYK:
(0,26,61,7)
C0M26Y61K7 
(0%,26%,61%,7%)
(0.00/0.26/0.61/0.07)	

CMYK percentages

%0
%26.27
%61.02
%7.45

Codes

Color #ECAE5C in popluar color models

ECAE5C
RGB23617492
HSL34°79.12%64.31%
HSB/HSV34°61.02%92.55%
CMYK0.00%26.27%61.02%
7.45%

Color #ECAE5C in popluar number systems.

HEXECAE5C
Decimal23617492
Binary11101100101011101011100
Octal354256134

Shades and tints

Shades of #ECAE5C

#ECAE5C
(236,174,92)
#D79F54
(215,159,84)
#C2904C
(194,144,76)
#AD8144
(173,129,68)
#98723C
(152,114,60)
#836334
(131,99,52)
#6E542C
(110,84,44)
#594524
(89,69,36)
#44361C
(68,54,28)
#2F2714
(47,39,20)
#1A180C
(26,24,12)
#000000
(0,0,0)

Tints of #ECAE5C

#ECAE5C
(236,174,92)
#EDB56A
(237,181,106)
#EEBC78
(238,188,120)
#EFC386
(239,195,134)
#F0CA94
(240,202,148)
#F1D1A2
(241,209,162)
#F2D8B0
(242,216,176)
#F3DFBE
(243,223,190)
#F4E6CC
(244,230,204)
#F5EDDA
(245,237,218)
#F6F4E8
(246,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECAE5C; }

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

This text font color is #ECAE5C.


Background Color

.myBgColor { background-color: #ECAE5C; }

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

This div background color is #ECAE5C.


Border color

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

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

This div border color is #ECAE5C.


Opacity

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

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

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

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

This text has shadow with #ECAE5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAE5C on black background.


Color preview on white background

This text has color #ECAE5C on white background.



Black color preview on #ECAE5C background

This text has black color on #ECAE5C background.


White color preview on #ECAE5C background

This text has white color on #ECAE5C background.