Color Hex Logo

#ea7016 Color Hex

#EA7016
(234,112,22)
0 Favorites   0 Comments

Color spaces of #ea7016

RGB 23411222
HSL0.070.830.50
HSV25°91°92°
CMYK 0.000.520.91   0.08
XYZ39.870729.13874.2820
Yxy29.13870.54400.3976
Hunter Lab53.980337.377533.0830
CIE-Lab60.903842.808164.5798

#ea7016 color RGB value is (234,112,22).

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

The process color (four color CMYK) of #ea7016 color hex is 0.00, 0.52, 0.91, 0.08. Web safe color of #ea7016 is #ff6600. Color #ea7016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 00010110
Octal 352 160 26
Decimal 234 112 22
Hex EA 70 16

RGB Percentages of Color #ea7016

%63.59
%30.43
%5.98

CMYK Percentages of Color #ea7016

%0
%52
%91
%8

Triadic Colors of #ea7016

#ea7016 #16ea70 #7016ea

Analogous Colors of #ea7016

#ea7016 #eada16 #ea1626

Monochromatic Colors of #ea7016

#ea7016

Complementary Color

#ea7016 #1690ea

#ea7016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7016 Color CSS Codes

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

#ea7016 Text Font Color

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

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


#ea7016 Background Color

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

This div background color is #ea7016


#ea7016 Border Color

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

This div border color is #ea7016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7016


Comments

No comments written yet.

Please login to write comment.