COLOR #E76210

HEX: #E76210
RGB: (231,98,16)

Renk bilgisi

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

RGB renk modeli

#E76210 color RGB value is (231,98,16).

  • kırmız ton 231;
  • yeşil ton 98;
  • mavi ton 16.
RGB:
(231,98,16)
(91%,38%,6%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 98 of 255 = 38%
B 16 of 255 = 6%

231
98
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 98 + 16 = 345 (100%)
R 231 of 345 ~ 66.96%
G 98 of 345 ~ 28.41%
B 16 of 345 ~ 4.64%

%66.96
%28.41

CMYK RENK MODELİ

#E76210 rengi CMYK tonu (0,58,93,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.58%
  • sarı tonu 93.07%
  • ana renk tonu 9.41%
CMYK:
(0,58,93,9)
C0M58Y93K9 
(0%,58%,93%,9%)
(0.00/0.58/0.93/0.09)	

CMYK yüzdeleri

%0
%57.58
%93.07
%9.41

Codes

Color #E76210 in popluar color models

E76210
RGB2319816
HSL23°87.04%48.43%
HSB/HSV23°93.07%90.59%
CMYK0.00%57.58%93.07%
9.41%

Color #E76210 in popluar number systems.

HEXE76210
Decimal2319816
Binary11100111110001010000
Octal34714220

Shades and tints

Shades of #E76210

#E76210
(231,98,16)
#D25A0F
(210,90,15)
#BD520E
(189,82,14)
#A84A0D
(168,74,13)
#93420C
(147,66,12)
#7E3A0B
(126,58,11)
#69320A
(105,50,10)
#542A09
(84,42,9)
#3F2208
(63,34,8)
#2A1A07
(42,26,7)
#151206
(21,18,6)
#000000
(0,0,0)

Tints of #E76210

#E76210
(231,98,16)
#E97025
(233,112,37)
#EB7E3A
(235,126,58)
#ED8C4F
(237,140,79)
#EF9A64
(239,154,100)
#F1A879
(241,168,121)
#F3B68E
(243,182,142)
#F5C4A3
(245,196,163)
#F7D2B8
(247,210,184)
#F9E0CD
(249,224,205)
#FBEEE2
(251,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76210 color. Also use rgb(231,98,16) instead hex code.

Text Font Color

.myTextColor { color: #E76210; }

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

This text font color is #E76210.


Background Color

.myBgColor { background-color: #E76210; }

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

This div background color is #E76210.


Border color

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

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

This div border color is #E76210.


Opacity

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

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

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

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

This text has shadow with #E76210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76210 on black background.


Color preview on white background

This text has color #E76210 on white background.



Black color preview on #E76210 background

This text has black color on #E76210 background.


White color preview on #E76210 background

This text has white color on #E76210 background.