Color Hex Logo

#ec651f Color Hex

#EC651F
(236,101,31)
0 Favorites   0 Comments

Color spaces of #ec651f

RGB 23610131
HSL0.060.840.52
HSV20°87°93°
CMYK 0.000.570.87   0.07
XYZ39.493127.23924.4725
Yxy27.23920.55460.3825
Hunter Lab52.191243.736531.4530
CIE-Lab59.195148.988260.6397

#ec651f color RGB value is (236,101,31).

#ec651f hex color red value is 236, green value is 101 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ec651f hue: 0.06 , saturation: 0.84 and the lightness value of ec651f is 0.52.

The process color (four color CMYK) of #ec651f color hex is 0.00, 0.57, 0.87, 0.07. Web safe color of #ec651f is #ff6633. Color #ec651f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 00011111
Octal 354 145 37
Decimal 236 101 31
Hex EC 65 1F

RGB Percentages of Color #ec651f

%64.13
%27.45
%8.42

CMYK Percentages of Color #ec651f

%0
%57
%87
%7

Triadic Colors of #ec651f

#ec651f #1fec65 #651fec

Analogous Colors of #ec651f

#ec651f #eccc1f #ec1f3f

Monochromatic Colors of #ec651f

#ec651f

Complementary Color

#ec651f #1fa6ec

#ec651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec651f Color CSS Codes

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

#ec651f Text Font Color

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

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


#ec651f Background Color

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

This div background color is #ec651f


#ec651f Border Color

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

This div border color is #ec651f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,101,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec651f


Comments

No comments written yet.

Please login to write comment.