COLOR #ECB64E

HEX: #ECB64E RGB: (236,182,78)

Color info

#ECB64E contains mainly red and green colors. Web safe color of #ECB64E is #FFCC66 (or #FC6).

RGB color model

#ECB64E color RGB value is (236,182,78).

RGB: (236,182,78) (93%, 71%, 31%)

RGB channels and saturation

R 236 of 255 = 93%
G 182 of 255 = 71%
B 78 of 255 = 31%

236
182
78

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

Portions of RGB colors in percentages

R + G + B = 236 + 182 + 78 = 496 (100%)
R 236 of 496 ~ 47.58%
G 182 of 496 ~ 36.69%
B 78 of 496 ~ 15.73'%

%47.58
%36.69
%15.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 66.95%
  • 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
%22.88
%66.95
%7.45

Codes

Color #ECB64E in popluar color models

EC B6 4E
RGB 236 182 78
HSL 39° 80.61% 61.57%
HSB/HSV 39° 66.95% 92.55%
CMYK 0.00% 22.88% 66.95%
7.45%

Color #ECB64E in popluar number systems.

HEX EC B6 4E
Decimal 236 182 78
Binary 11101100 10110110 1001110
Octal 354 266 116

Shades and tints

Shades of #ECB64E

#ECB64E
(236,182,78)
#D7A647
(215,166,71)
#C29640
(194,150,64)
#AD8639
(173,134,57)
#987632
(152,118,50)
#83662B
(131,102,43)
#6E5624
(110,86,36)
#59461D
(89,70,29)
#443616
(68,54,22)
#2F260F
(47,38,15)
#1A1608
(26,22,8)
#000000
(0,0,0)

Tints of #ECB64E

#ECB64E
(236,182,78)
#EDBC5E
(237,188,94)
#EEC26E
(238,194,110)
#EFC87E
(239,200,126)
#F0CE8E
(240,206,142)
#F1D49E
(241,212,158)
#F2DAAE
(242,218,174)
#F3E0BE
(243,224,190)
#F4E6CE
(244,230,206)
#F5ECDE
(245,236,222)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB64E color. Also use rgb(236,182,78) instead hex code.

Text Font Color

.myTextColor { color: #ECB64E; }

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

This text font color is #ECB64E.

Background Color

.myBgColor { background-color: #ECB64E; }

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

This div background color is #ECB64E.

Border color

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

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

This div border color is #ECB64E.

Opacity

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

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

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

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

This text has shadow with #ECB64E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB64E.

Preview

Color preview on black background

This text has color #ECB64E on black background.


Color preview on white background

This text has color #ECB64E on white background.


Black color preview on #ECB64E background

This text has black color on #ECB64E background.


White color preview on #ECB64E background

This text has white color on #ECB64E background.


Related colors

Complementary color

Complementary color for #hex is #1349B1.


I love getcolorcode.com

Triadic colors

1 #4EECB6 and #B64EEC with #ECB64E are triadic colors.

2 #4EB6EC and #B6EC4E with #ECB64E are triadic colors.