COLOR #EF883B

HEX: #EF883B
RGB: (239,136,59)

Color info

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

RGB color model

#EF883B color RGB value is (239,136,59).

  • red value is 239;
  • green value is 136;
  • blue value is 59.
RGB:
(239,136,59)
(94%,53%,23%)

RGB channels and saturation

R 239 of 255 = 94%
G 136 of 255 = 53%
B 59 of 255 = 23%

239
136
59

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

Portions of RGB colors in percentages

R + G + B =
239 + 136 + 59 = 434 (100%)
R 239 of 434 ~ 55.07%
G 136 of 434 ~ 31.34%
B 59 of 434 ~ 13.59%

%55.07
%31.34
%13.59

CMYK color model

#EF883B color CMYK value is (0,43,75,6).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 75.31%
  • key color value is 6.27%
CMYK:
(0,43,75,6)
C0M43Y75K6 
(0%,43%,75%,6%)
(0.00/0.43/0.75/0.06)	

CMYK percentages

%0
%43.1
%75.31
%6.27

Codes

Color #EF883B in popluar color models

EF883B
RGB23913659
HSL26°84.91%58.43%
HSB/HSV26°75.31%93.73%
CMYK0.00%43.10%75.31%
6.27%

Color #EF883B in popluar number systems.

HEXEF883B
Decimal23913659
Binary1110111110001000111011
Octal35721073

Shades and tints

Shades of #EF883B

#EF883B
(239,136,59)
#DA7C36
(218,124,54)
#C57031
(197,112,49)
#B0642C
(176,100,44)
#9B5827
(155,88,39)
#864C22
(134,76,34)
#71401D
(113,64,29)
#5C3418
(92,52,24)
#472813
(71,40,19)
#321C0E
(50,28,14)
#1D1009
(29,16,9)
#000000
(0,0,0)

Tints of #EF883B

#EF883B
(239,136,59)
#F0924C
(240,146,76)
#F19C5D
(241,156,93)
#F2A66E
(242,166,110)
#F3B07F
(243,176,127)
#F4BA90
(244,186,144)
#F5C4A1
(245,196,161)
#F6CEB2
(246,206,178)
#F7D8C3
(247,216,195)
#F8E2D4
(248,226,212)
#F9ECE5
(249,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF883B color. Also use rgb(239,136,59) instead hex code.

Text Font Color

.myTextColor { color: #EF883B; }

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

This text font color is #EF883B.


Background Color

.myBgColor { background-color: #EF883B; }

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

This div background color is #EF883B.


Border color

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

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

This div border color is #EF883B.


Opacity

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

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

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

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

This text has shadow with #EF883B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF883B on black background.


Color preview on white background

This text has color #EF883B on white background.



Black color preview on #EF883B background

This text has black color on #EF883B background.


White color preview on #EF883B background

This text has white color on #EF883B background.