Color Hex Logo

#e9520e Color Hex

#E9520E
(233,82,14)
0 Favorites   0 Comments

Color spaces of #e9520e

RGB 2338214
HSL0.050.890.48
HSV19°94°91°
CMYK 0.000.650.94   0.09
XYZ36.700823.38992.9958
Yxy23.38990.58180.3708
Hunter Lab48.363150.821030.1815
CIE-Lab55.471756.028262.8488

#e9520e color RGB value is (233,82,14).

#e9520e hex color red value is 233, green value is 82 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e9520e hue: 0.05 , saturation: 0.89 and the lightness value of e9520e is 0.48.

The process color (four color CMYK) of #e9520e color hex is 0.00, 0.65, 0.94, 0.09. Web safe color of #e9520e is #ff6600. Color #e9520e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010010 00001110
Octal 351 122 16
Decimal 233 82 14
Hex E9 52 E

RGB Percentages of Color #e9520e

%70.82
%24.92
%4.26

CMYK Percentages of Color #e9520e

%0
%65
%94
%9

Triadic Colors of #e9520e

#e9520e #0ee952 #520ee9

Analogous Colors of #e9520e

#e9520e #e9c00e #e90e37

Monochromatic Colors of #e9520e

#e9520e

Complementary Color

#e9520e #0ea5e9

#e9520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9520e Color CSS Codes

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

#e9520e Text Font Color

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

This sample text font color is #e9520e
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.


#e9520e Background Color

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

This div background color is #e9520e


#e9520e Border Color

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

This div border color is #e9520e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,82,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9520e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9520e;
  -webkit-box-shadow: 1px 1px 3px 2px #e9520e;
  box-shadow:         1px 1px 3px 2px #e9520e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,82,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9520e


Comments

No comments written yet.

Please login to write comment.