COLOR #EBB77F

HEX: #EBB77F
RGB: (235,183,127)

Color info

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

RGB color model

#EBB77F color RGB value is (235,183,127).

  • red value is 235;
  • green value is 183;
  • blue value is 127.
RGB:
(235,183,127)
(92%,72%,50%)

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 127 of 255 = 50%

235
183
127

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

Portions of RGB colors in percentages

R + G + B =
235 + 183 + 127 = 545 (100%)
R 235 of 545 ~ 43.12%
G 183 of 545 ~ 33.58%
B 127 of 545 ~ 23.3%

%43.12
%33.58
%23.3

CMYK color model

#EBB77F color CMYK value is (0,22,46,8).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 45.96%
  • key color value is 7.84%
CMYK:
(0,22,46,8)
C0M22Y46K8 
(0%,22%,46%,8%)
(0.00/0.22/0.46/0.08)	

CMYK percentages

%0
%22.13
%45.96
%7.84

Codes

Color #EBB77F in popluar color models

EBB77F
RGB235183127
HSL31°72.97%70.98%
HSB/HSV31°45.96%92.16%
CMYK0.00%22.13%45.96%
7.84%

Color #EBB77F in popluar number systems.

HEXEBB77F
Decimal235183127
Binary11101011101101111111111
Octal353267177

Shades and tints

Shades of #EBB77F

#EBB77F
(235,183,127)
#D6A774
(214,167,116)
#C19769
(193,151,105)
#AC875E
(172,135,94)
#977753
(151,119,83)
#826748
(130,103,72)
#6D573D
(109,87,61)
#584732
(88,71,50)
#433727
(67,55,39)
#2E271C
(46,39,28)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #EBB77F

#EBB77F
(235,183,127)
#ECBD8A
(236,189,138)
#EDC395
(237,195,149)
#EEC9A0
(238,201,160)
#EFCFAB
(239,207,171)
#F0D5B6
(240,213,182)
#F1DBC1
(241,219,193)
#F2E1CC
(242,225,204)
#F3E7D7
(243,231,215)
#F4EDE2
(244,237,226)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB77F color. Also use rgb(235,183,127) instead hex code.

Text Font Color

.myTextColor { color: #EBB77F; }

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

This text font color is #EBB77F.


Background Color

.myBgColor { background-color: #EBB77F; }

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

This div background color is #EBB77F.


Border color

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

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

This div border color is #EBB77F.


Opacity

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

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

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

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

This text has shadow with #EBB77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB77F on black background.


Color preview on white background

This text has color #EBB77F on white background.



Black color preview on #EBB77F background

This text has black color on #EBB77F background.


White color preview on #EBB77F background

This text has white color on #EBB77F background.