COLOR #EBC672

HEX: #EBC672
RGB: (235,198,114)

Color info

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

RGB color model

#EBC672 color RGB value is (235,198,114).

  • red value is 235;
  • green value is 198;
  • blue value is 114.
RGB:
(235,198,114)
(92%,78%,45%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 114 of 255 = 45%

235
198
114

R + G + B ~ 72%. #EBC672 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 114 = 547 (100%)
R 235 of 547 ~ 42.96%
G 198 of 547 ~ 36.2%
B 114 of 547 ~ 20.84%

%42.96
%36.2
%20.84

CMYK color model

#EBC672 color CMYK value is (0,16,51,8).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 51.49%
  • key color value is 7.84%
CMYK:
(0,16,51,8)
C0M16Y51K8 
(0%,16%,51%,8%)
(0.00/0.16/0.51/0.08)	

CMYK percentages

%0
%15.74
%51.49
%7.84

Codes

Color #EBC672 in popluar color models

EBC672
RGB235198114
HSL42°75.16%68.43%
HSB/HSV42°51.49%92.16%
CMYK0.00%15.74%51.49%
7.84%

Color #EBC672 in popluar number systems.

HEXEBC672
Decimal235198114
Binary11101011110001101110010
Octal353306162

Shades and tints

Shades of #EBC672

#EBC672
(235,198,114)
#D6B468
(214,180,104)
#C1A25E
(193,162,94)
#AC9054
(172,144,84)
#977E4A
(151,126,74)
#826C40
(130,108,64)
#6D5A36
(109,90,54)
#58482C
(88,72,44)
#433622
(67,54,34)
#2E2418
(46,36,24)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #EBC672

#EBC672
(235,198,114)
#ECCB7E
(236,203,126)
#EDD08A
(237,208,138)
#EED596
(238,213,150)
#EFDAA2
(239,218,162)
#F0DFAE
(240,223,174)
#F1E4BA
(241,228,186)
#F2E9C6
(242,233,198)
#F3EED2
(243,238,210)
#F4F3DE
(244,243,222)
#F5F8EA
(245,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC672 color. Also use rgb(235,198,114) instead hex code.

Text Font Color

.myTextColor { color: #EBC672; }

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

This text font color is #EBC672.


Background Color

.myBgColor { background-color: #EBC672; }

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

This div background color is #EBC672.


Border color

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

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

This div border color is #EBC672.


Opacity

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

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

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

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

This text has shadow with #EBC672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC672 on black background.


Color preview on white background

This text has color #EBC672 on white background.



Black color preview on #EBC672 background

This text has black color on #EBC672 background.


White color preview on #EBC672 background

This text has white color on #EBC672 background.