Color Hex Logo

#e6913e Color Hex

#E6913E
(230,145,62)
0 Favorites   0 Comments

Color spaces of #e6913e

RGB 23014562
HSL0.080.770.57
HSV30°73°90°
CMYK 0.000.370.73   0.10
XYZ43.628037.42169.4811
Yxy37.42160.48190.4134
Hunter Lab61.173220.251033.6320
CIE-Lab67.592125.385555.4776

#e6913e color RGB value is (230,145,62).

#e6913e hex color red value is 230, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e6913e hue: 0.08 , saturation: 0.77 and the lightness value of e6913e is 0.57.

The process color (four color CMYK) of #e6913e color hex is 0.00, 0.37, 0.73, 0.10. Web safe color of #e6913e is #ff9933. Color #e6913e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 00111110
Octal 346 221 76
Decimal 230 145 62
Hex E6 91 3E

RGB Percentages of Color #e6913e

%52.63
%33.18
%14.19

CMYK Percentages of Color #e6913e

%0
%37
%73
%10

Triadic Colors of #e6913e

#e6913e #3ee691 #913ee6

Analogous Colors of #e6913e

#e6913e #e6e53e #e63e3f

Monochromatic Colors of #e6913e

#e6913e

Complementary Color

#e6913e #3e93e6

#e6913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6913e Color CSS Codes

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

#e6913e Text Font Color

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

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


#e6913e Background Color

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

This div background color is #e6913e


#e6913e Border Color

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

This div border color is #e6913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6913e


Comments

No comments written yet.

Please login to write comment.