COLOR #EB140A

HEX: #EB140A
RGB: (235,20,10)

Color info

#EB140A contains mainly red color. Web safe color of #EB140A is #FF0000 (or #F00).

RGB color model

#EB140A color RGB value is (235,20,10).

  • red value is 235;
  • green value is 20;
  • blue value is 10.
RGB:
(235,20,10)
(92%,8%,4%)

RGB channels and saturation

R 235 of 255 = 92%
G 20 of 255 = 8%
B 10 of 255 = 4%

235
20
10

R + G + B ~ 35%. #EB140A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
235 + 20 + 10 = 265 (100%)
R 235 of 265 ~ 88.68%
G 20 of 265 ~ 7.55%
B 10 of 265 ~ 3.77%

%88.68

CMYK color model

#EB140A color CMYK value is (0,91,96,8).

  • cyan value is 0.00%
  • magenta value is 91.49%
  • yellow value is 95.74%
  • key color value is 7.84%
CMYK:
(0,91,96,8)
C0M91Y96K8 
(0%,91%,96%,8%)
(0.00/0.91/0.96/0.08)	

CMYK percentages

%0
%91.49
%95.74
%7.84

Codes

Color #EB140A in popluar color models

EB140A
RGB2352010
HSL91.84%48.04%
HSB/HSV95.74%92.16%
CMYK0.00%91.49%95.74%
7.84%

Color #EB140A in popluar number systems.

HEXEB140A
Decimal2352010
Binary11101011101001010
Octal3532412

Shades and tints

Shades of #EB140A

#EB140A
(235,20,10)
#D6130A
(214,19,10)
#C1120A
(193,18,10)
#AC110A
(172,17,10)
#97100A
(151,16,10)
#820F0A
(130,15,10)
#6D0E0A
(109,14,10)
#580D0A
(88,13,10)
#430C0A
(67,12,10)
#2E0B0A
(46,11,10)
#190A0A
(25,10,10)
#000000
(0,0,0)

Tints of #EB140A

#EB140A
(235,20,10)
#EC2920
(236,41,32)
#ED3E36
(237,62,54)
#EE534C
(238,83,76)
#EF6862
(239,104,98)
#F07D78
(240,125,120)
#F1928E
(241,146,142)
#F2A7A4
(242,167,164)
#F3BCBA
(243,188,186)
#F4D1D0
(244,209,208)
#F5E6E6
(245,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB140A color. Also use rgb(235,20,10) instead hex code.

Text Font Color

.myTextColor { color: #EB140A; }

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

This text font color is #EB140A.


Background Color

.myBgColor { background-color: #EB140A; }

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

This div background color is #EB140A.


Border color

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

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

This div border color is #EB140A.


Opacity

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

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

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

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

This text has shadow with #EB140A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB140A on black background.


Color preview on white background

This text has color #EB140A on white background.



Black color preview on #EB140A background

This text has black color on #EB140A background.


White color preview on #EB140A background

This text has white color on #EB140A background.