Color Hex Logo

#ea650f Color Hex

#EA650F
(234,101,15)
0 Favorites   0 Comments

Color spaces of #ea650f

RGB 23410115
HSL0.070.880.49
HSV24°94°92°
CMYK 0.000.570.94   0.08
XYZ38.671626.83433.5933
Yxy26.83430.55970.3883
Hunter Lab51.801842.602332.1486
CIE-Lab58.820647.997064.8495

#ea650f color RGB value is (234,101,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 00001111
Octal 352 145 17
Decimal 234 101 15
Hex EA 65 F

RGB Percentages of Color #ea650f

%66.86
%28.86
%4.29

CMYK Percentages of Color #ea650f

%0
%57
%94
%8

Triadic Colors of #ea650f

#ea650f #0fea65 #650fea

Analogous Colors of #ea650f

#ea650f #ead30f #ea0f27

Monochromatic Colors of #ea650f

#ea650f

Complementary Color

#ea650f #0f94ea

#ea650f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea650f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea650f Color CSS Codes

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

#ea650f Text Font Color

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

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


#ea650f Background Color

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

This div background color is #ea650f


#ea650f Border Color

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

This div border color is #ea650f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,101,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 #ea650f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea650f


Comments

No comments written yet.

Please login to write comment.