color codes Logo

#e6911f color codes

#E6911F
(230,145,31)
0 Favorites   0 Comments

Color spaces of #e6911f

RGB 23014531
HSL0.100.800.51
HSV34°87°90°
CMYK 0.000.370.87   0.10
XYZ43.005837.17276.2047
Yxy37.17270.49780.4303
Hunter Lab60.969419.211536.6448
CIE-Lab67.406424.343866.8409

#e6911f color RGB value is (230,145,31).

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

The process color (four color CMYK) of #e6911f color code is 0.00, 0.37, 0.87, 0.10. Web safe color of #e6911f is #ff9933. Color #e6911f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 00011111
Octal 346 221 37
Decimal 230 145 31
Hex E6 91 1F

RGB Percentages of Color #e6911f

%56.65
%35.71
%7.64

CMYK Percentages of Color #e6911f

%0
%37
%87
%10

Triadic Colors of #e6911f

#e6911f #1fe691 #911fe6

Analogous Colors of #e6911f

#e6911f #d8e61f #e62e1f

Monochromatic Colors of #e6911f

#e6911f

Complementary Color

#e6911f #1f74e6

#e6911f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6911f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6911f Color CSS Codes

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

#e6911f Text Font Color

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

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


#e6911f Background Color

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

This div background color is #e6911f


#e6911f Border Color

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

This div border color is #e6911f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,145,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 #e6911f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6911f


Comments

No comments written yet.

Please login to write comment.