COLOR #E6790A

HEX: #E6790A
RGB: (230,121,10)

Color info

#E6790A contains mainly red color. Web safe color of #E6790A is #CC6600 (or #C60).

RGB color model

#E6790A color RGB value is (230,121,10).

  • red value is 230;
  • green value is 121;
  • blue value is 10.
RGB:
(230,121,10)
(90%,47%,4%)

RGB channels and saturation

R 230 of 255 = 90%
G 121 of 255 = 47%
B 10 of 255 = 4%

230
121
10

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

Portions of RGB colors in percentages

R + G + B =
230 + 121 + 10 = 361 (100%)
R 230 of 361 ~ 63.71%
G 121 of 361 ~ 33.52%
B 10 of 361 ~ 2.77%

%63.71
%33.52

CMYK color model

#E6790A color CMYK value is (0,47,96,10).

  • cyan value is 0.00%
  • magenta value is 47.39%
  • yellow value is 95.65%
  • key color value is 9.80%
CMYK:
(0,47,96,10)
C0M47Y96K10 
(0%,47%,96%,10%)
(0.00/0.47/0.96/0.10)	

CMYK percentages

%0
%47.39
%95.65
%9.8

Codes

Color #E6790A in popluar color models

E6790A
RGB23012110
HSL30°91.67%47.06%
HSB/HSV30°95.65%90.20%
CMYK0.00%47.39%95.65%
9.80%

Color #E6790A in popluar number systems.

HEXE6790A
Decimal23012110
Binary1110011011110011010
Octal34617112

Shades and tints

Shades of #E6790A

#E6790A
(230,121,10)
#D26E0A
(210,110,10)
#BE630A
(190,99,10)
#AA580A
(170,88,10)
#964D0A
(150,77,10)
#82420A
(130,66,10)
#6E370A
(110,55,10)
#5A2C0A
(90,44,10)
#46210A
(70,33,10)
#32160A
(50,22,10)
#1E0B0A
(30,11,10)
#000000
(0,0,0)

Tints of #E6790A

#E6790A
(230,121,10)
#E88520
(232,133,32)
#EA9136
(234,145,54)
#EC9D4C
(236,157,76)
#EEA962
(238,169,98)
#F0B578
(240,181,120)
#F2C18E
(242,193,142)
#F4CDA4
(244,205,164)
#F6D9BA
(246,217,186)
#F8E5D0
(248,229,208)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6790A color. Also use rgb(230,121,10) instead hex code.

Text Font Color

.myTextColor { color: #E6790A; }

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

This text font color is #E6790A.


Background Color

.myBgColor { background-color: #E6790A; }

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

This div background color is #E6790A.


Border color

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

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

This div border color is #E6790A.


Opacity

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

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

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

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

This text has shadow with #E6790A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6790A on black background.


Color preview on white background

This text has color #E6790A on white background.



Black color preview on #E6790A background

This text has black color on #E6790A background.


White color preview on #E6790A background

This text has white color on #E6790A background.