COLOR #E06B5A

HEX: #E06B5A
RGB: (224,107,90)

Color info

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

RGB color model

#E06B5A color RGB value is (224,107,90).

  • red value is 224;
  • green value is 107;
  • blue value is 90.
RGB:
(224,107,90)
(88%,42%,35%)

RGB channels and saturation

R 224 of 255 = 88%
G 107 of 255 = 42%
B 90 of 255 = 35%

224
107
90

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

Portions of RGB colors in percentages

R + G + B =
224 + 107 + 90 = 421 (100%)
R 224 of 421 ~ 53.21%
G 107 of 421 ~ 25.42%
B 90 of 421 ~ 21.38%

%53.21
%25.42
%21.38

CMYK color model

#E06B5A color CMYK value is (0,52,60,12).

  • cyan value is 0.00%
  • magenta value is 52.23%
  • yellow value is 59.82%
  • key color value is 12.16%
CMYK:
(0,52,60,12)
C0M52Y60K12 
(0%,52%,60%,12%)
(0.00/0.52/0.60/0.12)	

CMYK percentages

%0
%52.23
%59.82
%12.16

Codes

Color #E06B5A in popluar color models

E06B5A
RGB22410790
HSL68.37%61.57%
HSB/HSV59.82%87.84%
CMYK0.00%52.23%59.82%
12.16%

Color #E06B5A in popluar number systems.

HEXE06B5A
Decimal22410790
Binary1110000011010111011010
Octal340153132

Shades and tints

Shades of #E06B5A

#E06B5A
(224,107,90)
#CC6252
(204,98,82)
#B8594A
(184,89,74)
#A45042
(164,80,66)
#90473A
(144,71,58)
#7C3E32
(124,62,50)
#68352A
(104,53,42)
#542C22
(84,44,34)
#40231A
(64,35,26)
#2C1A12
(44,26,18)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #E06B5A

#E06B5A
(224,107,90)
#E27869
(226,120,105)
#E48578
(228,133,120)
#E69287
(230,146,135)
#E89F96
(232,159,150)
#EAACA5
(234,172,165)
#ECB9B4
(236,185,180)
#EEC6C3
(238,198,195)
#F0D3D2
(240,211,210)
#F2E0E1
(242,224,225)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06B5A color. Also use rgb(224,107,90) instead hex code.

Text Font Color

.myTextColor { color: #E06B5A; }

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

This text font color is #E06B5A.


Background Color

.myBgColor { background-color: #E06B5A; }

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

This div background color is #E06B5A.


Border color

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

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

This div border color is #E06B5A.


Opacity

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

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

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

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

This text has shadow with #E06B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06B5A on black background.


Color preview on white background

This text has color #E06B5A on white background.



Black color preview on #E06B5A background

This text has black color on #E06B5A background.


White color preview on #E06B5A background

This text has white color on #E06B5A background.