Color Hex Logo

#e35016 Color Hex

#E35016
(227,80,22)
0 Favorites   0 Comments

Color spaces of #e35016

RGB 2278022
HSL0.050.820.49
HSV17°90°89°
CMYK 0.000.650.90   0.11
XYZ34.692022.12613.2014
Yxy22.12610.57800.3686
Hunter Lab47.038449.331128.8916
CIE-Lab54.160554.911859.2374

#e35016 color RGB value is (227,80,22).

#e35016 hex color red value is 227, green value is 80 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e35016 hue: 0.05 , saturation: 0.82 and the lightness value of e35016 is 0.49.

The process color (four color CMYK) of #e35016 color hex is 0.00, 0.65, 0.90, 0.11. Web safe color of #e35016 is #cc6600. Color #e35016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 00010110
Octal 343 120 26
Decimal 227 80 22
Hex E3 50 16

RGB Percentages of Color #e35016

%69.00
%24.32
%6.69

CMYK Percentages of Color #e35016

%0
%65
%90
%11

Triadic Colors of #e35016

#e35016 #16e350 #5016e3

Analogous Colors of #e35016

#e35016 #e3b716 #e31642

Monochromatic Colors of #e35016

#e35016

Complementary Color

#e35016 #16a9e3

#e35016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35016 Color CSS Codes

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

#e35016 Text Font Color

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

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


#e35016 Background Color

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

This div background color is #e35016


#e35016 Border Color

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

This div border color is #e35016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35016


Comments

No comments written yet.

Please login to write comment.