COLOR #EE695C

HEX: #EE695C RGB: (238,105,92)

Color info

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

RGB color model

#EE695C color RGB value is (238,105,92).

RGB: (238,105,92) (93%, 41%, 36%)

RGB channels and saturation

R 238 of 255 = 93%
G 105 of 255 = 41%
B 92 of 255 = 36%

238
105
92

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

Portions of RGB colors in percentages

R + G + B = 238 + 105 + 92 = 435 (100%)
R 238 of 435 ~ 54.71%
G 105 of 435 ~ 24.14%
B 92 of 435 ~ 21.15'%

%54.71
%24.14
%21.15

CMYK color model

#EE695C color CMYK value is (0,56,61,7).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 61.34%
  • key color value is 6.67%

CMYK: (0,56,61,7)
C0M56Y61K7 (0%, 56%, 61%, 7%)
(0.00 / 0.56 / 0.61 / 0.07)

CMYK percentages

%0
%55.88
%61.34
%6.67

Codes

Color #EE695C in popluar color models

EE 69 5C
RGB 238 105 92
HSL 81.11% 64.71%
HSB/HSV 61.34% 93.33%
CMYK 0.00% 55.88% 61.34%
6.67%

Color #EE695C in popluar number systems.

HEX EE 69 5C
Decimal 238 105 92
Binary 11101110 1101001 1011100
Octal 356 151 134

Shades and tints

Shades of #EE695C

#EE695C
(238,105,92)
#D96054
(217,96,84)
#C4574C
(196,87,76)
#AF4E44
(175,78,68)
#9A453C
(154,69,60)
#853C34
(133,60,52)
#70332C
(112,51,44)
#5B2A24
(91,42,36)
#46211C
(70,33,28)
#311814
(49,24,20)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #EE695C

#EE695C
(238,105,92)
#EF766A
(239,118,106)
#F08378
(240,131,120)
#F19086
(241,144,134)
#F29D94
(242,157,148)
#F3AAA2
(243,170,162)
#F4B7B0
(244,183,176)
#F5C4BE
(245,196,190)
#F6D1CC
(246,209,204)
#F7DEDA
(247,222,218)
#F8EBE8
(248,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE695C color. Also use rgb(238,105,92) instead hex code.

Text Font Color

.myTextColor { color: #EE695C; }

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

This text font color is #EE695C.

Background Color

.myBgColor { background-color: #EE695C; }

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

This div background color is #EE695C.

Border color

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

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

This div border color is #EE695C.

Opacity

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

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

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

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

This text has shadow with #EE695C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE695C.

Preview

Color preview on black background

This text has color #EE695C on black background.


Color preview on white background

This text has color #EE695C on white background.


Black color preview on #EE695C background

This text has black color on #EE695C background.


White color preview on #EE695C background

This text has white color on #EE695C background.


Related colors

Complementary color

Complementary color for #hex is #1196A3.


I love getcolorcode.com

Triadic colors

1 #5CEE69 and #695CEE with #EE695C are triadic colors.

2 #5C69EE and #69EE5C with #EE695C are triadic colors.