COLOR #EBC164

HEX: #EBC164
RGB: (235,193,100)

Color info

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

RGB color model

#EBC164 color RGB value is (235,193,100).

  • red value is 235;
  • green value is 193;
  • blue value is 100.
RGB:
(235,193,100)
(92%,76%,39%)

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 100 of 255 = 39%

235
193
100

R + G + B ~ 69%. #EBC164 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 100 = 528 (100%)
R 235 of 528 ~ 44.51%
G 193 of 528 ~ 36.55%
B 100 of 528 ~ 18.94%

%44.51
%36.55
%18.94

CMYK color model

#EBC164 color CMYK value is (0,18,57,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 57.45%
  • key color value is 7.84%
CMYK:
(0,18,57,8)
C0M18Y57K8 
(0%,18%,57%,8%)
(0.00/0.18/0.57/0.08)	

CMYK percentages

%0
%17.87
%57.45
%7.84

Codes

Color #EBC164 in popluar color models

EBC164
RGB235193100
HSL41°77.14%65.69%
HSB/HSV41°57.45%92.16%
CMYK0.00%17.87%57.45%
7.84%

Color #EBC164 in popluar number systems.

HEXEBC164
Decimal235193100
Binary11101011110000011100100
Octal353301144

Shades and tints

Shades of #EBC164

#EBC164
(235,193,100)
#D6B05B
(214,176,91)
#C19F52
(193,159,82)
#AC8E49
(172,142,73)
#977D40
(151,125,64)
#826C37
(130,108,55)
#6D5B2E
(109,91,46)
#584A25
(88,74,37)
#43391C
(67,57,28)
#2E2813
(46,40,19)
#19170A
(25,23,10)
#000000
(0,0,0)

Tints of #EBC164

#EBC164
(235,193,100)
#ECC672
(236,198,114)
#EDCB80
(237,203,128)
#EED08E
(238,208,142)
#EFD59C
(239,213,156)
#F0DAAA
(240,218,170)
#F1DFB8
(241,223,184)
#F2E4C6
(242,228,198)
#F3E9D4
(243,233,212)
#F4EEE2
(244,238,226)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC164 color. Also use rgb(235,193,100) instead hex code.

Text Font Color

.myTextColor { color: #EBC164; }

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

This text font color is #EBC164.


Background Color

.myBgColor { background-color: #EBC164; }

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

This div background color is #EBC164.


Border color

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

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

This div border color is #EBC164.


Opacity

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

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

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

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

This text has shadow with #EBC164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC164 on black background.


Color preview on white background

This text has color #EBC164 on white background.



Black color preview on #EBC164 background

This text has black color on #EBC164 background.


White color preview on #EBC164 background

This text has white color on #EBC164 background.