COLOR #EE665A

HEX: #EE665A
RGB: (238,102,90)

Color info

#EE665A contains mainly red color. Web safe color of #EE665A is #FF6666 (or #F66).

RGB color model

#EE665A color RGB value is (238,102,90).

  • red value is 238;
  • green value is 102;
  • blue value is 90.
RGB:
(238,102,90)
(93%,40%,35%)

RGB channels and saturation

R 238 of 255 = 93%
G 102 of 255 = 40%
B 90 of 255 = 35%

238
102
90

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

Portions of RGB colors in percentages

R + G + B =
238 + 102 + 90 = 430 (100%)
R 238 of 430 ~ 55.35%
G 102 of 430 ~ 23.72%
B 90 of 430 ~ 20.93%

%55.35
%23.72
%20.93

CMYK color model

#EE665A color CMYK value is (0,57,62,7).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 62.18%
  • key color value is 6.67%
CMYK:
(0,57,62,7)
C0M57Y62K7 
(0%,57%,62%,7%)
(0.00/0.57/0.62/0.07)	

CMYK percentages

%0
%57.14
%62.18
%6.67

Codes

Color #EE665A in popluar color models

EE665A
RGB23810290
HSL81.32%64.31%
HSB/HSV62.18%93.33%
CMYK0.00%57.14%62.18%
6.67%

Color #EE665A in popluar number systems.

HEXEE665A
Decimal23810290
Binary1110111011001101011010
Octal356146132

Shades and tints

Shades of #EE665A

#EE665A
(238,102,90)
#D95D52
(217,93,82)
#C4544A
(196,84,74)
#AF4B42
(175,75,66)
#9A423A
(154,66,58)
#853932
(133,57,50)
#70302A
(112,48,42)
#5B2722
(91,39,34)
#461E1A
(70,30,26)
#311512
(49,21,18)
#1C0C0A
(28,12,10)
#000000
(0,0,0)

Tints of #EE665A

#EE665A
(238,102,90)
#EF7369
(239,115,105)
#F08078
(240,128,120)
#F18D87
(241,141,135)
#F29A96
(242,154,150)
#F3A7A5
(243,167,165)
#F4B4B4
(244,180,180)
#F5C1C3
(245,193,195)
#F6CED2
(246,206,210)
#F7DBE1
(247,219,225)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE665A color. Also use rgb(238,102,90) instead hex code.

Text Font Color

.myTextColor { color: #EE665A; }

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

This text font color is #EE665A.


Background Color

.myBgColor { background-color: #EE665A; }

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

This div background color is #EE665A.


Border color

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

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

This div border color is #EE665A.


Opacity

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

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

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

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

This text has shadow with #EE665A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE665A on black background.


Color preview on white background

This text has color #EE665A on white background.



Black color preview on #EE665A background

This text has black color on #EE665A background.


White color preview on #EE665A background

This text has white color on #EE665A background.