Color Hex Logo

#ea6721 Color Hex

#EA6721
(234,103,33)
0 Favorites   0 Comments

Color spaces of #ea6721

RGB 23410333
HSL0.060.830.52
HSV21°86°92°
CMYK 0.000.560.86   0.08
XYZ39.056427.30274.6503
Yxy27.30270.55000.3845
Hunter Lab52.252041.981131.2997
CIE-Lab59.253547.356259.8377

#ea6721 color RGB value is (234,103,33).

#ea6721 hex color red value is 234, green value is 103 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ea6721 hue: 0.06 , saturation: 0.83 and the lightness value of ea6721 is 0.52.

The process color (four color CMYK) of #ea6721 color hex is 0.00, 0.56, 0.86, 0.08. Web safe color of #ea6721 is #ff6633. Color #ea6721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 00100001
Octal 352 147 41
Decimal 234 103 33
Hex EA 67 21

RGB Percentages of Color #ea6721

%63.24
%27.84
%8.92

CMYK Percentages of Color #ea6721

%0
%56
%86
%8

Triadic Colors of #ea6721

#ea6721 #21ea67 #6721ea

Analogous Colors of #ea6721

#ea6721 #eacc21 #ea2140

Monochromatic Colors of #ea6721

#ea6721

Complementary Color

#ea6721 #21a4ea

#ea6721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6721 Color CSS Codes

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

#ea6721 Text Font Color

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

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


#ea6721 Background Color

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

This div background color is #ea6721


#ea6721 Border Color

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

This div border color is #ea6721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6721


Comments

No comments written yet.

Please login to write comment.