COLOR #EBCD80

HEX: #EBCD80
RGB: (235,205,128)

Color info

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

RGB color model

#EBCD80 color RGB value is (235,205,128).

  • red value is 235;
  • green value is 205;
  • blue value is 128.
RGB:
(235,205,128)
(92%,80%,50%)

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 128 of 255 = 50%

235
205
128

R + G + B ~ 74%. #EBCD80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 205 + 128 = 568 (100%)
R 235 of 568 ~ 41.37%
G 205 of 568 ~ 36.09%
B 128 of 568 ~ 22.54%

%41.37
%36.09
%22.54

CMYK color model

#EBCD80 color CMYK value is (0,13,46,8).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 45.53%
  • key color value is 7.84%
CMYK:
(0,13,46,8)
C0M13Y46K8 
(0%,13%,46%,8%)
(0.00/0.13/0.46/0.08)	

CMYK percentages

%0
%12.77
%45.53
%7.84

Codes

Color #EBCD80 in popluar color models

EBCD80
RGB235205128
HSL43°72.79%71.18%
HSB/HSV43°45.53%92.16%
CMYK0.00%12.77%45.53%
7.84%

Color #EBCD80 in popluar number systems.

HEXEBCD80
Decimal235205128
Binary111010111100110110000000
Octal353315200

Shades and tints

Shades of #EBCD80

#EBCD80
(235,205,128)
#D6BB75
(214,187,117)
#C1A96A
(193,169,106)
#AC975F
(172,151,95)
#978554
(151,133,84)
#827349
(130,115,73)
#6D613E
(109,97,62)
#584F33
(88,79,51)
#433D28
(67,61,40)
#2E2B1D
(46,43,29)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #EBCD80

#EBCD80
(235,205,128)
#ECD18B
(236,209,139)
#EDD596
(237,213,150)
#EED9A1
(238,217,161)
#EFDDAC
(239,221,172)
#F0E1B7
(240,225,183)
#F1E5C2
(241,229,194)
#F2E9CD
(242,233,205)
#F3EDD8
(243,237,216)
#F4F1E3
(244,241,227)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCD80 color. Also use rgb(235,205,128) instead hex code.

Text Font Color

.myTextColor { color: #EBCD80; }

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

This text font color is #EBCD80.


Background Color

.myBgColor { background-color: #EBCD80; }

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

This div background color is #EBCD80.


Border color

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

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

This div border color is #EBCD80.


Opacity

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

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

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

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

This text has shadow with #EBCD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCD80 on black background.


Color preview on white background

This text has color #EBCD80 on white background.



Black color preview on #EBCD80 background

This text has black color on #EBCD80 background.


White color preview on #EBCD80 background

This text has white color on #EBCD80 background.