COLOR #EB7F02

HEX: #EB7F02
RGB: (235,127,2)

Color info

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

RGB color model

#EB7F02 color RGB value is (235,127,2).

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

RGB channels and saturation

R 235 of 255 = 92%
G 127 of 255 = 50%
B 2 of 255 = 1%

235
127
2

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

Portions of RGB colors in percentages

R + G + B =
235 + 127 + 2 = 364 (100%)
R 235 of 364 ~ 64.56%
G 127 of 364 ~ 34.89%
B 2 of 364 ~ 0.55%

%64.56
%34.89

CMYK color model

#EB7F02 color CMYK value is (0,46,99,8).

  • cyan value is 0.00%
  • magenta value is 45.96%
  • yellow value is 99.15%
  • key color value is 7.84%
CMYK:
(0,46,99,8)
C0M46Y99K8 
(0%,46%,99%,8%)
(0.00/0.46/0.99/0.08)	

CMYK percentages

%0
%45.96
%99.15
%7.84

Codes

Color #EB7F02 in popluar color models

EB7F02
RGB2351272
HSL32°98.31%46.47%
HSB/HSV32°99.15%92.16%
CMYK0.00%45.96%99.15%
7.84%

Color #EB7F02 in popluar number systems.

HEXEB7F02
Decimal2351272
Binary11101011111111110
Octal3531772

Shades and tints

Shades of #EB7F02

#EB7F02
(235,127,2)
#D67402
(214,116,2)
#C16902
(193,105,2)
#AC5E02
(172,94,2)
#975302
(151,83,2)
#824802
(130,72,2)
#6D3D02
(109,61,2)
#583202
(88,50,2)
#432702
(67,39,2)
#2E1C02
(46,28,2)
#191102
(25,17,2)
#000000
(0,0,0)

Tints of #EB7F02

#EB7F02
(235,127,2)
#EC8A19
(236,138,25)
#ED9530
(237,149,48)
#EEA047
(238,160,71)
#EFAB5E
(239,171,94)
#F0B675
(240,182,117)
#F1C18C
(241,193,140)
#F2CCA3
(242,204,163)
#F3D7BA
(243,215,186)
#F4E2D1
(244,226,209)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB7F02; }

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

This text font color is #EB7F02.


Background Color

.myBgColor { background-color: #EB7F02; }

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

This div background color is #EB7F02.


Border color

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

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

This div border color is #EB7F02.


Opacity

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

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

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

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

This text has shadow with #EB7F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7F02 on black background.


Color preview on white background

This text has color #EB7F02 on white background.



Black color preview on #EB7F02 background

This text has black color on #EB7F02 background.


White color preview on #EB7F02 background

This text has white color on #EB7F02 background.