Color Hex Logo

#e04614 Color Hex

#E04614
(224,70,20)
0 Favorites   0 Comments

Color spaces of #e04614

RGB 2247020
HSL0.040.840.48
HSV15°91°88°
CMYK 0.000.690.91   0.12
XYZ33.056920.27812.8336
Yxy20.27810.58850.3610
Hunter Lab45.031252.230227.7910
CIE-Lab52.150257.872758.2320

#e04614 color RGB value is (224,70,20).

#e04614 hex color red value is 224, green value is 70 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #e04614 hue: 0.04 , saturation: 0.84 and the lightness value of e04614 is 0.48.

The process color (four color CMYK) of #e04614 color hex is 0.00, 0.69, 0.91, 0.12. Web safe color of #e04614 is #cc3300. Color #e04614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000110 00010100
Octal 340 106 24
Decimal 224 70 20
Hex E0 46 14

RGB Percentages of Color #e04614

%71.34
%22.29
%6.37

CMYK Percentages of Color #e04614

%0
%69
%91
%12

Triadic Colors of #e04614

#e04614 #14e046 #4614e0

Analogous Colors of #e04614

#e04614 #e0ac14 #e01448

Monochromatic Colors of #e04614

#e04614

Complementary Color

#e04614 #14aee0

#e04614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04614 Color CSS Codes

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

#e04614 Text Font Color

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

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


#e04614 Background Color

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

This div background color is #e04614


#e04614 Border Color

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

This div border color is #e04614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04614


Comments

No comments written yet.

Please login to write comment.