COLOR #E47C10

HEX: #E47C10
RGB: (228,124,16)

Renk bilgisi

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

RGB renk modeli

#E47C10 color RGB value is (228,124,16).

  • kırmız ton 228;
  • yeşil ton 124;
  • mavi ton 16.
RGB:
(228,124,16)
(89%,49%,6%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 124 of 255 = 49%
B 16 of 255 = 6%

228
124
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 124 + 16 = 368 (100%)
R 228 of 368 ~ 61.96%
G 124 of 368 ~ 33.7%
B 16 of 368 ~ 4.35%

%61.96
%33.7

CMYK RENK MODELİ

#E47C10 rengi CMYK tonu (0,46,93,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.61%
  • sarı tonu 92.98%
  • ana renk tonu 10.59%
CMYK:
(0,46,93,11)
C0M46Y93K11 
(0%,46%,93%,11%)
(0.00/0.46/0.93/0.11)	

CMYK yüzdeleri

%0
%45.61
%92.98
%10.59

Codes

Color #E47C10 in popluar color models

E47C10
RGB22812416
HSL31°86.89%47.84%
HSB/HSV31°92.98%89.41%
CMYK0.00%45.61%92.98%
10.59%

Color #E47C10 in popluar number systems.

HEXE47C10
Decimal22812416
Binary11100100111110010000
Octal34417420

Shades and tints

Shades of #E47C10

#E47C10
(228,124,16)
#D0710F
(208,113,15)
#BC660E
(188,102,14)
#A85B0D
(168,91,13)
#94500C
(148,80,12)
#80450B
(128,69,11)
#6C3A0A
(108,58,10)
#582F09
(88,47,9)
#442408
(68,36,8)
#301907
(48,25,7)
#1C0E06
(28,14,6)
#000000
(0,0,0)

Tints of #E47C10

#E47C10
(228,124,16)
#E68725
(230,135,37)
#E8923A
(232,146,58)
#EA9D4F
(234,157,79)
#ECA864
(236,168,100)
#EEB379
(238,179,121)
#F0BE8E
(240,190,142)
#F2C9A3
(242,201,163)
#F4D4B8
(244,212,184)
#F6DFCD
(246,223,205)
#F8EAE2
(248,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47C10 color. Also use rgb(228,124,16) instead hex code.

Text Font Color

.myTextColor { color: #E47C10; }

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

This text font color is #E47C10.


Background Color

.myBgColor { background-color: #E47C10; }

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

This div background color is #E47C10.


Border color

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

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

This div border color is #E47C10.


Opacity

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

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

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

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

This text has shadow with #E47C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47C10 on black background.


Color preview on white background

This text has color #E47C10 on white background.



Black color preview on #E47C10 background

This text has black color on #E47C10 background.


White color preview on #E47C10 background

This text has white color on #E47C10 background.