Color Hex Logo

#ea7308 Color Hex

#EA7308
(234,115,8)
0 Favorites   0 Comments

Color spaces of #ea7308

RGB 2341158
HSL0.080.930.47
HSV28°97°92°
CMYK 0.000.510.97   0.08
XYZ40.106229.77143.8624
Yxy29.77140.54390.4037
Hunter Lab54.563235.719433.9972
CIE-Lab61.456541.161667.8310

#ea7308 color RGB value is (234,115,8).

#ea7308 hex color red value is 234, green value is 115 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ea7308 hue: 0.08 , saturation: 0.93 and the lightness value of ea7308 is 0.47.

The process color (four color CMYK) of #ea7308 color hex is 0.00, 0.51, 0.97, 0.08. Web safe color of #ea7308 is #ff6600. Color #ea7308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 00001000
Octal 352 163 10
Decimal 234 115 8
Hex EA 73 8

RGB Percentages of Color #ea7308

%65.55
%32.21
%2.24

CMYK Percentages of Color #ea7308

%0
%51
%97
%8

Triadic Colors of #ea7308

#ea7308 #08ea73 #7308ea

Analogous Colors of #ea7308

#ea7308 #eae408 #ea080e

Monochromatic Colors of #ea7308

#ea7308

Complementary Color

#ea7308 #087fea

#ea7308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7308 Color CSS Codes

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

#ea7308 Text Font Color

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

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


#ea7308 Background Color

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

This div background color is #ea7308


#ea7308 Border Color

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

This div border color is #ea7308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7308


Comments

No comments written yet.

Please login to write comment.