Color Hex Logo

#e68e1f Color Hex

#E68E1F
(230,142,31)
0 Favorites   0 Comments

Color spaces of #e68e1f

RGB 23014231
HSL0.090.800.51
HSV33°87°90°
CMYK 0.000.380.87   0.10
XYZ42.553536.26796.0539
Yxy36.26790.50140.4273
Hunter Lab60.222820.738336.1959
CIE-Lab66.724125.934266.2931

#e68e1f color RGB value is (230,142,31).

#e68e1f hex color red value is 230, green value is 142 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e68e1f hue: 0.09 , saturation: 0.80 and the lightness value of e68e1f is 0.51.

The process color (four color CMYK) of #e68e1f color hex is 0.00, 0.38, 0.87, 0.10. Web safe color of #e68e1f is #ff9933. Color #e68e1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001110 00011111
Octal 346 216 37
Decimal 230 142 31
Hex E6 8E 1F

RGB Percentages of Color #e68e1f

%57.07
%35.24
%7.69

CMYK Percentages of Color #e68e1f

%0
%38
%87
%10

Triadic Colors of #e68e1f

#e68e1f #1fe68e #8e1fe6

Analogous Colors of #e68e1f

#e68e1f #dbe61f #e62b1f

Monochromatic Colors of #e68e1f

#e68e1f

Complementary Color

#e68e1f #1f77e6

#e68e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68e1f Color CSS Codes

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

#e68e1f Text Font Color

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

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


#e68e1f Background Color

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

This div background color is #e68e1f


#e68e1f Border Color

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

This div border color is #e68e1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68e1f


Comments

No comments written yet.

Please login to write comment.