Color Hex Logo

#e66112 Color Hex

#E66112
(230,97,18)
0 Favorites   0 Comments

Color spaces of #e66112

RGB 2309718
HSL0.060.850.49
HSV22°92°90°
CMYK 0.000.580.92   0.10
XYZ37.017025.41613.5270
Yxy25.41610.56120.3853
Hunter Lab50.414442.839331.1421
CIE-Lab57.478648.420362.9326

#e66112 color RGB value is (230,97,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100001 00010010
Octal 346 141 22
Decimal 230 97 18
Hex E6 61 12

RGB Percentages of Color #e66112

%66.67
%28.12
%5.22

CMYK Percentages of Color #e66112

%0
%58
%92
%10

Triadic Colors of #e66112

#e66112 #12e661 #6112e6

Analogous Colors of #e66112

#e66112 #e6cb12 #e6122d

Monochromatic Colors of #e66112

#e66112

Complementary Color

#e66112 #1297e6

#e66112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66112 Color CSS Codes

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

#e66112 Text Font Color

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

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


#e66112 Background Color

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

This div background color is #e66112


#e66112 Border Color

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

This div border color is #e66112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66112


Comments

No comments written yet.

Please login to write comment.