COLOR #E75E12

HEX: #E75E12
RGB: (231,94,18)

Renk bilgisi

#E75E12 contains mainly red color. #E75E12 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#E75E12 color RGB value is (231,94,18).

  • kırmız ton 231;
  • yeşil ton 94;
  • mavi ton 18.
RGB:
(231,94,18)
(91%,37%,7%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 94 of 255 = 37%
B 18 of 255 = 7%

231
94
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 94 + 18 = 343 (100%)
R 231 of 343 ~ 67.35%
G 94 of 343 ~ 27.41%
B 18 of 343 ~ 5.25%

%67.35
%27.41

CMYK RENK MODELİ

#E75E12 rengi CMYK tonu (0,59,92,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.31%
  • sarı tonu 92.21%
  • ana renk tonu 9.41%
CMYK:
(0,59,92,9)
C0M59Y92K9 
(0%,59%,92%,9%)
(0.00/0.59/0.92/0.09)	

CMYK yüzdeleri

%0
%59.31
%92.21
%9.41

Codes

Color #E75E12 in popluar color models

E75E12
RGB2319418
HSL21°85.54%48.82%
HSB/HSV21°92.21%90.59%
CMYK0.00%59.31%92.21%
9.41%

Color #E75E12 in popluar number systems.

HEXE75E12
Decimal2319418
Binary11100111101111010010
Octal34713622

Shades and tints

Shades of #E75E12

#E75E12
(231,94,18)
#D25611
(210,86,17)
#BD4E10
(189,78,16)
#A8460F
(168,70,15)
#933E0E
(147,62,14)
#7E360D
(126,54,13)
#692E0C
(105,46,12)
#54260B
(84,38,11)
#3F1E0A
(63,30,10)
#2A1609
(42,22,9)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #E75E12

#E75E12
(231,94,18)
#E96C27
(233,108,39)
#EB7A3C
(235,122,60)
#ED8851
(237,136,81)
#EF9666
(239,150,102)
#F1A47B
(241,164,123)
#F3B290
(243,178,144)
#F5C0A5
(245,192,165)
#F7CEBA
(247,206,186)
#F9DCCF
(249,220,207)
#FBEAE4
(251,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75E12 color. Also use rgb(231,94,18) instead hex code.

Text Font Color

.myTextColor { color: #E75E12; }

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

This text font color is #E75E12.


Background Color

.myBgColor { background-color: #E75E12; }

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

This div background color is #E75E12.


Border color

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

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

This div border color is #E75E12.


Opacity

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

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

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

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

This text has shadow with #E75E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75E12 on black background.


Color preview on white background

This text has color #E75E12 on white background.



Black color preview on #E75E12 background

This text has black color on #E75E12 background.


White color preview on #E75E12 background

This text has white color on #E75E12 background.