Color Hex Logo

#ea6724 Color Hex

#EA6724
(234,103,36)
0 Favorites   0 Comments

Color spaces of #ea6724

RGB 23410336
HSL0.060.830.53
HSV20°85°92°
CMYK 0.000.560.85   0.08
XYZ39.100427.32034.8816
Yxy27.32030.54840.3832
Hunter Lab52.268842.058931.0508
CIE-Lab59.269647.426058.7252

#ea6724 color RGB value is (234,103,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 00100100
Octal 352 147 44
Decimal 234 103 36
Hex EA 67 24

RGB Percentages of Color #ea6724

%62.73
%27.61
%9.65

CMYK Percentages of Color #ea6724

%0
%56
%85
%8

Triadic Colors of #ea6724

#ea6724 #24ea67 #6724ea

Analogous Colors of #ea6724

#ea6724 #eaca24 #ea2444

Monochromatic Colors of #ea6724

#ea6724

Complementary Color

#ea6724 #24a7ea

#ea6724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6724 Color CSS Codes

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

#ea6724 Text Font Color

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

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


#ea6724 Background Color

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

This div background color is #ea6724


#ea6724 Border Color

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

This div border color is #ea6724


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,103,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6724


Comments

No comments written yet.

Please login to write comment.