COLOR #ECB36F

HEX: #ECB36F
RGB: (236,179,111)

Color info

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

RGB color model

#ECB36F color RGB value is (236,179,111).

  • red value is 236;
  • green value is 179;
  • blue value is 111.
RGB:
(236,179,111)
(93%,70%,44%)

RGB channels and saturation

R 236 of 255 = 93%
G 179 of 255 = 70%
B 111 of 255 = 44%

236
179
111

R + G + B ~ 69%. #ECB36F is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 179 + 111 = 526 (100%)
R 236 of 526 ~ 44.87%
G 179 of 526 ~ 34.03%
B 111 of 526 ~ 21.1%

%44.87
%34.03
%21.1

CMYK color model

#ECB36F color CMYK value is (0,24,53,7).

  • cyan value is 0.00%
  • magenta value is 24.15%
  • yellow value is 52.97%
  • key color value is 7.45%
CMYK:
(0,24,53,7)
C0M24Y53K7 
(0%,24%,53%,7%)
(0.00/0.24/0.53/0.07)	

CMYK percentages

%0
%24.15
%52.97
%7.45

Codes

Color #ECB36F in popluar color models

ECB36F
RGB236179111
HSL33°76.69%68.04%
HSB/HSV33°52.97%92.55%
CMYK0.00%24.15%52.97%
7.45%

Color #ECB36F in popluar number systems.

HEXECB36F
Decimal236179111
Binary11101100101100111101111
Octal354263157

Shades and tints

Shades of #ECB36F

#ECB36F
(236,179,111)
#D7A365
(215,163,101)
#C2935B
(194,147,91)
#AD8351
(173,131,81)
#987347
(152,115,71)
#83633D
(131,99,61)
#6E5333
(110,83,51)
#594329
(89,67,41)
#44331F
(68,51,31)
#2F2315
(47,35,21)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #ECB36F

#ECB36F
(236,179,111)
#EDB97C
(237,185,124)
#EEBF89
(238,191,137)
#EFC596
(239,197,150)
#F0CBA3
(240,203,163)
#F1D1B0
(241,209,176)
#F2D7BD
(242,215,189)
#F3DDCA
(243,221,202)
#F4E3D7
(244,227,215)
#F5E9E4
(245,233,228)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB36F color. Also use rgb(236,179,111) instead hex code.

Text Font Color

.myTextColor { color: #ECB36F; }

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

This text font color is #ECB36F.


Background Color

.myBgColor { background-color: #ECB36F; }

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

This div background color is #ECB36F.


Border color

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

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

This div border color is #ECB36F.


Opacity

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

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

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

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

This text has shadow with #ECB36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB36F on black background.


Color preview on white background

This text has color #ECB36F on white background.



Black color preview on #ECB36F background

This text has black color on #ECB36F background.


White color preview on #ECB36F background

This text has white color on #ECB36F background.