COLOR #ED7B0C

HEX: #ED7B0C
RGB: (237,123,12)

Color info

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

RGB color model

#ED7B0C color RGB value is (237,123,12).

  • red value is 237;
  • green value is 123;
  • blue value is 12.
RGB:
(237,123,12)
(93%,48%,5%)

RGB channels and saturation

R 237 of 255 = 93%
G 123 of 255 = 48%
B 12 of 255 = 5%

237
123
12

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

Portions of RGB colors in percentages

R + G + B =
237 + 123 + 12 = 372 (100%)
R 237 of 372 ~ 63.71%
G 123 of 372 ~ 33.06%
B 12 of 372 ~ 3.23%

%63.71
%33.06

CMYK color model

#ED7B0C color CMYK value is (0,48,95,7).

  • cyan value is 0.00%
  • magenta value is 48.10%
  • yellow value is 94.94%
  • key color value is 7.06%
CMYK:
(0,48,95,7)
C0M48Y95K7 
(0%,48%,95%,7%)
(0.00/0.48/0.95/0.07)	

CMYK percentages

%0
%48.1
%94.94
%7.06

Codes

Color #ED7B0C in popluar color models

ED7B0C
RGB23712312
HSL30°90.36%48.82%
HSB/HSV30°94.94%92.94%
CMYK0.00%48.10%94.94%
7.06%

Color #ED7B0C in popluar number systems.

HEXED7B0C
Decimal23712312
Binary1110110111110111100
Octal35517314

Shades and tints

Shades of #ED7B0C

#ED7B0C
(237,123,12)
#D8700B
(216,112,11)
#C3650A
(195,101,10)
#AE5A09
(174,90,9)
#994F08
(153,79,8)
#844407
(132,68,7)
#6F3906
(111,57,6)
#5A2E05
(90,46,5)
#452304
(69,35,4)
#301803
(48,24,3)
#1B0D02
(27,13,2)
#000000
(0,0,0)

Tints of #ED7B0C

#ED7B0C
(237,123,12)
#EE8722
(238,135,34)
#EF9338
(239,147,56)
#F09F4E
(240,159,78)
#F1AB64
(241,171,100)
#F2B77A
(242,183,122)
#F3C390
(243,195,144)
#F4CFA6
(244,207,166)
#F5DBBC
(245,219,188)
#F6E7D2
(246,231,210)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7B0C color. Also use rgb(237,123,12) instead hex code.

Text Font Color

.myTextColor { color: #ED7B0C; }

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

This text font color is #ED7B0C.


Background Color

.myBgColor { background-color: #ED7B0C; }

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

This div background color is #ED7B0C.


Border color

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

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

This div border color is #ED7B0C.


Opacity

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

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

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

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

This text has shadow with #ED7B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7B0C on black background.


Color preview on white background

This text has color #ED7B0C on white background.



Black color preview on #ED7B0C background

This text has black color on #ED7B0C background.


White color preview on #ED7B0C background

This text has white color on #ED7B0C background.