COLOR #EBC38A

HEX: #EBC38A
RGB: (235,195,138)

Color info

#EBC38A contains mainly red and green colors. Web safe color of #EBC38A is #FFCC99 (or #FC9).

RGB color model

#EBC38A color RGB value is (235,195,138).

  • red value is 235;
  • green value is 195;
  • blue value is 138.
RGB:
(235,195,138)
(92%,76%,54%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 138 of 255 = 54%

235
195
138

R + G + B ~ 74%. #EBC38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 138 = 568 (100%)
R 235 of 568 ~ 41.37%
G 195 of 568 ~ 34.33%
B 138 of 568 ~ 24.3%

%41.37
%34.33
%24.3

CMYK color model

#EBC38A color CMYK value is (0,17,41,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 41.28%
  • key color value is 7.84%
CMYK:
(0,17,41,8)
C0M17Y41K8 
(0%,17%,41%,8%)
(0.00/0.17/0.41/0.08)	

CMYK percentages

%0
%17.02
%41.28
%7.84

Codes

Color #EBC38A in popluar color models

EBC38A
RGB235195138
HSL35°70.80%73.14%
HSB/HSV35°41.28%92.16%
CMYK0.00%17.02%41.28%
7.84%

Color #EBC38A in popluar number systems.

HEXEBC38A
Decimal235195138
Binary111010111100001110001010
Octal353303212

Shades and tints

Shades of #EBC38A

#EBC38A
(235,195,138)
#D6B27E
(214,178,126)
#C1A172
(193,161,114)
#AC9066
(172,144,102)
#977F5A
(151,127,90)
#826E4E
(130,110,78)
#6D5D42
(109,93,66)
#584C36
(88,76,54)
#433B2A
(67,59,42)
#2E2A1E
(46,42,30)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #EBC38A

#EBC38A
(235,195,138)
#ECC894
(236,200,148)
#EDCD9E
(237,205,158)
#EED2A8
(238,210,168)
#EFD7B2
(239,215,178)
#F0DCBC
(240,220,188)
#F1E1C6
(241,225,198)
#F2E6D0
(242,230,208)
#F3EBDA
(243,235,218)
#F4F0E4
(244,240,228)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC38A color. Also use rgb(235,195,138) instead hex code.

Text Font Color

.myTextColor { color: #EBC38A; }

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

This text font color is #EBC38A.


Background Color

.myBgColor { background-color: #EBC38A; }

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

This div background color is #EBC38A.


Border color

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

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

This div border color is #EBC38A.


Opacity

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

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

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

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

This text has shadow with #EBC38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC38A on black background.


Color preview on white background

This text has color #EBC38A on white background.



Black color preview on #EBC38A background

This text has black color on #EBC38A background.


White color preview on #EBC38A background

This text has white color on #EBC38A background.