COLOR #E48E66

HEX: #E48E66
RGB: (228,142,102)

Color info

#E48E66 contains mainly red color. Web safe color of #E48E66 is #CC9966 (or #C96).

RGB color model

#E48E66 color RGB value is (228,142,102).

  • red value is 228;
  • green value is 142;
  • blue value is 102.
RGB:
(228,142,102)
(89%,56%,40%)

RGB channels and saturation

R 228 of 255 = 89%
G 142 of 255 = 56%
B 102 of 255 = 40%

228
142
102

R + G + B ~ 62%. #E48E66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 142 + 102 = 472 (100%)
R 228 of 472 ~ 48.31%
G 142 of 472 ~ 30.08%
B 102 of 472 ~ 21.61%

%48.31
%30.08
%21.61

CMYK color model

#E48E66 color CMYK value is (0,38,55,11).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 55.26%
  • key color value is 10.59%
CMYK:
(0,38,55,11)
C0M38Y55K11 
(0%,38%,55%,11%)
(0.00/0.38/0.55/0.11)	

CMYK percentages

%0
%37.72
%55.26
%10.59

Codes

Color #E48E66 in popluar color models

E48E66
RGB228142102
HSL19°70.00%64.71%
HSB/HSV19°55.26%89.41%
CMYK0.00%37.72%55.26%
10.59%

Color #E48E66 in popluar number systems.

HEXE48E66
Decimal228142102
Binary11100100100011101100110
Octal344216146

Shades and tints

Shades of #E48E66

#E48E66
(228,142,102)
#D0825D
(208,130,93)
#BC7654
(188,118,84)
#A86A4B
(168,106,75)
#945E42
(148,94,66)
#805239
(128,82,57)
#6C4630
(108,70,48)
#583A27
(88,58,39)
#442E1E
(68,46,30)
#302215
(48,34,21)
#1C160C
(28,22,12)
#000000
(0,0,0)

Tints of #E48E66

#E48E66
(228,142,102)
#E69873
(230,152,115)
#E8A280
(232,162,128)
#EAAC8D
(234,172,141)
#ECB69A
(236,182,154)
#EEC0A7
(238,192,167)
#F0CAB4
(240,202,180)
#F2D4C1
(242,212,193)
#F4DECE
(244,222,206)
#F6E8DB
(246,232,219)
#F8F2E8
(248,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48E66 color. Also use rgb(228,142,102) instead hex code.

Text Font Color

.myTextColor { color: #E48E66; }

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

This text font color is #E48E66.


Background Color

.myBgColor { background-color: #E48E66; }

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

This div background color is #E48E66.


Border color

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

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

This div border color is #E48E66.


Opacity

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

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

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

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

This text has shadow with #E48E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48E66 on black background.


Color preview on white background

This text has color #E48E66 on white background.



Black color preview on #E48E66 background

This text has black color on #E48E66 background.


White color preview on #E48E66 background

This text has white color on #E48E66 background.