Color Hex Logo

#e06216 Color Hex

#E06216
(224,98,22)
0 Favorites   0 Comments

Color spaces of #e06216

RGB 2249822
HSL0.060.820.48
HSV23°90°88°
CMYK 0.000.560.90   0.12
XYZ35.253024.64063.6571
Yxy24.64060.55470.3877
Hunter Lab49.639339.898930.3794
CIE-Lab56.723645.780260.8563

#e06216 color RGB value is (224,98,22).

#e06216 hex color red value is 224, green value is 98 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e06216 hue: 0.06 , saturation: 0.82 and the lightness value of e06216 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 00010110
Octal 340 142 26
Decimal 224 98 22
Hex E0 62 16

RGB Percentages of Color #e06216

%65.12
%28.49
%6.40

CMYK Percentages of Color #e06216

%0
%56
%90
%12

Triadic Colors of #e06216

#e06216 #16e062 #6216e0

Analogous Colors of #e06216

#e06216 #e0c716 #e0162f

Monochromatic Colors of #e06216

#e06216

Complementary Color

#e06216 #1694e0

#e06216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06216 Color CSS Codes

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

#e06216 Text Font Color

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

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


#e06216 Background Color

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

This div background color is #e06216


#e06216 Border Color

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

This div border color is #e06216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06216


Comments

No comments written yet.

Please login to write comment.