COLOR #ECDB84

HEX: #ECDB84
RGB: (236,219,132)

Color info

#ECDB84 contains mainly red and green colors. Web safe color of #ECDB84 is #FFCC99 (or #FC9).

RGB color model

#ECDB84 color RGB value is (236,219,132).

  • red value is 236;
  • green value is 219;
  • blue value is 132.
RGB:
(236,219,132)
(93%,86%,52%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 132 of 255 = 52%

236
219
132

R + G + B ~ 77%. #ECDB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 132 = 587 (100%)
R 236 of 587 ~ 40.2%
G 219 of 587 ~ 37.31%
B 132 of 587 ~ 22.49%

%40.2
%37.31
%22.49

CMYK color model

#ECDB84 color CMYK value is (0,7,44,7).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 44.07%
  • key color value is 7.45%
CMYK:
(0,7,44,7)
C0M7Y44K7 
(0%,7%,44%,7%)
(0.00/0.07/0.44/0.07)	

CMYK percentages

%0
%7.2
%44.07
%7.45

Codes

Color #ECDB84 in popluar color models

ECDB84
RGB236219132
HSL50°73.24%72.16%
HSB/HSV50°44.07%92.55%
CMYK0.00%7.20%44.07%
7.45%

Color #ECDB84 in popluar number systems.

HEXECDB84
Decimal236219132
Binary111011001101101110000100
Octal354333204

Shades and tints

Shades of #ECDB84

#ECDB84
(236,219,132)
#D7C878
(215,200,120)
#C2B56C
(194,181,108)
#ADA260
(173,162,96)
#988F54
(152,143,84)
#837C48
(131,124,72)
#6E693C
(110,105,60)
#595630
(89,86,48)
#444324
(68,67,36)
#2F3018
(47,48,24)
#1A1D0C
(26,29,12)
#000000
(0,0,0)

Tints of #ECDB84

#ECDB84
(236,219,132)
#EDDE8F
(237,222,143)
#EEE19A
(238,225,154)
#EFE4A5
(239,228,165)
#F0E7B0
(240,231,176)
#F1EABB
(241,234,187)
#F2EDC6
(242,237,198)
#F3F0D1
(243,240,209)
#F4F3DC
(244,243,220)
#F5F6E7
(245,246,231)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDB84 color. Also use rgb(236,219,132) instead hex code.

Text Font Color

.myTextColor { color: #ECDB84; }

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

This text font color is #ECDB84.


Background Color

.myBgColor { background-color: #ECDB84; }

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

This div background color is #ECDB84.


Border color

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

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

This div border color is #ECDB84.


Opacity

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

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

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

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

This text has shadow with #ECDB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDB84 on black background.


Color preview on white background

This text has color #ECDB84 on white background.



Black color preview on #ECDB84 background

This text has black color on #ECDB84 background.


White color preview on #ECDB84 background

This text has white color on #ECDB84 background.