COLOR #EBB36D

HEX: #EBB36D
RGB: (235,179,109)

Color info

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

RGB color model

#EBB36D color RGB value is (235,179,109).

  • red value is 235;
  • green value is 179;
  • blue value is 109.
RGB:
(235,179,109)
(92%,70%,43%)

RGB channels and saturation

R 235 of 255 = 92%
G 179 of 255 = 70%
B 109 of 255 = 43%

235
179
109

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

Portions of RGB colors in percentages

R + G + B =
235 + 179 + 109 = 523 (100%)
R 235 of 523 ~ 44.93%
G 179 of 523 ~ 34.23%
B 109 of 523 ~ 20.84%

%44.93
%34.23
%20.84

CMYK color model

#EBB36D color CMYK value is (0,24,54,8).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 53.62%
  • key color value is 7.84%
CMYK:
(0,24,54,8)
C0M24Y54K8 
(0%,24%,54%,8%)
(0.00/0.24/0.54/0.08)	

CMYK percentages

%0
%23.83
%53.62
%7.84

Codes

Color #EBB36D in popluar color models

EBB36D
RGB235179109
HSL33°75.90%67.45%
HSB/HSV33°53.62%92.16%
CMYK0.00%23.83%53.62%
7.84%

Color #EBB36D in popluar number systems.

HEXEBB36D
Decimal235179109
Binary11101011101100111101101
Octal353263155

Shades and tints

Shades of #EBB36D

#EBB36D
(235,179,109)
#D6A364
(214,163,100)
#C1935B
(193,147,91)
#AC8352
(172,131,82)
#977349
(151,115,73)
#826340
(130,99,64)
#6D5337
(109,83,55)
#58432E
(88,67,46)
#433325
(67,51,37)
#2E231C
(46,35,28)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #EBB36D

#EBB36D
(235,179,109)
#ECB97A
(236,185,122)
#EDBF87
(237,191,135)
#EEC594
(238,197,148)
#EFCBA1
(239,203,161)
#F0D1AE
(240,209,174)
#F1D7BB
(241,215,187)
#F2DDC8
(242,221,200)
#F3E3D5
(243,227,213)
#F4E9E2
(244,233,226)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB36D color. Also use rgb(235,179,109) instead hex code.

Text Font Color

.myTextColor { color: #EBB36D; }

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

This text font color is #EBB36D.


Background Color

.myBgColor { background-color: #EBB36D; }

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

This div background color is #EBB36D.


Border color

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

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

This div border color is #EBB36D.


Opacity

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

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

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

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

This text has shadow with #EBB36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB36D on black background.


Color preview on white background

This text has color #EBB36D on white background.



Black color preview on #EBB36D background

This text has black color on #EBB36D background.


White color preview on #EBB36D background

This text has white color on #EBB36D background.