Color Hex Logo

#e68112 Color Hex

#E68112
(230,129,18)
0 Favorites   0 Comments

Color spaces of #e68112

RGB 23012918
HSL0.090.850.49
HSV31°92°90°
CMYK 0.000.440.92   0.10
XYZ40.592632.56724.7189
Yxy32.56720.52120.4182
Hunter Lab57.067727.099735.0447
CIE-Lab63.808932.531767.3499

#e68112 color RGB value is (230,129,18).

#e68112 hex color red value is 230, green value is 129 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e68112 hue: 0.09 , saturation: 0.85 and the lightness value of e68112 is 0.49.

The process color (four color CMYK) of #e68112 color hex is 0.00, 0.44, 0.92, 0.10. Web safe color of #e68112 is #ff9900. Color #e68112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 00010010
Octal 346 201 22
Decimal 230 129 18
Hex E6 81 12

RGB Percentages of Color #e68112

%61.01
%34.22
%4.77

CMYK Percentages of Color #e68112

%0
%44
%92
%10

Triadic Colors of #e68112

#e68112 #12e681 #8112e6

Analogous Colors of #e68112

#e68112 #e1e612 #e61712

Monochromatic Colors of #e68112

#e68112

Complementary Color

#e68112 #1277e6

#e68112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68112 Color CSS Codes

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

#e68112 Text Font Color

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

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


#e68112 Background Color

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

This div background color is #e68112


#e68112 Border Color

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

This div border color is #e68112


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,129,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 #e68112">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68112


Comments

No comments written yet.

Please login to write comment.