Color Hex Logo

#e5670e Color Hex

#E5670E
(229,103,14)
0 Favorites   0 Comments

Color spaces of #e5670e

RGB 22910314
HSL0.070.880.48
HSV25°94°90°
CMYK 0.000.550.94   0.10
XYZ37.242626.39023.5464
Yxy26.39020.55440.3928
Hunter Lab51.371439.506831.8669
CIE-Lab58.405645.165064.4142

#e5670e color RGB value is (229,103,14).

#e5670e hex color red value is 229, green value is 103 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e5670e hue: 0.07 , saturation: 0.88 and the lightness value of e5670e is 0.48.

The process color (four color CMYK) of #e5670e color hex is 0.00, 0.55, 0.94, 0.10. Web safe color of #e5670e is #cc6600. Color #e5670e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100111 00001110
Octal 345 147 16
Decimal 229 103 14
Hex E5 67 E

RGB Percentages of Color #e5670e

%66.18
%29.77
%4.05

CMYK Percentages of Color #e5670e

%0
%55
%94
%10

Triadic Colors of #e5670e

#e5670e #0ee567 #670ee5

Analogous Colors of #e5670e

#e5670e #e5d30e #e50e20

Monochromatic Colors of #e5670e

#e5670e

Complementary Color

#e5670e #0e8ce5

#e5670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5670e Color CSS Codes

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

#e5670e Text Font Color

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

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


#e5670e Background Color

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

This div background color is #e5670e


#e5670e Border Color

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

This div border color is #e5670e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,103,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5670e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5670e;
  -webkit-box-shadow: 1px 1px 3px 2px #e5670e;
  box-shadow:         1px 1px 3px 2px #e5670e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,103,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5670e


Comments

No comments written yet.

Please login to write comment.