COLOR #EF9595

HEX: #EF9595 RGB: (239,149,149)

Color info

#EF9595 contains mainly red color. Web safe color of #EF9595 is #FF9999 (or #F99).

RGB color model

#EF9595 color RGB value is (239,149,149).

RGB: (239,149,149) (94%, 58%, 58%)

RGB channels and saturation

R 239 of 255 = 94%
G 149 of 255 = 58%
B 149 of 255 = 58%

239
149
149

R + G + B ~ 70%. #EF9595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 149 + 149 = 537 (100%)
R 239 of 537 ~ 44.51%
G 149 of 537 ~ 27.75%
B 149 of 537 ~ 27.75'%

%44.51
%27.75
%27.75

CMYK color model

#EF9595 color CMYK value is (0,38,38,6).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 37.66%
  • key color value is 6.27%

CMYK: (0,38,38,6)
C0M38Y38K6 (0%, 38%, 38%, 6%)
(0.00 / 0.38 / 0.38 / 0.06)

CMYK percentages

%0
%37.66
%37.66
%6.27

Codes

Color #EF9595 in popluar color models

EF 95 95
RGB 239 149 149
HSL 73.77% 76.08%
HSB/HSV 37.66% 93.73%
CMYK 0.00% 37.66% 37.66%
6.27%

Color #EF9595 in popluar number systems.

HEX EF 95 95
Decimal 239 149 149
Binary 11101111 10010101 10010101
Octal 357 225 225

Shades and tints

Shades of #EF9595

#EF9595
(239,149,149)
#DA8888
(218,136,136)
#C57B7B
(197,123,123)
#B06E6E
(176,110,110)
#9B6161
(155,97,97)
#865454
(134,84,84)
#714747
(113,71,71)
#5C3A3A
(92,58,58)
#472D2D
(71,45,45)
#322020
(50,32,32)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #EF9595

#EF9595
(239,149,149)
#F09E9E
(240,158,158)
#F1A7A7
(241,167,167)
#F2B0B0
(242,176,176)
#F3B9B9
(243,185,185)
#F4C2C2
(244,194,194)
#F5CBCB
(245,203,203)
#F6D4D4
(246,212,212)
#F7DDDD
(247,221,221)
#F8E6E6
(248,230,230)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9595 color. Also use rgb(239,149,149) instead hex code.

Text Font Color

.myTextColor { color: #EF9595; }

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

This text font color is #EF9595.

Background Color

.myBgColor { background-color: #EF9595; }

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

This div background color is #EF9595.

Border color

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

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

This div border color is #EF9595.

Opacity

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

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

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

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

This text has shadow with #EF9595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9595.

Preview

Color preview on black background

This text has color #EF9595 on black background.


Color preview on white background

This text has color #EF9595 on white background.


Black color preview on #EF9595 background

This text has black color on #EF9595 background.


White color preview on #EF9595 background

This text has white color on #EF9595 background.


Related colors

Complementary color

Complementary color for #hex is #106A6A.


I love getcolorcode.com