Color Hex Logo

#ea6438 Color Hex

#EA6438
(234,100,56)
0 Favorites   0 Comments

Color spaces of #ea6438

RGB 23410056
HSL0.040.810.57
HSV15°76°92°
CMYK 0.000.570.76   0.08
XYZ39.202726.89236.8659
Yxy26.89230.53730.3686
Hunter Lab51.857844.188728.4505
CIE-Lab58.874549.453249.4886

#ea6438 color RGB value is (234,100,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100100 00111000
Octal 352 144 70
Decimal 234 100 56
Hex EA 64 38

RGB Percentages of Color #ea6438

%60.00
%25.64
%14.36

CMYK Percentages of Color #ea6438

%0
%57
%76
%8

Triadic Colors of #ea6438

#ea6438 #38ea64 #6438ea

Analogous Colors of #ea6438

#ea6438 #eabd38 #ea3865

Monochromatic Colors of #ea6438

#ea6438

Complementary Color

#ea6438 #38beea

#ea6438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6438 Color CSS Codes

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

#ea6438 Text Font Color

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

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


#ea6438 Background Color

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

This div background color is #ea6438


#ea6438 Border Color

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

This div border color is #ea6438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6438


Comments

No comments written yet.

Please login to write comment.