COLOR #E35B10

HEX: #E35B10
RGB: (227,91,16)

Renk bilgisi

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

RGB renk modeli

#E35B10 color RGB value is (227,91,16).

  • kırmız ton 227;
  • yeşil ton 91;
  • mavi ton 16.
RGB:
(227,91,16)
(89%,36%,6%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 91 of 255 = 36%
B 16 of 255 = 6%

227
91
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 91 + 16 = 334 (100%)
R 227 of 334 ~ 67.96%
G 91 of 334 ~ 27.25%
B 16 of 334 ~ 4.79%

%67.96
%27.25

CMYK RENK MODELİ

#E35B10 rengi CMYK tonu (0,60,93,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.91%
  • sarı tonu 92.95%
  • ana renk tonu 10.98%
CMYK:
(0,60,93,11)
C0M60Y93K11 
(0%,60%,93%,11%)
(0.00/0.60/0.93/0.11)	

CMYK yüzdeleri

%0
%59.91
%92.95
%10.98

Codes

Color #E35B10 in popluar color models

E35B10
RGB2279116
HSL21°86.83%47.65%
HSB/HSV21°92.95%89.02%
CMYK0.00%59.91%92.95%
10.98%

Color #E35B10 in popluar number systems.

HEXE35B10
Decimal2279116
Binary11100011101101110000
Octal34313320

Shades and tints

Shades of #E35B10

#E35B10
(227,91,16)
#CF530F
(207,83,15)
#BB4B0E
(187,75,14)
#A7430D
(167,67,13)
#933B0C
(147,59,12)
#7F330B
(127,51,11)
#6B2B0A
(107,43,10)
#572309
(87,35,9)
#431B08
(67,27,8)
#2F1307
(47,19,7)
#1B0B06
(27,11,6)
#000000
(0,0,0)

Tints of #E35B10

#E35B10
(227,91,16)
#E56925
(229,105,37)
#E7773A
(231,119,58)
#E9854F
(233,133,79)
#EB9364
(235,147,100)
#EDA179
(237,161,121)
#EFAF8E
(239,175,142)
#F1BDA3
(241,189,163)
#F3CBB8
(243,203,184)
#F5D9CD
(245,217,205)
#F7E7E2
(247,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35B10 color. Also use rgb(227,91,16) instead hex code.

Text Font Color

.myTextColor { color: #E35B10; }

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

This text font color is #E35B10.


Background Color

.myBgColor { background-color: #E35B10; }

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

This div background color is #E35B10.


Border color

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

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

This div border color is #E35B10.


Opacity

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

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

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

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

This text has shadow with #E35B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35B10 on black background.


Color preview on white background

This text has color #E35B10 on white background.



Black color preview on #E35B10 background

This text has black color on #E35B10 background.


White color preview on #E35B10 background

This text has white color on #E35B10 background.