COLOR #EA330B

HEX: #EA330B
RGB: (234,51,11)

Color info

#EA330B contains mainly red color. Web safe color of #EA330B is #FF3300 (or #F30).

RGB color model

#EA330B color RGB value is (234,51,11).

  • red value is 234;
  • green value is 51;
  • blue value is 11.
RGB:
(234,51,11)
(92%,20%,4%)

RGB channels and saturation

R 234 of 255 = 92%
G 51 of 255 = 20%
B 11 of 255 = 4%

234
51
11

R + G + B ~ 39%. #EA330B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
234 + 51 + 11 = 296 (100%)
R 234 of 296 ~ 79.05%
G 51 of 296 ~ 17.23%
B 11 of 296 ~ 3.72%

%79.05
%17.23

CMYK color model

#EA330B color CMYK value is (0,78,95,8).

  • cyan value is 0.00%
  • magenta value is 78.21%
  • yellow value is 95.30%
  • key color value is 8.24%
CMYK:
(0,78,95,8)
C0M78Y95K8 
(0%,78%,95%,8%)
(0.00/0.78/0.95/0.08)	

CMYK percentages

%0
%78.21
%95.3
%8.24

Codes

Color #EA330B in popluar color models

EA330B
RGB2345111
HSL11°91.02%48.04%
HSB/HSV11°95.30%91.76%
CMYK0.00%78.21%95.30%
8.24%

Color #EA330B in popluar number systems.

HEXEA330B
Decimal2345111
Binary111010101100111011
Octal3526313

Shades and tints

Shades of #EA330B

#EA330B
(234,51,11)
#D52F0A
(213,47,10)
#C02B09
(192,43,9)
#AB2708
(171,39,8)
#962307
(150,35,7)
#811F06
(129,31,6)
#6C1B05
(108,27,5)
#571704
(87,23,4)
#421303
(66,19,3)
#2D0F02
(45,15,2)
#180B01
(24,11,1)
#000000
(0,0,0)

Tints of #EA330B

#EA330B
(234,51,11)
#EB4521
(235,69,33)
#EC5737
(236,87,55)
#ED694D
(237,105,77)
#EE7B63
(238,123,99)
#EF8D79
(239,141,121)
#F09F8F
(240,159,143)
#F1B1A5
(241,177,165)
#F2C3BB
(242,195,187)
#F3D5D1
(243,213,209)
#F4E7E7
(244,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA330B color. Also use rgb(234,51,11) instead hex code.

Text Font Color

.myTextColor { color: #EA330B; }

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

This text font color is #EA330B.


Background Color

.myBgColor { background-color: #EA330B; }

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

This div background color is #EA330B.


Border color

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

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

This div border color is #EA330B.


Opacity

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

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

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

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

This text has shadow with #EA330B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA330B on black background.


Color preview on white background

This text has color #EA330B on white background.



Black color preview on #EA330B background

This text has black color on #EA330B background.


White color preview on #EA330B background

This text has white color on #EA330B background.