COLOR #EF0A0E

HEX: #EF0A0E
RGB: (239,10,14)

Renk bilgisi

#EF0A0E contains mainly red color. #EF0A0E ‘ nin web güvenlik rengi #FF0000 (ya da #F00) dir.

RGB renk modeli

#EF0A0E color RGB value is (239,10,14).

  • kırmız ton 239;
  • yeşil ton 10;
  • mavi ton 14.
RGB:
(239,10,14)
(94%,4%,5%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 10 of 255 = 4%
B 14 of 255 = 5%

239
10
14

R + G + B ~ 34%. #EF0A0E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 10 + 14 = 263 (100%)
R 239 of 263 ~ 90.87%
G 10 of 263 ~ 3.8%
B 14 of 263 ~ 5.32%

%90.87

CMYK RENK MODELİ

#EF0A0E rengi CMYK tonu (0,96,94,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 95.82%
  • sarı tonu 94.14%
  • ana renk tonu 6.27%
CMYK:
(0,96,94,6)
C0M96Y94K6 
(0%,96%,94%,6%)
(0.00/0.96/0.94/0.06)	

CMYK yüzdeleri

%0
%95.82
%94.14
%6.27

Codes

Color #EF0A0E in popluar color models

EF0A0E
RGB2391014
HSL359°91.97%48.82%
HSB/HSV359°95.82%93.73%
CMYK0.00%95.82%94.14%
6.27%

Color #EF0A0E in popluar number systems.

HEXEF0A0E
Decimal2391014
Binary1110111110101110
Octal3571216

Shades and tints

Shades of #EF0A0E

#EF0A0E
(239,10,14)
#DA0A0D
(218,10,13)
#C50A0C
(197,10,12)
#B00A0B
(176,10,11)
#9B0A0A
(155,10,10)
#860A09
(134,10,9)
#710A08
(113,10,8)
#5C0A07
(92,10,7)
#470A06
(71,10,6)
#320A05
(50,10,5)
#1D0A04
(29,10,4)
#000000
(0,0,0)

Tints of #EF0A0E

#EF0A0E
(239,10,14)
#F02023
(240,32,35)
#F13638
(241,54,56)
#F24C4D
(242,76,77)
#F36262
(243,98,98)
#F47877
(244,120,119)
#F58E8C
(245,142,140)
#F6A4A1
(246,164,161)
#F7BAB6
(247,186,182)
#F8D0CB
(248,208,203)
#F9E6E0
(249,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF0A0E; }

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

This text font color is #EF0A0E.


Background Color

.myBgColor { background-color: #EF0A0E; }

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

This div background color is #EF0A0E.


Border color

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

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

This div border color is #EF0A0E.


Opacity

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

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

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

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

This text has shadow with #EF0A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF0A0E on black background.


Color preview on white background

This text has color #EF0A0E on white background.



Black color preview on #EF0A0E background

This text has black color on #EF0A0E background.


White color preview on #EF0A0E background

This text has white color on #EF0A0E background.