Color Hex Logo

#e08801 Color Hex

#E08801
(224,136,1)
0 Favorites   0 Comments

Color spaces of #e08801

RGB 2241361
HSL0.100.990.44
HSV36°100°88°
CMYK 0.000.391.00   0.12
XYZ39.550133.45784.4022
Yxy33.45780.51090.4322
Hunter Lab57.842720.825135.9776
CIE-Lab64.529926.172770.2011

#e08801 color RGB value is (224,136,1).

#e08801 hex color red value is 224, green value is 136 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e08801 hue: 0.10 , saturation: 0.99 and the lightness value of e08801 is 0.44.

The process color (four color CMYK) of #e08801 color hex is 0.00, 0.39, 1.00, 0.12. Web safe color of #e08801 is #cc9900. Color #e08801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 00000001
Octal 340 210 1
Decimal 224 136 1
Hex E0 88 1

RGB Percentages of Color #e08801

%62.05
%37.67
%0.28

CMYK Percentages of Color #e08801

%0
%39
%100
%12

Triadic Colors of #e08801

#e08801 #01e088 #8801e0

Analogous Colors of #e08801

#e08801 #c9e001 #e01901

Monochromatic Colors of #e08801

#e08801

Complementary Color

#e08801 #0159e0

#e08801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08801 Color CSS Codes

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

#e08801 Text Font Color

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

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


#e08801 Background Color

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

This div background color is #e08801


#e08801 Border Color

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

This div border color is #e08801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08801


Comments

No comments written yet.

Please login to write comment.