COLOR #EBB480

HEX: #EBB480
RGB: (235,180,128)

Color info

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

RGB color model

#EBB480 color RGB value is (235,180,128).

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

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 128 of 255 = 50%

235
180
128

R + G + B ~ 71%. #EBB480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 128 = 543 (100%)
R 235 of 543 ~ 43.28%
G 180 of 543 ~ 33.15%
B 128 of 543 ~ 23.57%

%43.28
%33.15
%23.57

CMYK color model

#EBB480 color CMYK value is (0,23,46,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 45.53%
  • key color value is 7.84%
CMYK:
(0,23,46,8)
C0M23Y46K8 
(0%,23%,46%,8%)
(0.00/0.23/0.46/0.08)	

CMYK percentages

%0
%23.4
%45.53
%7.84

Codes

Color #EBB480 in popluar color models

EBB480
RGB235180128
HSL29°72.79%71.18%
HSB/HSV29°45.53%92.16%
CMYK0.00%23.40%45.53%
7.84%

Color #EBB480 in popluar number systems.

HEXEBB480
Decimal235180128
Binary111010111011010010000000
Octal353264200

Shades and tints

Shades of #EBB480

#EBB480
(235,180,128)
#D6A475
(214,164,117)
#C1946A
(193,148,106)
#AC845F
(172,132,95)
#977454
(151,116,84)
#826449
(130,100,73)
#6D543E
(109,84,62)
#584433
(88,68,51)
#433428
(67,52,40)
#2E241D
(46,36,29)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #EBB480

#EBB480
(235,180,128)
#ECBA8B
(236,186,139)
#EDC096
(237,192,150)
#EEC6A1
(238,198,161)
#EFCCAC
(239,204,172)
#F0D2B7
(240,210,183)
#F1D8C2
(241,216,194)
#F2DECD
(242,222,205)
#F3E4D8
(243,228,216)
#F4EAE3
(244,234,227)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB480; }

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

This text font color is #EBB480.


Background Color

.myBgColor { background-color: #EBB480; }

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

This div background color is #EBB480.


Border color

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

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

This div border color is #EBB480.


Opacity

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

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

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

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

This text has shadow with #EBB480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB480 on black background.


Color preview on white background

This text has color #EBB480 on white background.



Black color preview on #EBB480 background

This text has black color on #EBB480 background.


White color preview on #EBB480 background

This text has white color on #EBB480 background.