COLOR #EB5512

HEX: #EB5512
RGB: (235,85,18)

Color info

#EB5512 contains mainly red color. Web safe color of #EB5512 is #FF6600 (or #F60).

RGB color model

#EB5512 color RGB value is (235,85,18).

  • red value is 235;
  • green value is 85;
  • blue value is 18.
RGB:
(235,85,18)
(92%,33%,7%)

RGB channels and saturation

R 235 of 255 = 92%
G 85 of 255 = 33%
B 18 of 255 = 7%

235
85
18

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

Portions of RGB colors in percentages

R + G + B =
235 + 85 + 18 = 338 (100%)
R 235 of 338 ~ 69.53%
G 85 of 338 ~ 25.15%
B 18 of 338 ~ 5.33%

%69.53
%25.15

CMYK color model

#EB5512 color CMYK value is (0,64,92,8).

  • cyan value is 0.00%
  • magenta value is 63.83%
  • yellow value is 92.34%
  • key color value is 7.84%
CMYK:
(0,64,92,8)
C0M64Y92K8 
(0%,64%,92%,8%)
(0.00/0.64/0.92/0.08)	

CMYK percentages

%0
%63.83
%92.34
%7.84

Codes

Color #EB5512 in popluar color models

EB5512
RGB2358518
HSL19°85.77%49.61%
HSB/HSV19°92.34%92.16%
CMYK0.00%63.83%92.34%
7.84%

Color #EB5512 in popluar number systems.

HEXEB5512
Decimal2358518
Binary11101011101010110010
Octal35312522

Shades and tints

Shades of #EB5512

#EB5512
(235,85,18)
#D64E11
(214,78,17)
#C14710
(193,71,16)
#AC400F
(172,64,15)
#97390E
(151,57,14)
#82320D
(130,50,13)
#6D2B0C
(109,43,12)
#58240B
(88,36,11)
#431D0A
(67,29,10)
#2E1609
(46,22,9)
#190F08
(25,15,8)
#000000
(0,0,0)

Tints of #EB5512

#EB5512
(235,85,18)
#EC6427
(236,100,39)
#ED733C
(237,115,60)
#EE8251
(238,130,81)
#EF9166
(239,145,102)
#F0A07B
(240,160,123)
#F1AF90
(241,175,144)
#F2BEA5
(242,190,165)
#F3CDBA
(243,205,186)
#F4DCCF
(244,220,207)
#F5EBE4
(245,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5512 color. Also use rgb(235,85,18) instead hex code.

Text Font Color

.myTextColor { color: #EB5512; }

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

This text font color is #EB5512.


Background Color

.myBgColor { background-color: #EB5512; }

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

This div background color is #EB5512.


Border color

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

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

This div border color is #EB5512.


Opacity

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

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

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

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

This text has shadow with #EB5512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5512 on black background.


Color preview on white background

This text has color #EB5512 on white background.



Black color preview on #EB5512 background

This text has black color on #EB5512 background.


White color preview on #EB5512 background

This text has white color on #EB5512 background.