COLOR #EF884F

HEX: #EF884F
RGB: (239,136,79)

Renk bilgisi

#EF884F contains mainly red color. #EF884F ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EF884F color RGB value is (239,136,79).

  • kırmız ton 239;
  • yeşil ton 136;
  • mavi ton 79.
RGB:
(239,136,79)
(94%,53%,31%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 136 of 255 = 53%
B 79 of 255 = 31%

239
136
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 136 + 79 = 454 (100%)
R 239 of 454 ~ 52.64%
G 136 of 454 ~ 29.96%
B 79 of 454 ~ 17.4%

%52.64
%29.96
%17.4

CMYK RENK MODELİ

#EF884F rengi CMYK tonu (0,43,67,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.10%
  • sarı tonu 66.95%
  • ana renk tonu 6.27%
CMYK:
(0,43,67,6)
C0M43Y67K6 
(0%,43%,67%,6%)
(0.00/0.43/0.67/0.06)	

CMYK yüzdeleri

%0
%43.1
%66.95
%6.27

Codes

Color #EF884F in popluar color models

EF884F
RGB23913679
HSL21°83.33%62.35%
HSB/HSV21°66.95%93.73%
CMYK0.00%43.10%66.95%
6.27%

Color #EF884F in popluar number systems.

HEXEF884F
Decimal23913679
Binary11101111100010001001111
Octal357210117

Shades and tints

Shades of #EF884F

#EF884F
(239,136,79)
#DA7C48
(218,124,72)
#C57041
(197,112,65)
#B0643A
(176,100,58)
#9B5833
(155,88,51)
#864C2C
(134,76,44)
#714025
(113,64,37)
#5C341E
(92,52,30)
#472817
(71,40,23)
#321C10
(50,28,16)
#1D1009
(29,16,9)
#000000
(0,0,0)

Tints of #EF884F

#EF884F
(239,136,79)
#F0925F
(240,146,95)
#F19C6F
(241,156,111)
#F2A67F
(242,166,127)
#F3B08F
(243,176,143)
#F4BA9F
(244,186,159)
#F5C4AF
(245,196,175)
#F6CEBF
(246,206,191)
#F7D8CF
(247,216,207)
#F8E2DF
(248,226,223)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF884F; }

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

This text font color is #EF884F.


Background Color

.myBgColor { background-color: #EF884F; }

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

This div background color is #EF884F.


Border color

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

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

This div border color is #EF884F.


Opacity

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

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

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

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

This text has shadow with #EF884F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF884F on black background.


Color preview on white background

This text has color #EF884F on white background.



Black color preview on #EF884F background

This text has black color on #EF884F background.


White color preview on #EF884F background

This text has white color on #EF884F background.