COLOR #ECB16B

HEX: #ECB16B RGB: (236,177,107)

Color info

#ECB16B contains mainly red and green colors. Web safe color of #ECB16B is #FF9966 (or #F96).

RGB color model

#ECB16B color RGB value is (236,177,107).

RGB: (236,177,107) (93%, 69%, 42%)

RGB channels and saturation

R 236 of 255 = 93%
G 177 of 255 = 69%
B 107 of 255 = 42%

236
177
107

R + G + B ~ 68%. #ECB16B is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 177 + 107 = 520 (100%)
R 236 of 520 ~ 45.38%
G 177 of 520 ~ 34.04%
B 107 of 520 ~ 20.58'%

%45.38
%34.04
%20.58

CMYK color model

#ECB16B color CMYK value is (0,25,55,7).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 54.66%
  • key color value is 7.45%

CMYK: (0,25,55,7)
C0M25Y55K7 (0%, 25%, 55%, 7%)
(0.00 / 0.25 / 0.55 / 0.07)

CMYK percentages

%0
%25
%54.66
%7.45

Codes

Color #ECB16B in popluar color models

EC B1 6B
RGB 236 177 107
HSL 33° 77.25% 67.25%
HSB/HSV 33° 54.66% 92.55%
CMYK 0.00% 25.00% 54.66%
7.45%

Color #ECB16B in popluar number systems.

HEX EC B1 6B
Decimal 236 177 107
Binary 11101100 10110001 1101011
Octal 354 261 153

Shades and tints

Shades of #ECB16B

#ECB16B
(236,177,107)
#D7A162
(215,161,98)
#C29159
(194,145,89)
#AD8150
(173,129,80)
#987147
(152,113,71)
#83613E
(131,97,62)
#6E5135
(110,81,53)
#59412C
(89,65,44)
#443123
(68,49,35)
#2F211A
(47,33,26)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #ECB16B

#ECB16B
(236,177,107)
#EDB878
(237,184,120)
#EEBF85
(238,191,133)
#EFC692
(239,198,146)
#F0CD9F
(240,205,159)
#F1D4AC
(241,212,172)
#F2DBB9
(242,219,185)
#F3E2C6
(243,226,198)
#F4E9D3
(244,233,211)
#F5F0E0
(245,240,224)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB16B color. Also use rgb(236,177,107) instead hex code.

Text Font Color

.myTextColor { color: #ECB16B; }

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

This text font color is #ECB16B.

Background Color

.myBgColor { background-color: #ECB16B; }

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

This div background color is #ECB16B.

Border color

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

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

This div border color is #ECB16B.

Opacity

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

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

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

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

This text has shadow with #ECB16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB16B.

Preview

Color preview on black background

This text has color #ECB16B on black background.


Color preview on white background

This text has color #ECB16B on white background.


Black color preview on #ECB16B background

This text has black color on #ECB16B background.


White color preview on #ECB16B background

This text has white color on #ECB16B background.


Related colors

Complementary color

Complementary color for #hex is #134E94.


I love getcolorcode.com

Triadic colors

1 #6BECB1 and #B16BEC with #ECB16B are triadic colors.

2 #6BB1EC and #B1EC6B with #ECB16B are triadic colors.