COLOR #E88F34

HEX: #E88F34
RGB: (232,143,52)

Color info

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

RGB color model

#E88F34 color RGB value is (232,143,52).

  • red value is 232;
  • green value is 143;
  • blue value is 52.
RGB:
(232,143,52)
(91%,56%,20%)

RGB channels and saturation

R 232 of 255 = 91%
G 143 of 255 = 56%
B 52 of 255 = 20%

232
143
52

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

Portions of RGB colors in percentages

R + G + B =
232 + 143 + 52 = 427 (100%)
R 232 of 427 ~ 54.33%
G 143 of 427 ~ 33.49%
B 52 of 427 ~ 12.18%

%54.33
%33.49
%12.18

CMYK color model

#E88F34 color CMYK value is (0,38,78,9).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 77.59%
  • key color value is 9.02%
CMYK:
(0,38,78,9)
C0M38Y78K9 
(0%,38%,78%,9%)
(0.00/0.38/0.78/0.09)	

CMYK percentages

%0
%38.36
%77.59
%9.02

Codes

Color #E88F34 in popluar color models

E88F34
RGB23214352
HSL30°79.65%55.69%
HSB/HSV30°77.59%90.98%
CMYK0.00%38.36%77.59%
9.02%

Color #E88F34 in popluar number systems.

HEXE88F34
Decimal23214352
Binary1110100010001111110100
Octal35021764

Shades and tints

Shades of #E88F34

#E88F34
(232,143,52)
#D38230
(211,130,48)
#BE752C
(190,117,44)
#A96828
(169,104,40)
#945B24
(148,91,36)
#7F4E20
(127,78,32)
#6A411C
(106,65,28)
#553418
(85,52,24)
#402714
(64,39,20)
#2B1A10
(43,26,16)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #E88F34

#E88F34
(232,143,52)
#EA9946
(234,153,70)
#ECA358
(236,163,88)
#EEAD6A
(238,173,106)
#F0B77C
(240,183,124)
#F2C18E
(242,193,142)
#F4CBA0
(244,203,160)
#F6D5B2
(246,213,178)
#F8DFC4
(248,223,196)
#FAE9D6
(250,233,214)
#FCF3E8
(252,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88F34 color. Also use rgb(232,143,52) instead hex code.

Text Font Color

.myTextColor { color: #E88F34; }

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

This text font color is #E88F34.


Background Color

.myBgColor { background-color: #E88F34; }

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

This div background color is #E88F34.


Border color

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

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

This div border color is #E88F34.


Opacity

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

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

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

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

This text has shadow with #E88F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88F34 on black background.


Color preview on white background

This text has color #E88F34 on white background.



Black color preview on #E88F34 background

This text has black color on #E88F34 background.


White color preview on #E88F34 background

This text has white color on #E88F34 background.