Color Hex Logo

#ea631a Color Hex

#EA631A
(234,99,26)
0 Favorites   0 Comments

Color spaces of #ea631a

RGB 2349926
HSL0.060.830.51
HSV21°89°92°
CMYK 0.000.580.89   0.08
XYZ38.580026.49074.0571
Yxy26.49070.55810.3832
Hunter Lab51.469143.728331.3548
CIE-Lab58.499949.086661.6473

#ea631a color RGB value is (234,99,26).

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

The process color (four color CMYK) of #ea631a color hex is 0.00, 0.58, 0.89, 0.08. Web safe color of #ea631a is #ff6633. Color #ea631a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 00011010
Octal 352 143 32
Decimal 234 99 26
Hex EA 63 1A

RGB Percentages of Color #ea631a

%65.18
%27.58
%7.24

CMYK Percentages of Color #ea631a

%0
%58
%89
%8

Triadic Colors of #ea631a

#ea631a #1aea63 #631aea

Analogous Colors of #ea631a

#ea631a #eacb1a #ea1a39

Monochromatic Colors of #ea631a

#ea631a

Complementary Color

#ea631a #1aa1ea

#ea631a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea631a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea631a Color CSS Codes

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

#ea631a Text Font Color

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

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


#ea631a Background Color

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

This div background color is #ea631a


#ea631a Border Color

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

This div border color is #ea631a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea631a


Comments

No comments written yet.

Please login to write comment.