COLOR #EBA259

HEX: #EBA259
RGB: (235,162,89)

Color info

#EBA259 contains mainly red color. Web safe color of #EBA259 is #FF9966 (or #F96).

RGB color model

#EBA259 color RGB value is (235,162,89).

  • red value is 235;
  • green value is 162;
  • blue value is 89.
RGB:
(235,162,89)
(92%,64%,35%)

RGB channels and saturation

R 235 of 255 = 92%
G 162 of 255 = 64%
B 89 of 255 = 35%

235
162
89

R + G + B ~ 64%. #EBA259 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 162 + 89 = 486 (100%)
R 235 of 486 ~ 48.35%
G 162 of 486 ~ 33.33%
B 89 of 486 ~ 18.31%

%48.35
%33.33
%18.31

CMYK color model

#EBA259 color CMYK value is (0,31,62,8).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 62.13%
  • key color value is 7.84%
CMYK:
(0,31,62,8)
C0M31Y62K8 
(0%,31%,62%,8%)
(0.00/0.31/0.62/0.08)	

CMYK percentages

%0
%31.06
%62.13
%7.84

Codes

Color #EBA259 in popluar color models

EBA259
RGB23516289
HSL30°78.49%63.53%
HSB/HSV30°62.13%92.16%
CMYK0.00%31.06%62.13%
7.84%

Color #EBA259 in popluar number systems.

HEXEBA259
Decimal23516289
Binary11101011101000101011001
Octal353242131

Shades and tints

Shades of #EBA259

#EBA259
(235,162,89)
#D69451
(214,148,81)
#C18649
(193,134,73)
#AC7841
(172,120,65)
#976A39
(151,106,57)
#825C31
(130,92,49)
#6D4E29
(109,78,41)
#584021
(88,64,33)
#433219
(67,50,25)
#2E2411
(46,36,17)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #EBA259

#EBA259
(235,162,89)
#ECAA68
(236,170,104)
#EDB277
(237,178,119)
#EEBA86
(238,186,134)
#EFC295
(239,194,149)
#F0CAA4
(240,202,164)
#F1D2B3
(241,210,179)
#F2DAC2
(242,218,194)
#F3E2D1
(243,226,209)
#F4EAE0
(244,234,224)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA259 color. Also use rgb(235,162,89) instead hex code.

Text Font Color

.myTextColor { color: #EBA259; }

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

This text font color is #EBA259.


Background Color

.myBgColor { background-color: #EBA259; }

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

This div background color is #EBA259.


Border color

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

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

This div border color is #EBA259.


Opacity

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

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

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

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

This text has shadow with #EBA259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA259 on black background.


Color preview on white background

This text has color #EBA259 on white background.



Black color preview on #EBA259 background

This text has black color on #EBA259 background.


White color preview on #EBA259 background

This text has white color on #EBA259 background.