Color Hex Logo

#ea7026 Color Hex

#EA7026
(234,112,38)
0 Favorites   0 Comments

Color spaces of #ea7026

RGB 23411238
HSL0.060.820.53
HSV23°84°92°
CMYK 0.000.520.84   0.08
XYZ40.075729.22075.3617
Yxy29.22070.53680.3914
Hunter Lab54.056237.736531.9585
CIE-Lab60.975943.137959.4103

#ea7026 color RGB value is (234,112,38).

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

The process color (four color CMYK) of #ea7026 color hex is 0.00, 0.52, 0.84, 0.08. Web safe color of #ea7026 is #ff6633. Color #ea7026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 00100110
Octal 352 160 46
Decimal 234 112 38
Hex EA 70 26

RGB Percentages of Color #ea7026

%60.94
%29.17
%9.90

CMYK Percentages of Color #ea7026

%0
%52
%84
%8

Triadic Colors of #ea7026

#ea7026 #26ea70 #7026ea

Analogous Colors of #ea7026

#ea7026 #ead226 #ea263e

Monochromatic Colors of #ea7026

#ea7026

Complementary Color

#ea7026 #26a0ea

#ea7026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7026 Color CSS Codes

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

#ea7026 Text Font Color

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

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


#ea7026 Background Color

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

This div background color is #ea7026


#ea7026 Border Color

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

This div border color is #ea7026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7026


Comments

No comments written yet.

Please login to write comment.