COLOR #EFA393

HEX: #EFA393
RGB: (239,163,147)

Renk bilgisi

#EFA393 contains mainly red color. #EFA393 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EFA393 color RGB value is (239,163,147).

  • kırmız ton 239;
  • yeşil ton 163;
  • mavi ton 147.
RGB:
(239,163,147)
(94%,64%,58%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 163 of 255 = 64%
B 147 of 255 = 58%

239
163
147

R + G + B ~ 72%. #EFA393 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 163 + 147 = 549 (100%)
R 239 of 549 ~ 43.53%
G 163 of 549 ~ 29.69%
B 147 of 549 ~ 26.78%

%43.53
%29.69
%26.78

CMYK RENK MODELİ

#EFA393 rengi CMYK tonu (0,32,38,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.80%
  • sarı tonu 38.49%
  • ana renk tonu 6.27%
CMYK:
(0,32,38,6)
C0M32Y38K6 
(0%,32%,38%,6%)
(0.00/0.32/0.38/0.06)	

CMYK yüzdeleri

%0
%31.8
%38.49
%6.27

Codes

Color #EFA393 in popluar color models

EFA393
RGB239163147
HSL10°74.19%75.69%
HSB/HSV10°38.49%93.73%
CMYK0.00%31.80%38.49%
6.27%

Color #EFA393 in popluar number systems.

HEXEFA393
Decimal239163147
Binary111011111010001110010011
Octal357243223

Shades and tints

Shades of #EFA393

#EFA393
(239,163,147)
#DA9586
(218,149,134)
#C58779
(197,135,121)
#B0796C
(176,121,108)
#9B6B5F
(155,107,95)
#865D52
(134,93,82)
#714F45
(113,79,69)
#5C4138
(92,65,56)
#47332B
(71,51,43)
#32251E
(50,37,30)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #EFA393

#EFA393
(239,163,147)
#F0AB9C
(240,171,156)
#F1B3A5
(241,179,165)
#F2BBAE
(242,187,174)
#F3C3B7
(243,195,183)
#F4CBC0
(244,203,192)
#F5D3C9
(245,211,201)
#F6DBD2
(246,219,210)
#F7E3DB
(247,227,219)
#F8EBE4
(248,235,228)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA393; }

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

This text font color is #EFA393.


Background Color

.myBgColor { background-color: #EFA393; }

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

This div background color is #EFA393.


Border color

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

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

This div border color is #EFA393.


Opacity

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

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

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

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

This text has shadow with #EFA393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA393 on black background.


Color preview on white background

This text has color #EFA393 on white background.



Black color preview on #EFA393 background

This text has black color on #EFA393 background.


White color preview on #EFA393 background

This text has white color on #EFA393 background.