Color Hex Logo

#ea6210 Color Hex

#EA6210
(234,98,16)
0 Favorites   0 Comments

Color spaces of #ea6210

RGB 2349816
HSL0.060.870.49
HSV23°93°92°
CMYK 0.000.580.93   0.08
XYZ38.392926.26523.5364
Yxy26.26520.56300.3852
Hunter Lab51.249644.034031.7835
CIE-Lab58.287949.401064.2714

#ea6210 color RGB value is (234,98,16).

#ea6210 hex color red value is 234, green value is 98 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ea6210 hue: 0.06 , saturation: 0.87 and the lightness value of ea6210 is 0.49.

The process color (four color CMYK) of #ea6210 color hex is 0.00, 0.58, 0.93, 0.08. Web safe color of #ea6210 is #ff6600. Color #ea6210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 00010000
Octal 352 142 20
Decimal 234 98 16
Hex EA 62 10

RGB Percentages of Color #ea6210

%67.24
%28.16
%4.60

CMYK Percentages of Color #ea6210

%0
%58
%93
%8

Triadic Colors of #ea6210

#ea6210 #10ea62 #6210ea

Analogous Colors of #ea6210

#ea6210 #eacf10 #ea102b

Monochromatic Colors of #ea6210

#ea6210

Complementary Color

#ea6210 #1098ea

#ea6210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6210 Color CSS Codes

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

#ea6210 Text Font Color

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

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


#ea6210 Background Color

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

This div background color is #ea6210


#ea6210 Border Color

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

This div border color is #ea6210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6210


Comments

No comments written yet.

Please login to write comment.