Color Hex Logo

#e66507 Color Hex

#E66507
(230,101,7)
0 Favorites   0 Comments

Color spaces of #e66507

RGB 2301017
HSL0.070.940.46
HSV25°97°90°
CMYK 0.000.560.97   0.10
XYZ37.325226.14573.2804
Yxy26.14570.55920.3917
Hunter Lab51.132940.816231.9893
CIE-Lab58.175146.428865.6553

#e66507 color RGB value is (230,101,7).

#e66507 hex color red value is 230, green value is 101 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #e66507 hue: 0.07 , saturation: 0.94 and the lightness value of e66507 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 00000111
Octal 346 145 7
Decimal 230 101 7
Hex E6 65 7

RGB Percentages of Color #e66507

%68.05
%29.88
%2.07

CMYK Percentages of Color #e66507

%0
%56
%97
%10

Triadic Colors of #e66507

#e66507 #07e665 #6507e6

Analogous Colors of #e66507

#e66507 #e6d507 #e60718

Monochromatic Colors of #e66507

#e66507

Complementary Color

#e66507 #0788e6

#e66507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66507 Color CSS Codes

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

#e66507 Text Font Color

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

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


#e66507 Background Color

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

This div background color is #e66507


#e66507 Border Color

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

This div border color is #e66507


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,101,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66507


Comments

No comments written yet.

Please login to write comment.