COLOR #ED882A

HEX: #ED882A
RGB: (237,136,42)

Color info

#ED882A contains mainly red color. Web safe color of #ED882A is #FF9933 (or #F93).

RGB color model

#ED882A color RGB value is (237,136,42).

  • red value is 237;
  • green value is 136;
  • blue value is 42.
RGB:
(237,136,42)
(93%,53%,16%)

RGB channels and saturation

R 237 of 255 = 93%
G 136 of 255 = 53%
B 42 of 255 = 16%

237
136
42

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

Portions of RGB colors in percentages

R + G + B =
237 + 136 + 42 = 415 (100%)
R 237 of 415 ~ 57.11%
G 136 of 415 ~ 32.77%
B 42 of 415 ~ 10.12%

%57.11
%32.77
%10.12

CMYK color model

#ED882A color CMYK value is (0,43,82,7).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 82.28%
  • key color value is 7.06%
CMYK:
(0,43,82,7)
C0M43Y82K7 
(0%,43%,82%,7%)
(0.00/0.43/0.82/0.07)	

CMYK percentages

%0
%42.62
%82.28
%7.06

Codes

Color #ED882A in popluar color models

ED882A
RGB23713642
HSL29°84.42%54.71%
HSB/HSV29°82.28%92.94%
CMYK0.00%42.62%82.28%
7.06%

Color #ED882A in popluar number systems.

HEXED882A
Decimal23713642
Binary1110110110001000101010
Octal35521052

Shades and tints

Shades of #ED882A

#ED882A
(237,136,42)
#D87C27
(216,124,39)
#C37024
(195,112,36)
#AE6421
(174,100,33)
#99581E
(153,88,30)
#844C1B
(132,76,27)
#6F4018
(111,64,24)
#5A3415
(90,52,21)
#452812
(69,40,18)
#301C0F
(48,28,15)
#1B100C
(27,16,12)
#000000
(0,0,0)

Tints of #ED882A

#ED882A
(237,136,42)
#EE923D
(238,146,61)
#EF9C50
(239,156,80)
#F0A663
(240,166,99)
#F1B076
(241,176,118)
#F2BA89
(242,186,137)
#F3C49C
(243,196,156)
#F4CEAF
(244,206,175)
#F5D8C2
(245,216,194)
#F6E2D5
(246,226,213)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED882A color. Also use rgb(237,136,42) instead hex code.

Text Font Color

.myTextColor { color: #ED882A; }

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

This text font color is #ED882A.


Background Color

.myBgColor { background-color: #ED882A; }

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

This div background color is #ED882A.


Border color

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

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

This div border color is #ED882A.


Opacity

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

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

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

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

This text has shadow with #ED882A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED882A on black background.


Color preview on white background

This text has color #ED882A on white background.



Black color preview on #ED882A background

This text has black color on #ED882A background.


White color preview on #ED882A background

This text has white color on #ED882A background.