COLOR #EB8302

HEX: #EB8302
RGB: (235,131,2)

Color info

#EB8302 contains mainly red color. Web safe color of #EB8302 is #FF9900 (or #F90).

RGB color model

#EB8302 color RGB value is (235,131,2).

  • red value is 235;
  • green value is 131;
  • blue value is 2.
RGB:
(235,131,2)
(92%,51%,1%)

RGB channels and saturation

R 235 of 255 = 92%
G 131 of 255 = 51%
B 2 of 255 = 1%

235
131
2

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

Portions of RGB colors in percentages

R + G + B =
235 + 131 + 2 = 368 (100%)
R 235 of 368 ~ 63.86%
G 131 of 368 ~ 35.6%
B 2 of 368 ~ 0.54%

%63.86
%35.6

CMYK color model

#EB8302 color CMYK value is (0,44,99,8).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 99.15%
  • key color value is 7.84%
CMYK:
(0,44,99,8)
C0M44Y99K8 
(0%,44%,99%,8%)
(0.00/0.44/0.99/0.08)	

CMYK percentages

%0
%44.26
%99.15
%7.84

Codes

Color #EB8302 in popluar color models

EB8302
RGB2351312
HSL33°98.31%46.47%
HSB/HSV33°99.15%92.16%
CMYK0.00%44.26%99.15%
7.84%

Color #EB8302 in popluar number systems.

HEXEB8302
Decimal2351312
Binary111010111000001110
Octal3532032

Shades and tints

Shades of #EB8302

#EB8302
(235,131,2)
#D67802
(214,120,2)
#C16D02
(193,109,2)
#AC6202
(172,98,2)
#975702
(151,87,2)
#824C02
(130,76,2)
#6D4102
(109,65,2)
#583602
(88,54,2)
#432B02
(67,43,2)
#2E2002
(46,32,2)
#191502
(25,21,2)
#000000
(0,0,0)

Tints of #EB8302

#EB8302
(235,131,2)
#EC8E19
(236,142,25)
#ED9930
(237,153,48)
#EEA447
(238,164,71)
#EFAF5E
(239,175,94)
#F0BA75
(240,186,117)
#F1C58C
(241,197,140)
#F2D0A3
(242,208,163)
#F3DBBA
(243,219,186)
#F4E6D1
(244,230,209)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8302 color. Also use rgb(235,131,2) instead hex code.

Text Font Color

.myTextColor { color: #EB8302; }

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

This text font color is #EB8302.


Background Color

.myBgColor { background-color: #EB8302; }

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

This div background color is #EB8302.


Border color

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

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

This div border color is #EB8302.


Opacity

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

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

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

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

This text has shadow with #EB8302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8302 on black background.


Color preview on white background

This text has color #EB8302 on white background.



Black color preview on #EB8302 background

This text has black color on #EB8302 background.


White color preview on #EB8302 background

This text has white color on #EB8302 background.