COLOR #EB9A5A

HEX: #EB9A5A
RGB: (235,154,90)

Color info

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

RGB color model

#EB9A5A color RGB value is (235,154,90).

  • red value is 235;
  • green value is 154;
  • blue value is 90.
RGB:
(235,154,90)
(92%,60%,35%)

RGB channels and saturation

R 235 of 255 = 92%
G 154 of 255 = 60%
B 90 of 255 = 35%

235
154
90

R + G + B ~ 62%. #EB9A5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 154 + 90 = 479 (100%)
R 235 of 479 ~ 49.06%
G 154 of 479 ~ 32.15%
B 90 of 479 ~ 18.79%

%49.06
%32.15
%18.79

CMYK color model

#EB9A5A color CMYK value is (0,34,62,8).

  • cyan value is 0.00%
  • magenta value is 34.47%
  • yellow value is 61.70%
  • key color value is 7.84%
CMYK:
(0,34,62,8)
C0M34Y62K8 
(0%,34%,62%,8%)
(0.00/0.34/0.62/0.08)	

CMYK percentages

%0
%34.47
%61.7
%7.84

Codes

Color #EB9A5A in popluar color models

EB9A5A
RGB23515490
HSL26°78.38%63.73%
HSB/HSV26°61.70%92.16%
CMYK0.00%34.47%61.70%
7.84%

Color #EB9A5A in popluar number systems.

HEXEB9A5A
Decimal23515490
Binary11101011100110101011010
Octal353232132

Shades and tints

Shades of #EB9A5A

#EB9A5A
(235,154,90)
#D68C52
(214,140,82)
#C17E4A
(193,126,74)
#AC7042
(172,112,66)
#97623A
(151,98,58)
#825432
(130,84,50)
#6D462A
(109,70,42)
#583822
(88,56,34)
#432A1A
(67,42,26)
#2E1C12
(46,28,18)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #EB9A5A

#EB9A5A
(235,154,90)
#ECA369
(236,163,105)
#EDAC78
(237,172,120)
#EEB587
(238,181,135)
#EFBE96
(239,190,150)
#F0C7A5
(240,199,165)
#F1D0B4
(241,208,180)
#F2D9C3
(242,217,195)
#F3E2D2
(243,226,210)
#F4EBE1
(244,235,225)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9A5A color. Also use rgb(235,154,90) instead hex code.

Text Font Color

.myTextColor { color: #EB9A5A; }

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

This text font color is #EB9A5A.


Background Color

.myBgColor { background-color: #EB9A5A; }

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

This div background color is #EB9A5A.


Border color

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

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

This div border color is #EB9A5A.


Opacity

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

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

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

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

This text has shadow with #EB9A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9A5A on black background.


Color preview on white background

This text has color #EB9A5A on white background.



Black color preview on #EB9A5A background

This text has black color on #EB9A5A background.


White color preview on #EB9A5A background

This text has white color on #EB9A5A background.