Color Hex Logo

#e56321 Color Hex

#E56321
(229,99,33)
0 Favorites   0 Comments

Color spaces of #e56321

RGB 2299933
HSL0.060.790.51
HSV20°86°90°
CMYK 0.000.570.86   0.10
XYZ37.049525.69154.4451
Yxy25.69150.55140.3824
Hunter Lab50.686841.772730.2812
CIE-Lab57.743147.387358.2774

#e56321 color RGB value is (229,99,33).

#e56321 hex color red value is 229, green value is 99 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e56321 hue: 0.06 , saturation: 0.79 and the lightness value of e56321 is 0.51.

The process color (four color CMYK) of #e56321 color hex is 0.00, 0.57, 0.86, 0.10. Web safe color of #e56321 is #cc6633. Color #e56321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100011 00100001
Octal 345 143 41
Decimal 229 99 33
Hex E5 63 21

RGB Percentages of Color #e56321

%63.43
%27.42
%9.14

CMYK Percentages of Color #e56321

%0
%57
%86
%10

Triadic Colors of #e56321

#e56321 #21e563 #6321e5

Analogous Colors of #e56321

#e56321 #e5c521 #e52141

Monochromatic Colors of #e56321

#e56321

Complementary Color

#e56321 #21a3e5

#e56321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56321 Color CSS Codes

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

#e56321 Text Font Color

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

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


#e56321 Background Color

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

This div background color is #e56321


#e56321 Border Color

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

This div border color is #e56321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56321


Comments

No comments written yet.

Please login to write comment.