COLOR #E6600E

HEX: #E6600E
RGB: (230,96,14)

Renk bilgisi

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

RGB renk modeli

#E6600E color RGB value is (230,96,14).

  • kırmız ton 230;
  • yeşil ton 96;
  • mavi ton 14.
RGB:
(230,96,14)
(90%,38%,5%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 96 of 255 = 38%
B 14 of 255 = 5%

230
96
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 96 + 14 = 340 (100%)
R 230 of 340 ~ 67.65%
G 96 of 340 ~ 28.24%
B 14 of 340 ~ 4.12%

%67.65
%28.24

CMYK RENK MODELİ

#E6600E rengi CMYK tonu (0,58,94,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.26%
  • sarı tonu 93.91%
  • ana renk tonu 9.80%
CMYK:
(0,58,94,10)
C0M58Y94K10 
(0%,58%,94%,10%)
(0.00/0.58/0.94/0.10)	

CMYK yüzdeleri

%0
%58.26
%93.91
%9.8

Codes

Color #E6600E in popluar color models

E6600E
RGB2309614
HSL23°88.52%47.84%
HSB/HSV23°93.91%90.20%
CMYK0.00%58.26%93.91%
9.80%

Color #E6600E in popluar number systems.

HEXE6600E
Decimal2309614
Binary1110011011000001110
Octal34614016

Shades and tints

Shades of #E6600E

#E6600E
(230,96,14)
#D2580D
(210,88,13)
#BE500C
(190,80,12)
#AA480B
(170,72,11)
#96400A
(150,64,10)
#823809
(130,56,9)
#6E3008
(110,48,8)
#5A2807
(90,40,7)
#462006
(70,32,6)
#321805
(50,24,5)
#1E1004
(30,16,4)
#000000
(0,0,0)

Tints of #E6600E

#E6600E
(230,96,14)
#E86E23
(232,110,35)
#EA7C38
(234,124,56)
#EC8A4D
(236,138,77)
#EE9862
(238,152,98)
#F0A677
(240,166,119)
#F2B48C
(242,180,140)
#F4C2A1
(244,194,161)
#F6D0B6
(246,208,182)
#F8DECB
(248,222,203)
#FAECE0
(250,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6600E color. Also use rgb(230,96,14) instead hex code.

Text Font Color

.myTextColor { color: #E6600E; }

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

This text font color is #E6600E.


Background Color

.myBgColor { background-color: #E6600E; }

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

This div background color is #E6600E.


Border color

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

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

This div border color is #E6600E.


Opacity

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

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

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

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

This text has shadow with #E6600E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6600E on black background.


Color preview on white background

This text has color #E6600E on white background.



Black color preview on #E6600E background

This text has black color on #E6600E background.


White color preview on #E6600E background

This text has white color on #E6600E background.