Color Hex Logo

#e76112 Color Hex

#E76112
(231,97,18)
0 Favorites   0 Comments

Color spaces of #e76112

RGB 2319718
HSL0.060.860.49
HSV22°92°91°
CMYK 0.000.580.92   0.09
XYZ37.338925.58203.5421
Yxy25.58200.56180.3849
Hunter Lab50.578743.262231.2529
CIE-Lab57.638148.788163.1168

#e76112 color RGB value is (231,97,18).

#e76112 hex color red value is 231, green value is 97 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e76112 hue: 0.06 , saturation: 0.86 and the lightness value of e76112 is 0.49.

The process color (four color CMYK) of #e76112 color hex is 0.00, 0.58, 0.92, 0.09. Web safe color of #e76112 is #ff6600. Color #e76112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100001 00010010
Octal 347 141 22
Decimal 231 97 18
Hex E7 61 12

RGB Percentages of Color #e76112

%66.76
%28.03
%5.20

CMYK Percentages of Color #e76112

%0
%58
%92
%9

Triadic Colors of #e76112

#e76112 #12e761 #6112e7

Analogous Colors of #e76112

#e76112 #e7cc12 #e7122d

Monochromatic Colors of #e76112

#e76112

Complementary Color

#e76112 #1298e7

#e76112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76112 Color CSS Codes

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

#e76112 Text Font Color

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

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


#e76112 Background Color

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

This div background color is #e76112


#e76112 Border Color

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

This div border color is #e76112


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,97,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e76112; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e76112;
  -webkit-box-shadow: 1px 1px 3px 2px #e76112;
  box-shadow:         1px 1px 3px 2px #e76112; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,97,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76112


Comments

No comments written yet.

Please login to write comment.