Color Hex Logo

#e6911a Color Hex

#E6911A
(230,145,26)
0 Favorites   0 Comments

Color spaces of #e6911a

RGB 23014526
HSL0.100.800.50
HSV35°89°90°
CMYK 0.000.370.89   0.10
XYZ42.945037.14845.8842
Yxy37.14840.49950.4321
Hunter Lab60.949519.109536.9407
CIE-Lab67.388224.241268.1582

#e6911a color RGB value is (230,145,26).

#e6911a hex color red value is 230, green value is 145 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e6911a hue: 0.10 , saturation: 0.80 and the lightness value of e6911a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 00011010
Octal 346 221 32
Decimal 230 145 26
Hex E6 91 1A

RGB Percentages of Color #e6911a

%57.36
%36.16
%6.48

CMYK Percentages of Color #e6911a

%0
%37
%89
%10

Triadic Colors of #e6911a

#e6911a #1ae691 #911ae6

Analogous Colors of #e6911a

#e6911a #d5e61a #e62b1a

Monochromatic Colors of #e6911a

#e6911a

Complementary Color

#e6911a #1a6fe6

#e6911a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6911a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6911a Color CSS Codes

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

#e6911a Text Font Color

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

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


#e6911a Background Color

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

This div background color is #e6911a


#e6911a Border Color

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

This div border color is #e6911a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6911a


Comments

No comments written yet.

Please login to write comment.