COLOR #ECB54D

HEX: #ECB54D RGB: (236,181,77)

Color info

#ECB54D contains mainly red and green colors. Web safe color of #ECB54D is #FFCC33 (or #FC3).

RGB color model

#ECB54D color RGB value is (236,181,77).

RGB: (236,181,77) (93%, 71%, 30%)

RGB channels and saturation

R 236 of 255 = 93%
G 181 of 255 = 71%
B 77 of 255 = 30%

236
181
77

R + G + B ~ 65%. #ECB54D is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 181 + 77 = 494 (100%)
R 236 of 494 ~ 47.77%
G 181 of 494 ~ 36.64%
B 77 of 494 ~ 15.59'%

%47.77
%36.64
%15.59

CMYK color model

#ECB54D color CMYK value is (0,23,67,7).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 67.37%
  • key color value is 7.45%
CMYK: (0,23,67,7) C0M23Y67K7 (0%,23%,67%,7%) (0.00/0.23/0.67/0.07) 

CMYK percentages

%0
%23.31
%67.37
%7.45

Codes

Color #ECB54D in popluar color models

EC B5 4D
RGB 236 181 77
HSL 39° 80.71% 61.37%
HSB/HSV 39° 67.37% 92.55%
CMYK 0.00% 23.31% 67.37%
7.45%

Color #ECB54D in popluar number systems.

HEX EC B5 4D
Decimal 236 181 77
Binary 11101100 10110101 1001101
Octal 354 265 115

Shades and tints

Shades of #ECB54D

#ECB54D
(236,181,77)
#D7A546
(215,165,70)
#C2953F
(194,149,63)
#AD8538
(173,133,56)
#987531
(152,117,49)
#83652A
(131,101,42)
#6E5523
(110,85,35)
#59451C
(89,69,28)
#443515
(68,53,21)
#2F250E
(47,37,14)
#1A1507
(26,21,7)
#000000
(0,0,0)

Tints of #ECB54D

#ECB54D
(236,181,77)
#EDBB5D
(237,187,93)
#EEC16D
(238,193,109)
#EFC77D
(239,199,125)
#F0CD8D
(240,205,141)
#F1D39D
(241,211,157)
#F2D9AD
(242,217,173)
#F3DFBD
(243,223,189)
#F4E5CD
(244,229,205)
#F5EBDD
(245,235,221)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB54D color. Also use rgb(236,181,77) instead hex code.

Text Font Color

.myTextColor { color: #ECB54D; }

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

This text font color is #ECB54D.

Background Color

.myBgColor { background-color: #ECB54D; }

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

This div background color is #ECB54D.

Border color

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

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

This div border color is #ECB54D.

Opacity

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

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

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

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

This text has shadow with #ECB54D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB54D.

Preview

Color preview on black background

This text has color #ECB54D on black background.


Color preview on white background

This text has color #ECB54D on white background.


Black color preview on #ECB54D background

This text has black color on #ECB54D background.


White color preview on #ECB54D background

This text has white color on #ECB54D background.


Related colors

Complementary color

Complementary color for #hex is #134AB2.


I love getcolorcode.com

Triadic colors

1 #4DECB5 and #B54DEC with #ECB54D are triadic colors.

2 #4DB5EC and #B5EC4D with #ECB54D are triadic colors.