COLOR #ECBA2B

HEX: #ECBA2B RGB: (236,186,43)

Color info

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

RGB color model

#ECBA2B color RGB value is (236,186,43).

RGB: (236,186,43) (93%, 73%, 17%)

RGB channels and saturation

R 236 of 255 = 93%
G 186 of 255 = 73%
B 43 of 255 = 17%

236
186
43

R + G + B ~ 61%. #ECBA2B is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 186 + 43 = 465 (100%)
R 236 of 465 ~ 50.75%
G 186 of 465 ~ 40%
B 43 of 465 ~ 9.25'%

%50.75
%40

CMYK color model

#ECBA2B color CMYK value is (0,21,82,7).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 81.78%
  • key color value is 7.45%

CMYK: (0,21,82,7)
C0M21Y82K7 (0%, 21%, 82%, 7%)
(0.00 / 0.21 / 0.82 / 0.07)

CMYK percentages

%0
%21.19
%81.78
%7.45

Codes

Color #ECBA2B in popluar color models

EC BA 2B
RGB 236 186 43
HSL 44° 83.55% 54.71%
HSB/HSV 44° 81.78% 92.55%
CMYK 0.00% 21.19% 81.78%
7.45%

Color #ECBA2B in popluar number systems.

HEX EC BA 2B
Decimal 236 186 43
Binary 11101100 10111010 101011
Octal 354 272 53

Shades and tints

Shades of #ECBA2B

#ECBA2B
(236,186,43)
#D7AA28
(215,170,40)
#C29A25
(194,154,37)
#AD8A22
(173,138,34)
#987A1F
(152,122,31)
#836A1C
(131,106,28)
#6E5A19
(110,90,25)
#594A16
(89,74,22)
#443A13
(68,58,19)
#2F2A10
(47,42,16)
#1A1A0D
(26,26,13)
#000000
(0,0,0)

Tints of #ECBA2B

#ECBA2B
(236,186,43)
#EDC03E
(237,192,62)
#EEC651
(238,198,81)
#EFCC64
(239,204,100)
#F0D277
(240,210,119)
#F1D88A
(241,216,138)
#F2DE9D
(242,222,157)
#F3E4B0
(243,228,176)
#F4EAC3
(244,234,195)
#F5F0D6
(245,240,214)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBA2B color. Also use rgb(236,186,43) instead hex code.

Text Font Color

.myTextColor { color: #ECBA2B; }

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

This text font color is #ECBA2B.

Background Color

.myBgColor { background-color: #ECBA2B; }

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

This div background color is #ECBA2B.

Border color

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

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

This div border color is #ECBA2B.

Opacity

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

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

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

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

This text has shadow with #ECBA2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBA2B.

Preview

Color preview on black background

This text has color #ECBA2B on black background.


Color preview on white background

This text has color #ECBA2B on white background.


Black color preview on #ECBA2B background

This text has black color on #ECBA2B background.


White color preview on #ECBA2B background

This text has white color on #ECBA2B background.


Related colors

Complementary color

Complementary color for #hex is #1345D4.


I love getcolorcode.com

Triadic colors

1 #2BECBA and #BA2BEC with #ECBA2B are triadic colors.

2 #2BBAEC and #BAEC2B with #ECBA2B are triadic colors.