Color Hex Logo

#ea6339 Color Hex

#EA6339
(234,99,57)
0 Favorites   0 Comments

Color spaces of #ea6339

RGB 2349957
HSL0.040.810.57
HSV14°76°92°
CMYK 0.000.580.76   0.08
XYZ39.132026.71156.9642
Yxy26.71150.53750.3669
Hunter Lab51.683244.706028.1890
CIE-Lab58.706349.954248.8205

#ea6339 color RGB value is (234,99,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 00111001
Octal 352 143 71
Decimal 234 99 57
Hex EA 63 39

RGB Percentages of Color #ea6339

%60.00
%25.38
%14.62

CMYK Percentages of Color #ea6339

%0
%58
%76
%8

Triadic Colors of #ea6339

#ea6339 #39ea63 #6339ea

Analogous Colors of #ea6339

#ea6339 #eabc39 #ea3968

Monochromatic Colors of #ea6339

#ea6339

Complementary Color

#ea6339 #39c0ea

#ea6339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6339 Color CSS Codes

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

#ea6339 Text Font Color

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

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


#ea6339 Background Color

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

This div background color is #ea6339


#ea6339 Border Color

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

This div border color is #ea6339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6339


Comments

No comments written yet.

Please login to write comment.