Color Hex Logo

#ea760f Color Hex

#EA760F
(234,118,15)
0 Favorites   0 Comments

Color spaces of #ea760f

RGB 23411815
HSL0.080.880.49
HSV28°94°92°
CMYK 0.000.500.94   0.08
XYZ40.496330.48384.2015
Yxy30.48380.53860.4055
Hunter Lab55.212134.302734.1367
CIE-Lab62.069439.731567.0183

#ea760f color RGB value is (234,118,15).

#ea760f hex color red value is 234, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ea760f hue: 0.08 , saturation: 0.88 and the lightness value of ea760f is 0.49.

The process color (four color CMYK) of #ea760f color hex is 0.00, 0.50, 0.94, 0.08. Web safe color of #ea760f is #ff6600. Color #ea760f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 00001111
Octal 352 166 17
Decimal 234 118 15
Hex EA 76 F

RGB Percentages of Color #ea760f

%63.76
%32.15
%4.09

CMYK Percentages of Color #ea760f

%0
%50
%94
%8

Triadic Colors of #ea760f

#ea760f #0fea76 #760fea

Analogous Colors of #ea760f

#ea760f #eae40f #ea0f16

Monochromatic Colors of #ea760f

#ea760f

Complementary Color

#ea760f #0f83ea

#ea760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea760f Color CSS Codes

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

#ea760f Text Font Color

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

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


#ea760f Background Color

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

This div background color is #ea760f


#ea760f Border Color

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

This div border color is #ea760f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea760f


Comments

No comments written yet.

Please login to write comment.