Color Hex Logo

#e68014 Color Hex

#E68014
(230,128,20)
0 Favorites   0 Comments

Color spaces of #e68014

RGB 23012820
HSL0.090.840.49
HSV31°91°90°
CMYK 0.000.440.91   0.10
XYZ40.478632.31184.7652
Yxy32.31180.52190.4166
Hunter Lab56.843527.634934.8201
CIE-Lab63.599833.080566.7602

#e68014 color RGB value is (230,128,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 00010100
Octal 346 200 24
Decimal 230 128 20
Hex E6 80 14

RGB Percentages of Color #e68014

%60.85
%33.86
%5.29

CMYK Percentages of Color #e68014

%0
%44
%91
%10

Triadic Colors of #e68014

#e68014 #14e680 #8014e6

Analogous Colors of #e68014

#e68014 #e3e614 #e61714

Monochromatic Colors of #e68014

#e68014

Complementary Color

#e68014 #147ae6

#e68014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68014 Color CSS Codes

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

#e68014 Text Font Color

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

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


#e68014 Background Color

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

This div background color is #e68014


#e68014 Border Color

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

This div border color is #e68014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68014


Comments

No comments written yet.

Please login to write comment.