Color Hex Logo

#e06211 Color Hex

#E06211
(224,98,17)
0 Favorites   0 Comments

Color spaces of #e06211

RGB 2249817
HSL0.070.860.47
HSV23°92°88°
CMYK 0.000.560.92   0.12
XYZ35.209324.62313.4273
Yxy24.62310.55660.3892
Hunter Lab49.621739.817630.6401
CIE-Lab56.706345.705962.2076

#e06211 color RGB value is (224,98,17).

#e06211 hex color red value is 224, green value is 98 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e06211 hue: 0.07 , saturation: 0.86 and the lightness value of e06211 is 0.47.

The process color (four color CMYK) of #e06211 color hex is 0.00, 0.56, 0.92, 0.12. Web safe color of #e06211 is #cc6600. Color #e06211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 00010001
Octal 340 142 21
Decimal 224 98 17
Hex E0 62 11

RGB Percentages of Color #e06211

%66.08
%28.91
%5.01

CMYK Percentages of Color #e06211

%0
%56
%92
%12

Triadic Colors of #e06211

#e06211 #11e062 #6211e0

Analogous Colors of #e06211

#e06211 #e0ca11 #e01128

Monochromatic Colors of #e06211

#e06211

Complementary Color

#e06211 #118fe0

#e06211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06211 Color CSS Codes

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

#e06211 Text Font Color

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

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


#e06211 Background Color

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

This div background color is #e06211


#e06211 Border Color

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

This div border color is #e06211


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,98,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e06211; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e06211;
  -webkit-box-shadow: 1px 1px 3px 2px #e06211;
  box-shadow:         1px 1px 3px 2px #e06211; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,98,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06211


Comments

No comments written yet.

Please login to write comment.