COLOR #EB8F2C

HEX: #EB8F2C
RGB: (235,143,44)

Color info

#EB8F2C contains mainly red color. Web safe color of #EB8F2C is #FF9933 (or #F93).

RGB color model

#EB8F2C color RGB value is (235,143,44).

  • red value is 235;
  • green value is 143;
  • blue value is 44.
RGB:
(235,143,44)
(92%,56%,17%)

RGB channels and saturation

R 235 of 255 = 92%
G 143 of 255 = 56%
B 44 of 255 = 17%

235
143
44

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

Portions of RGB colors in percentages

R + G + B =
235 + 143 + 44 = 422 (100%)
R 235 of 422 ~ 55.69%
G 143 of 422 ~ 33.89%
B 44 of 422 ~ 10.43%

%55.69
%33.89
%10.43

CMYK color model

#EB8F2C color CMYK value is (0,39,81,8).

  • cyan value is 0.00%
  • magenta value is 39.15%
  • yellow value is 81.28%
  • key color value is 7.84%
CMYK:
(0,39,81,8)
C0M39Y81K8 
(0%,39%,81%,8%)
(0.00/0.39/0.81/0.08)	

CMYK percentages

%0
%39.15
%81.28
%7.84

Codes

Color #EB8F2C in popluar color models

EB8F2C
RGB23514344
HSL31°82.68%54.71%
HSB/HSV31°81.28%92.16%
CMYK0.00%39.15%81.28%
7.84%

Color #EB8F2C in popluar number systems.

HEXEB8F2C
Decimal23514344
Binary1110101110001111101100
Octal35321754

Shades and tints

Shades of #EB8F2C

#EB8F2C
(235,143,44)
#D68228
(214,130,40)
#C17524
(193,117,36)
#AC6820
(172,104,32)
#975B1C
(151,91,28)
#824E18
(130,78,24)
#6D4114
(109,65,20)
#583410
(88,52,16)
#43270C
(67,39,12)
#2E1A08
(46,26,8)
#190D04
(25,13,4)
#000000
(0,0,0)

Tints of #EB8F2C

#EB8F2C
(235,143,44)
#EC993F
(236,153,63)
#EDA352
(237,163,82)
#EEAD65
(238,173,101)
#EFB778
(239,183,120)
#F0C18B
(240,193,139)
#F1CB9E
(241,203,158)
#F2D5B1
(242,213,177)
#F3DFC4
(243,223,196)
#F4E9D7
(244,233,215)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8F2C color. Also use rgb(235,143,44) instead hex code.

Text Font Color

.myTextColor { color: #EB8F2C; }

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

This text font color is #EB8F2C.


Background Color

.myBgColor { background-color: #EB8F2C; }

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

This div background color is #EB8F2C.


Border color

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

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

This div border color is #EB8F2C.


Opacity

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

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

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

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

This text has shadow with #EB8F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8F2C on black background.


Color preview on white background

This text has color #EB8F2C on white background.



Black color preview on #EB8F2C background

This text has black color on #EB8F2C background.


White color preview on #EB8F2C background

This text has white color on #EB8F2C background.