Color Hex Logo

#ea7424 Color Hex

#EA7424
(234,116,36)
1 Favorites   0 Comments

Color spaces of #ea7424

RGB 23411636
HSL0.070.830.53
HSV24°85°92°
CMYK 0.000.500.85   0.08
XYZ40.495530.11065.3466
Yxy30.11060.53320.3964
Hunter Lab54.873135.702232.6342
CIE-Lab61.749541.107960.8130

#ea7424 color RGB value is (234,116,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 00100100
Octal 352 164 44
Decimal 234 116 36
Hex EA 74 24

RGB Percentages of Color #ea7424

%60.62
%30.05
%9.33

CMYK Percentages of Color #ea7424

%0
%50
%85
%8

Triadic Colors of #ea7424

#ea7424 #24ea74 #7424ea

Analogous Colors of #ea7424

#ea7424 #ead724 #ea2437

Monochromatic Colors of #ea7424

#ea7424

Complementary Color

#ea7424 #249aea

#ea7424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7424 Color CSS Codes

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

#ea7424 Text Font Color

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

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


#ea7424 Background Color

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

This div background color is #ea7424


#ea7424 Border Color

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

This div border color is #ea7424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7424

#ea7424 Color Palettes


Comments

No comments written yet.

Please login to write comment.