Color Hex Logo

#e6660e Color Hex

#E6660E
(230,102,14)
0 Favorites   0 Comments

Color spaces of #e6660e

RGB 23010214
HSL0.070.890.48
HSV24°94°90°
CMYK 0.000.560.94   0.10
XYZ37.463826.35743.5284
Yxy26.35740.55630.3914
Hunter Lab51.339540.412331.8628
CIE-Lab58.374746.020964.4693

#e6660e color RGB value is (230,102,14).

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

The process color (four color CMYK) of #e6660e color hex is 0.00, 0.56, 0.94, 0.10. Web safe color of #e6660e is #ff6600. Color #e6660e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100110 00001110
Octal 346 146 16
Decimal 230 102 14
Hex E6 66 E

RGB Percentages of Color #e6660e

%66.47
%29.48
%4.05

CMYK Percentages of Color #e6660e

%0
%56
%94
%10

Triadic Colors of #e6660e

#e6660e #0ee666 #660ee6

Analogous Colors of #e6660e

#e6660e #e6d20e #e60e22

Monochromatic Colors of #e6660e

#e6660e

Complementary Color

#e6660e #0e8ee6

#e6660e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6660e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6660e Color CSS Codes

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

#e6660e Text Font Color

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

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


#e6660e Background Color

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

This div background color is #e6660e


#e6660e Border Color

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

This div border color is #e6660e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6660e


Comments

No comments written yet.

Please login to write comment.