Color Hex Logo

#e66e22 Color Hex

#E66E22
(230,110,34)
0 Favorites   0 Comments

Color spaces of #e66e22

RGB 23011034
HSL0.060.800.52
HSV23°85°90°
CMYK 0.000.520.85   0.10
XYZ38.497828.09034.9063
Yxy28.09030.53850.3929
Hunter Lab53.000336.906531.6117
CIE-Lab59.970242.486059.8135

#e66e22 color RGB value is (230,110,34).

#e66e22 hex color red value is 230, green value is 110 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e66e22 hue: 0.06 , saturation: 0.80 and the lightness value of e66e22 is 0.52.

The process color (four color CMYK) of #e66e22 color hex is 0.00, 0.52, 0.85, 0.10. Web safe color of #e66e22 is #ff6633. Color #e66e22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 00100010
Octal 346 156 42
Decimal 230 110 34
Hex E6 6E 22

RGB Percentages of Color #e66e22

%61.50
%29.41
%9.09

CMYK Percentages of Color #e66e22

%0
%52
%85
%10

Triadic Colors of #e66e22

#e66e22 #22e66e #6e22e6

Analogous Colors of #e66e22

#e66e22 #e6d022 #e62238

Monochromatic Colors of #e66e22

#e66e22

Complementary Color

#e66e22 #229ae6

#e66e22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66e22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66e22 Color CSS Codes

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

#e66e22 Text Font Color

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

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


#e66e22 Background Color

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

This div background color is #e66e22


#e66e22 Border Color

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

This div border color is #e66e22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66e22


Comments

No comments written yet.

Please login to write comment.