COLOR #EF6254

HEX: #EF6254
RGB: (239,98,84)

Renk bilgisi

#EF6254 contains mainly red color. #EF6254 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EF6254 color RGB value is (239,98,84).

  • kırmız ton 239;
  • yeşil ton 98;
  • mavi ton 84.
RGB:
(239,98,84)
(94%,38%,33%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 98 of 255 = 38%
B 84 of 255 = 33%

239
98
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 98 + 84 = 421 (100%)
R 239 of 421 ~ 56.77%
G 98 of 421 ~ 23.28%
B 84 of 421 ~ 19.95%

%56.77
%23.28
%19.95

CMYK RENK MODELİ

#EF6254 rengi CMYK tonu (0,59,65,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.00%
  • sarı tonu 64.85%
  • ana renk tonu 6.27%
CMYK:
(0,59,65,6)
C0M59Y65K6 
(0%,59%,65%,6%)
(0.00/0.59/0.65/0.06)	

CMYK yüzdeleri

%0
%59
%64.85
%6.27

Codes

Color #EF6254 in popluar color models

EF6254
RGB2399884
HSL82.89%63.33%
HSB/HSV64.85%93.73%
CMYK0.00%59.00%64.85%
6.27%

Color #EF6254 in popluar number systems.

HEXEF6254
Decimal2399884
Binary1110111111000101010100
Octal357142124

Shades and tints

Shades of #EF6254

#EF6254
(239,98,84)
#DA5A4D
(218,90,77)
#C55246
(197,82,70)
#B04A3F
(176,74,63)
#9B4238
(155,66,56)
#863A31
(134,58,49)
#71322A
(113,50,42)
#5C2A23
(92,42,35)
#47221C
(71,34,28)
#321A15
(50,26,21)
#1D120E
(29,18,14)
#000000
(0,0,0)

Tints of #EF6254

#EF6254
(239,98,84)
#F07063
(240,112,99)
#F17E72
(241,126,114)
#F28C81
(242,140,129)
#F39A90
(243,154,144)
#F4A89F
(244,168,159)
#F5B6AE
(245,182,174)
#F6C4BD
(246,196,189)
#F7D2CC
(247,210,204)
#F8E0DB
(248,224,219)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF6254; }

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

This text font color is #EF6254.


Background Color

.myBgColor { background-color: #EF6254; }

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

This div background color is #EF6254.


Border color

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

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

This div border color is #EF6254.


Opacity

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

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

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

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

This text has shadow with #EF6254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6254 on black background.


Color preview on white background

This text has color #EF6254 on white background.



Black color preview on #EF6254 background

This text has black color on #EF6254 background.


White color preview on #EF6254 background

This text has white color on #EF6254 background.