Color Hex Logo

#e6971d Color Hex

#E6971D
(230,151,29)
0 Favorites   0 Comments

Color spaces of #e6971d

RGB 23015129
HSL0.100.800.51
HSV36°87°90°
CMYK 0.000.340.87   0.10
XYZ43.921539.04496.3839
Yxy39.04490.49160.4370
Hunter Lab62.485916.117737.6828
CIE-Lab68.783821.112168.4817

#e6971d color RGB value is (230,151,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010111 00011101
Octal 346 227 35
Decimal 230 151 29
Hex E6 97 1D

RGB Percentages of Color #e6971d

%56.10
%36.83
%7.07

CMYK Percentages of Color #e6971d

%0
%34
%87
%10

Triadic Colors of #e6971d

#e6971d #1de697 #971de6

Analogous Colors of #e6971d

#e6971d #d1e61d #e6331d

Monochromatic Colors of #e6971d

#e6971d

Complementary Color

#e6971d #1d6ce6

#e6971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6971d Color CSS Codes

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

#e6971d Text Font Color

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

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


#e6971d Background Color

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

This div background color is #e6971d


#e6971d Border Color

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

This div border color is #e6971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6971d


Comments

No comments written yet.

Please login to write comment.