COLOR #EA8510

HEX: #EA8510
RGB: (234,133,16)

Color info

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

RGB color model

#EA8510 color RGB value is (234,133,16).

  • red value is 234;
  • green value is 133;
  • blue value is 16.
RGB:
(234,133,16)
(92%,52%,6%)

RGB channels and saturation

R 234 of 255 = 92%
G 133 of 255 = 52%
B 16 of 255 = 6%

234
133
16

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

Portions of RGB colors in percentages

R + G + B =
234 + 133 + 16 = 383 (100%)
R 234 of 383 ~ 61.1%
G 133 of 383 ~ 34.73%
B 16 of 383 ~ 4.18%

%61.1
%34.73

CMYK color model

#EA8510 color CMYK value is (0,43,93,8).

  • cyan value is 0.00%
  • magenta value is 43.16%
  • yellow value is 93.16%
  • key color value is 8.24%
CMYK:
(0,43,93,8)
C0M43Y93K8 
(0%,43%,93%,8%)
(0.00/0.43/0.93/0.08)	

CMYK percentages

%0
%43.16
%93.16
%8.24

Codes

Color #EA8510 in popluar color models

EA8510
RGB23413316
HSL32°87.20%49.02%
HSB/HSV32°93.16%91.76%
CMYK0.00%43.16%93.16%
8.24%

Color #EA8510 in popluar number systems.

HEXEA8510
Decimal23413316
Binary111010101000010110000
Octal35220520

Shades and tints

Shades of #EA8510

#EA8510
(234,133,16)
#D5790F
(213,121,15)
#C06D0E
(192,109,14)
#AB610D
(171,97,13)
#96550C
(150,85,12)
#81490B
(129,73,11)
#6C3D0A
(108,61,10)
#573109
(87,49,9)
#422508
(66,37,8)
#2D1907
(45,25,7)
#180D06
(24,13,6)
#000000
(0,0,0)

Tints of #EA8510

#EA8510
(234,133,16)
#EB9025
(235,144,37)
#EC9B3A
(236,155,58)
#EDA64F
(237,166,79)
#EEB164
(238,177,100)
#EFBC79
(239,188,121)
#F0C78E
(240,199,142)
#F1D2A3
(241,210,163)
#F2DDB8
(242,221,184)
#F3E8CD
(243,232,205)
#F4F3E2
(244,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8510 color. Also use rgb(234,133,16) instead hex code.

Text Font Color

.myTextColor { color: #EA8510; }

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

This text font color is #EA8510.


Background Color

.myBgColor { background-color: #EA8510; }

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

This div background color is #EA8510.


Border color

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

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

This div border color is #EA8510.


Opacity

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

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

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

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

This text has shadow with #EA8510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8510 on black background.


Color preview on white background

This text has color #EA8510 on white background.



Black color preview on #EA8510 background

This text has black color on #EA8510 background.


White color preview on #EA8510 background

This text has white color on #EA8510 background.