Color Hex Logo

#ea8946 Color Hex

#EA8946
(234,137,70)
0 Favorites   0 Comments

Color spaces of #ea8946

RGB 23413770
HSL0.070.800.60
HSV25°70°92°
CMYK 0.000.410.70   0.08
XYZ43.982835.825910.3913
Yxy35.82590.48760.3972
Hunter Lab59.854726.420631.6051
CIE-Lab66.386731.624150.6487

#ea8946 color RGB value is (234,137,70).

#ea8946 hex color red value is 234, green value is 137 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ea8946 hue: 0.07 , saturation: 0.80 and the lightness value of ea8946 is 0.60.

The process color (four color CMYK) of #ea8946 color hex is 0.00, 0.41, 0.70, 0.08. Web safe color of #ea8946 is #ff9933. Color #ea8946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 01000110
Octal 352 211 106
Decimal 234 137 70
Hex EA 89 46

RGB Percentages of Color #ea8946

%53.06
%31.07
%15.87

CMYK Percentages of Color #ea8946

%0
%41
%70
%8

Triadic Colors of #ea8946

#ea8946 #46ea89 #8946ea

Analogous Colors of #ea8946

#ea8946 #eadb46 #ea4655

Monochromatic Colors of #ea8946

#ea8946

Complementary Color

#ea8946 #46a7ea

#ea8946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8946 Color CSS Codes

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

#ea8946 Text Font Color

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

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


#ea8946 Background Color

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

This div background color is #ea8946


#ea8946 Border Color

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

This div border color is #ea8946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8946


Comments

No comments written yet.

Please login to write comment.