COLOR #EE9065

HEX: #EE9065
RGB: (238,144,101)

Color info

#EE9065 contains mainly red color. Web safe color of #EE9065 is #FF9966 (or #F96).

RGB color model

#EE9065 color RGB value is (238,144,101).

  • red value is 238;
  • green value is 144;
  • blue value is 101.
RGB:
(238,144,101)
(93%,56%,40%)

RGB channels and saturation

R 238 of 255 = 93%
G 144 of 255 = 56%
B 101 of 255 = 40%

238
144
101

R + G + B ~ 63%. #EE9065 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 144 + 101 = 483 (100%)
R 238 of 483 ~ 49.28%
G 144 of 483 ~ 29.81%
B 101 of 483 ~ 20.91%

%49.28
%29.81
%20.91

CMYK color model

#EE9065 color CMYK value is (0,39,58,7).

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(0,39,58,7)
C0M39Y58K7 
(0%,39%,58%,7%)
(0.00/0.39/0.58/0.07)	

CMYK percentages

%0
%39.5
%57.56
%6.67

Codes

Color #EE9065 in popluar color models

EE9065
RGB238144101
HSL19°80.12%66.47%
HSB/HSV19°57.56%93.33%
CMYK0.00%39.50%57.56%
6.67%

Color #EE9065 in popluar number systems.

HEXEE9065
Decimal238144101
Binary11101110100100001100101
Octal356220145

Shades and tints

Shades of #EE9065

#EE9065
(238,144,101)
#D9835C
(217,131,92)
#C47653
(196,118,83)
#AF694A
(175,105,74)
#9A5C41
(154,92,65)
#854F38
(133,79,56)
#70422F
(112,66,47)
#5B3526
(91,53,38)
#46281D
(70,40,29)
#311B14
(49,27,20)
#1C0E0B
(28,14,11)
#000000
(0,0,0)

Tints of #EE9065

#EE9065
(238,144,101)
#EF9A73
(239,154,115)
#F0A481
(240,164,129)
#F1AE8F
(241,174,143)
#F2B89D
(242,184,157)
#F3C2AB
(243,194,171)
#F4CCB9
(244,204,185)
#F5D6C7
(245,214,199)
#F6E0D5
(246,224,213)
#F7EAE3
(247,234,227)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9065 color. Also use rgb(238,144,101) instead hex code.

Text Font Color

.myTextColor { color: #EE9065; }

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

This text font color is #EE9065.


Background Color

.myBgColor { background-color: #EE9065; }

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

This div background color is #EE9065.


Border color

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

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

This div border color is #EE9065.


Opacity

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

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

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

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

This text has shadow with #EE9065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9065 on black background.


Color preview on white background

This text has color #EE9065 on white background.



Black color preview on #EE9065 background

This text has black color on #EE9065 background.


White color preview on #EE9065 background

This text has white color on #EE9065 background.