Color Hex Logo

#ea630e Color Hex

#EA630E
(234,99,14)
0 Favorites   0 Comments

Color spaces of #ea630e

RGB 2349914
HSL0.060.890.49
HSV23°94°92°
CMYK 0.000.580.94   0.08
XYZ38.472826.44783.4927
Yxy26.44780.56240.3866
Hunter Lab51.427443.537731.9725
CIE-Lab58.459748.916964.8315

#ea630e color RGB value is (234,99,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 00001110
Octal 352 143 16
Decimal 234 99 14
Hex EA 63 E

RGB Percentages of Color #ea630e

%67.44
%28.53
%4.03

CMYK Percentages of Color #ea630e

%0
%58
%94
%8

Triadic Colors of #ea630e

#ea630e #0eea63 #630eea

Analogous Colors of #ea630e

#ea630e #ead10e #ea0e27

Monochromatic Colors of #ea630e

#ea630e

Complementary Color

#ea630e #0e95ea

#ea630e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea630e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea630e Color CSS Codes

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

#ea630e Text Font Color

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

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


#ea630e Background Color

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

This div background color is #ea630e


#ea630e Border Color

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

This div border color is #ea630e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea630e


Comments

No comments written yet.

Please login to write comment.