COLOR #E76E18

HEX: #E76E18
RGB: (231,110,24)

Renk bilgisi

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

RGB renk modeli

#E76E18 color RGB value is (231,110,24).

  • kırmız ton 231;
  • yeşil ton 110;
  • mavi ton 24.
RGB:
(231,110,24)
(91%,43%,9%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 110 of 255 = 43%
B 24 of 255 = 9%

231
110
24

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 110 + 24 = 365 (100%)
R 231 of 365 ~ 63.29%
G 110 of 365 ~ 30.14%
B 24 of 365 ~ 6.58%

%63.29
%30.14

CMYK RENK MODELİ

#E76E18 rengi CMYK tonu (0,52,90,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.38%
  • sarı tonu 89.61%
  • ana renk tonu 9.41%
CMYK:
(0,52,90,9)
C0M52Y90K9 
(0%,52%,90%,9%)
(0.00/0.52/0.90/0.09)	

CMYK yüzdeleri

%0
%52.38
%89.61
%9.41

Codes

Color #E76E18 in popluar color models

E76E18
RGB23111024
HSL25°81.18%50.00%
HSB/HSV25°89.61%90.59%
CMYK0.00%52.38%89.61%
9.41%

Color #E76E18 in popluar number systems.

HEXE76E18
Decimal23111024
Binary11100111110111011000
Octal34715630

Shades and tints

Shades of #E76E18

#E76E18
(231,110,24)
#D26416
(210,100,22)
#BD5A14
(189,90,20)
#A85012
(168,80,18)
#934610
(147,70,16)
#7E3C0E
(126,60,14)
#69320C
(105,50,12)
#54280A
(84,40,10)
#3F1E08
(63,30,8)
#2A1406
(42,20,6)
#150A04
(21,10,4)
#000000
(0,0,0)

Tints of #E76E18

#E76E18
(231,110,24)
#E97B2D
(233,123,45)
#EB8842
(235,136,66)
#ED9557
(237,149,87)
#EFA26C
(239,162,108)
#F1AF81
(241,175,129)
#F3BC96
(243,188,150)
#F5C9AB
(245,201,171)
#F7D6C0
(247,214,192)
#F9E3D5
(249,227,213)
#FBF0EA
(251,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76E18 color. Also use rgb(231,110,24) instead hex code.

Text Font Color

.myTextColor { color: #E76E18; }

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

This text font color is #E76E18.


Background Color

.myBgColor { background-color: #E76E18; }

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

This div background color is #E76E18.


Border color

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

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

This div border color is #E76E18.


Opacity

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

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

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

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

This text has shadow with #E76E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76E18 on black background.


Color preview on white background

This text has color #E76E18 on white background.



Black color preview on #E76E18 background

This text has black color on #E76E18 background.


White color preview on #E76E18 background

This text has white color on #E76E18 background.