Color Hex Logo

#e0760e Color Hex

#E0760E
(224,118,14)
0 Favorites   0 Comments

Color spaces of #e0760e

RGB 22411814
HSL0.080.880.47
HSV30°94°88°
CMYK 0.000.470.94   0.12
XYZ37.298228.83594.0155
Yxy28.83590.53170.4111
Hunter Lab53.699130.008833.1558
CIE-Lab60.636535.730965.5602

#e0760e color RGB value is (224,118,14).

#e0760e hex color red value is 224, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e0760e hue: 0.08 , saturation: 0.88 and the lightness value of e0760e is 0.47.

The process color (four color CMYK) of #e0760e color hex is 0.00, 0.47, 0.94, 0.12. Web safe color of #e0760e is #cc6600. Color #e0760e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 00001110
Octal 340 166 16
Decimal 224 118 14
Hex E0 76 E

RGB Percentages of Color #e0760e

%62.92
%33.15
%3.93

CMYK Percentages of Color #e0760e

%0
%47
%94
%12

Triadic Colors of #e0760e

#e0760e #0ee076 #760ee0

Analogous Colors of #e0760e

#e0760e #e0df0e #e00e0f

Monochromatic Colors of #e0760e

#e0760e

Complementary Color

#e0760e #0e78e0

#e0760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0760e Color CSS Codes

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

#e0760e Text Font Color

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

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


#e0760e Background Color

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

This div background color is #e0760e


#e0760e Border Color

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

This div border color is #e0760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0760e


Comments

No comments written yet.

Please login to write comment.