Color Hex Logo

#ea930c Color Hex

#EA930C
(234,147,12)
0 Favorites   0 Comments

Color spaces of #ea930c

RGB 23414712
HSL0.100.900.48
HSV36°95°92°
CMYK 0.000.370.95   0.08
XYZ44.431838.38645.4153
Yxy38.38640.50360.4351
Hunter Lab61.956819.585538.1875
CIE-Lab68.304424.669571.8022

#ea930c color RGB value is (234,147,12).

#ea930c hex color red value is 234, green value is 147 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ea930c hue: 0.10 , saturation: 0.90 and the lightness value of ea930c is 0.48.

The process color (four color CMYK) of #ea930c color hex is 0.00, 0.37, 0.95, 0.08. Web safe color of #ea930c is #ff9900. Color #ea930c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 00001100
Octal 352 223 14
Decimal 234 147 12
Hex EA 93 C

RGB Percentages of Color #ea930c

%59.54
%37.40
%3.05

CMYK Percentages of Color #ea930c

%0
%37
%95
%8

Triadic Colors of #ea930c

#ea930c #0cea93 #930cea

Analogous Colors of #ea930c

#ea930c #d2ea0c #ea240c

Monochromatic Colors of #ea930c

#ea930c

Complementary Color

#ea930c #0c63ea

#ea930c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea930c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea930c Color CSS Codes

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

#ea930c Text Font Color

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

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


#ea930c Background Color

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

This div background color is #ea930c


#ea930c Border Color

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

This div border color is #ea930c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea930c


Comments

No comments written yet.

Please login to write comment.