COLOR #EE510A

HEX: #EE510A
RGB: (238,81,10)

Color info

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

RGB color model

#EE510A color RGB value is (238,81,10).

  • red value is 238;
  • green value is 81;
  • blue value is 10.
RGB:
(238,81,10)
(93%,32%,4%)

RGB channels and saturation

R 238 of 255 = 93%
G 81 of 255 = 32%
B 10 of 255 = 4%

238
81
10

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

Portions of RGB colors in percentages

R + G + B =
238 + 81 + 10 = 329 (100%)
R 238 of 329 ~ 72.34%
G 81 of 329 ~ 24.62%
B 10 of 329 ~ 3.04%

%72.34
%24.62

CMYK color model

#EE510A color CMYK value is (0,66,96,7).

  • cyan value is 0.00%
  • magenta value is 65.97%
  • yellow value is 95.80%
  • key color value is 6.67%
CMYK:
(0,66,96,7)
C0M66Y96K7 
(0%,66%,96%,7%)
(0.00/0.66/0.96/0.07)	

CMYK percentages

%0
%65.97
%95.8
%6.67

Codes

Color #EE510A in popluar color models

EE510A
RGB2388110
HSL19°91.94%48.63%
HSB/HSV19°95.80%93.33%
CMYK0.00%65.97%95.80%
6.67%

Color #EE510A in popluar number systems.

HEXEE510A
Decimal2388110
Binary1110111010100011010
Octal35612112

Shades and tints

Shades of #EE510A

#EE510A
(238,81,10)
#D94A0A
(217,74,10)
#C4430A
(196,67,10)
#AF3C0A
(175,60,10)
#9A350A
(154,53,10)
#852E0A
(133,46,10)
#70270A
(112,39,10)
#5B200A
(91,32,10)
#46190A
(70,25,10)
#31120A
(49,18,10)
#1C0B0A
(28,11,10)
#000000
(0,0,0)

Tints of #EE510A

#EE510A
(238,81,10)
#EF6020
(239,96,32)
#F06F36
(240,111,54)
#F17E4C
(241,126,76)
#F28D62
(242,141,98)
#F39C78
(243,156,120)
#F4AB8E
(244,171,142)
#F5BAA4
(245,186,164)
#F6C9BA
(246,201,186)
#F7D8D0
(247,216,208)
#F8E7E6
(248,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE510A color. Also use rgb(238,81,10) instead hex code.

Text Font Color

.myTextColor { color: #EE510A; }

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

This text font color is #EE510A.


Background Color

.myBgColor { background-color: #EE510A; }

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

This div background color is #EE510A.


Border color

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

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

This div border color is #EE510A.


Opacity

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

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

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

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

This text has shadow with #EE510A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE510A on black background.


Color preview on white background

This text has color #EE510A on white background.



Black color preview on #EE510A background

This text has black color on #EE510A background.


White color preview on #EE510A background

This text has white color on #EE510A background.