Color Hex Logo

#ea603a Color Hex

#EA603A
(234,96,58)
0 Favorites   0 Comments

Color spaces of #ea603a

RGB 2349658
HSL0.040.810.57
HSV13°75°92°
CMYK 0.000.590.75   0.08
XYZ38.878326.16377.0040
Yxy26.16370.53960.3632
Hunter Lab51.150546.160527.6868
CIE-Lab58.192151.365147.7819

#ea603a color RGB value is (234,96,58).

#ea603a hex color red value is 234, green value is 96 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ea603a hue: 0.04 , saturation: 0.81 and the lightness value of ea603a is 0.57.

The process color (four color CMYK) of #ea603a color hex is 0.00, 0.59, 0.75, 0.08. Web safe color of #ea603a is #ff6633. Color #ea603a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 00111010
Octal 352 140 72
Decimal 234 96 58
Hex EA 60 3A

RGB Percentages of Color #ea603a

%60.31
%24.74
%14.95

CMYK Percentages of Color #ea603a

%0
%59
%75
%8

Triadic Colors of #ea603a

#ea603a #3aea60 #603aea

Analogous Colors of #ea603a

#ea603a #eab83a #ea3a6c

Monochromatic Colors of #ea603a

#ea603a

Complementary Color

#ea603a #3ac4ea

#ea603a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea603a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea603a Color CSS Codes

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

#ea603a Text Font Color

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

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


#ea603a Background Color

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

This div background color is #ea603a


#ea603a Border Color

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

This div border color is #ea603a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea603a


Comments

No comments written yet.

Please login to write comment.