COLOR #E07758

HEX: #E07758
RGB: (224,119,88)

Color info

#E07758 contains mainly red color. Web safe color of #E07758 is #CC6666 (or #C66).

RGB color model

#E07758 color RGB value is (224,119,88).

  • red value is 224;
  • green value is 119;
  • blue value is 88.
RGB:
(224,119,88)
(88%,47%,35%)

RGB channels and saturation

R 224 of 255 = 88%
G 119 of 255 = 47%
B 88 of 255 = 35%

224
119
88

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

Portions of RGB colors in percentages

R + G + B =
224 + 119 + 88 = 431 (100%)
R 224 of 431 ~ 51.97%
G 119 of 431 ~ 27.61%
B 88 of 431 ~ 20.42%

%51.97
%27.61
%20.42

CMYK color model

#E07758 color CMYK value is (0,47,61,12).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 60.71%
  • key color value is 12.16%
CMYK:
(0,47,61,12)
C0M47Y61K12 
(0%,47%,61%,12%)
(0.00/0.47/0.61/0.12)	

CMYK percentages

%0
%46.88
%60.71
%12.16

Codes

Color #E07758 in popluar color models

E07758
RGB22411988
HSL14°68.69%61.18%
HSB/HSV14°60.71%87.84%
CMYK0.00%46.88%60.71%
12.16%

Color #E07758 in popluar number systems.

HEXE07758
Decimal22411988
Binary1110000011101111011000
Octal340167130

Shades and tints

Shades of #E07758

#E07758
(224,119,88)
#CC6D50
(204,109,80)
#B86348
(184,99,72)
#A45940
(164,89,64)
#904F38
(144,79,56)
#7C4530
(124,69,48)
#683B28
(104,59,40)
#543120
(84,49,32)
#402718
(64,39,24)
#2C1D10
(44,29,16)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #E07758

#E07758
(224,119,88)
#E28367
(226,131,103)
#E48F76
(228,143,118)
#E69B85
(230,155,133)
#E8A794
(232,167,148)
#EAB3A3
(234,179,163)
#ECBFB2
(236,191,178)
#EECBC1
(238,203,193)
#F0D7D0
(240,215,208)
#F2E3DF
(242,227,223)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07758 color. Also use rgb(224,119,88) instead hex code.

Text Font Color

.myTextColor { color: #E07758; }

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

This text font color is #E07758.


Background Color

.myBgColor { background-color: #E07758; }

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

This div background color is #E07758.


Border color

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

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

This div border color is #E07758.


Opacity

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

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

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

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

This text has shadow with #E07758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07758 on black background.


Color preview on white background

This text has color #E07758 on white background.



Black color preview on #E07758 background

This text has black color on #E07758 background.


White color preview on #E07758 background

This text has white color on #E07758 background.