Color Hex Logo

#e2840b Color Hex

#E2840B
(226,132,11)
0 Favorites   0 Comments

Color spaces of #e2840b

RGB 22613211
HSL0.090.910.46
HSV34°95°89°
CMYK 0.000.420.95   0.11
XYZ39.675732.69544.5363
Yxy32.69540.51590.4251
Hunter Lab57.179923.791935.3222
CIE-Lab63.913529.224268.4483

#e2840b color RGB value is (226,132,11).

#e2840b hex color red value is 226, green value is 132 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e2840b hue: 0.09 , saturation: 0.91 and the lightness value of e2840b is 0.46.

The process color (four color CMYK) of #e2840b color hex is 0.00, 0.42, 0.95, 0.11. Web safe color of #e2840b is #cc9900. Color #e2840b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 00001011
Octal 342 204 13
Decimal 226 132 11
Hex E2 84 B

RGB Percentages of Color #e2840b

%61.25
%35.77
%2.98

CMYK Percentages of Color #e2840b

%0
%42
%95
%11

Triadic Colors of #e2840b

#e2840b #0be284 #840be2

Analogous Colors of #e2840b

#e2840b #d5e20b #e2180b

Monochromatic Colors of #e2840b

#e2840b

Complementary Color

#e2840b #0b69e2

#e2840b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2840b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2840b Color CSS Codes

.mybgcolor {background-color:#e2840b; } 
.myforecolor {color:#e2840b; }
.mybordercolor {border:3px solid #e2840b; }

#e2840b Text Font Color

<p style="color:#e2840b">Text here</p>

This sample text font color is #e2840b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e2840b Background Color

<div style="background-color:#e2840b">
Div content here</div>

This div background color is #e2840b


#e2840b Border Color

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

This div border color is #e2840b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,132,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2840b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2840b;
  -webkit-box-shadow: 1px 1px 3px 2px #e2840b;
  box-shadow:         1px 1px 3px 2px #e2840b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,132,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2840b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e2840b;
  -webkit-box-shadow: 1px 1px 3px 2px #e2840b;
  box-shadow:         1px 1px 3px 2px #e2840b;">
Div content here</div>

This div box has shadow with color #e2840b


Comments

No comments written yet.

Please login to write comment.