COLOR #E15A0D

HEX: #E15A0D
RGB: (225,90,13)

Renk bilgisi

#E15A0D contains mainly red color. #E15A0D ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#E15A0D color RGB value is (225,90,13).

  • kırmız ton 225;
  • yeşil ton 90;
  • mavi ton 13.
RGB:
(225,90,13)
(88%,35%,5%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 90 of 255 = 35%
B 13 of 255 = 5%

225
90
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 90 + 13 = 328 (100%)
R 225 of 328 ~ 68.6%
G 90 of 328 ~ 27.44%
B 13 of 328 ~ 3.96%

%68.6
%27.44

CMYK RENK MODELİ

#E15A0D rengi CMYK tonu (0,60,94,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.00%
  • sarı tonu 94.22%
  • ana renk tonu 11.76%
CMYK:
(0,60,94,12)
C0M60Y94K12 
(0%,60%,94%,12%)
(0.00/0.60/0.94/0.12)	

CMYK yüzdeleri

%0
%60
%94.22
%11.76

Codes

Color #E15A0D in popluar color models

E15A0D
RGB2259013
HSL22°89.08%46.67%
HSB/HSV22°94.22%88.24%
CMYK0.00%60.00%94.22%
11.76%

Color #E15A0D in popluar number systems.

HEXE15A0D
Decimal2259013
Binary1110000110110101101
Octal34113215

Shades and tints

Shades of #E15A0D

#E15A0D
(225,90,13)
#CD520C
(205,82,12)
#B94A0B
(185,74,11)
#A5420A
(165,66,10)
#913A09
(145,58,9)
#7D3208
(125,50,8)
#692A07
(105,42,7)
#552206
(85,34,6)
#411A05
(65,26,5)
#2D1204
(45,18,4)
#190A03
(25,10,3)
#000000
(0,0,0)

Tints of #E15A0D

#E15A0D
(225,90,13)
#E36923
(227,105,35)
#E57839
(229,120,57)
#E7874F
(231,135,79)
#E99665
(233,150,101)
#EBA57B
(235,165,123)
#EDB491
(237,180,145)
#EFC3A7
(239,195,167)
#F1D2BD
(241,210,189)
#F3E1D3
(243,225,211)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15A0D color. Also use rgb(225,90,13) instead hex code.

Text Font Color

.myTextColor { color: #E15A0D; }

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

This text font color is #E15A0D.


Background Color

.myBgColor { background-color: #E15A0D; }

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

This div background color is #E15A0D.


Border color

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

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

This div border color is #E15A0D.


Opacity

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

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

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

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

This text has shadow with #E15A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15A0D on black background.


Color preview on white background

This text has color #E15A0D on white background.



Black color preview on #E15A0D background

This text has black color on #E15A0D background.


White color preview on #E15A0D background

This text has white color on #E15A0D background.