COLOR #EB8258

HEX: #EB8258
RGB: (235,130,88)

Color info

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

RGB color model

#EB8258 color RGB value is (235,130,88).

  • red value is 235;
  • green value is 130;
  • blue value is 88.
RGB:
(235,130,88)
(92%,51%,35%)

RGB channels and saturation

R 235 of 255 = 92%
G 130 of 255 = 51%
B 88 of 255 = 35%

235
130
88

R + G + B ~ 59%. #EB8258 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 130 + 88 = 453 (100%)
R 235 of 453 ~ 51.88%
G 130 of 453 ~ 28.7%
B 88 of 453 ~ 19.43%

%51.88
%28.7
%19.43

CMYK color model

#EB8258 color CMYK value is (0,45,63,8).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 62.55%
  • key color value is 7.84%
CMYK:
(0,45,63,8)
C0M45Y63K8 
(0%,45%,63%,8%)
(0.00/0.45/0.63/0.08)	

CMYK percentages

%0
%44.68
%62.55
%7.84

Codes

Color #EB8258 in popluar color models

EB8258
RGB23513088
HSL17°78.61%63.33%
HSB/HSV17°62.55%92.16%
CMYK0.00%44.68%62.55%
7.84%

Color #EB8258 in popluar number systems.

HEXEB8258
Decimal23513088
Binary11101011100000101011000
Octal353202130

Shades and tints

Shades of #EB8258

#EB8258
(235,130,88)
#D67750
(214,119,80)
#C16C48
(193,108,72)
#AC6140
(172,97,64)
#975638
(151,86,56)
#824B30
(130,75,48)
#6D4028
(109,64,40)
#583520
(88,53,32)
#432A18
(67,42,24)
#2E1F10
(46,31,16)
#191408
(25,20,8)
#000000
(0,0,0)

Tints of #EB8258

#EB8258
(235,130,88)
#EC8D67
(236,141,103)
#ED9876
(237,152,118)
#EEA385
(238,163,133)
#EFAE94
(239,174,148)
#F0B9A3
(240,185,163)
#F1C4B2
(241,196,178)
#F2CFC1
(242,207,193)
#F3DAD0
(243,218,208)
#F4E5DF
(244,229,223)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8258 color. Also use rgb(235,130,88) instead hex code.

Text Font Color

.myTextColor { color: #EB8258; }

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

This text font color is #EB8258.


Background Color

.myBgColor { background-color: #EB8258; }

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

This div background color is #EB8258.


Border color

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

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

This div border color is #EB8258.


Opacity

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

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

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

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

This text has shadow with #EB8258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8258 on black background.


Color preview on white background

This text has color #EB8258 on white background.



Black color preview on #EB8258 background

This text has black color on #EB8258 background.


White color preview on #EB8258 background

This text has white color on #EB8258 background.