Color Hex Logo

#ec703f Color Hex

#EC703F
(236,112,63)
0 Favorites   0 Comments

Color spaces of #ec703f

RGB 23611263
HSL0.050.820.59
HSV17°73°93°
CMYK 0.000.530.73   0.07
XYZ41.283429.78018.2749
Yxy29.78010.52030.3754
Hunter Lab54.571139.536829.2094
CIE-Lab61.464044.763048.8429

#ec703f color RGB value is (236,112,63).

#ec703f hex color red value is 236, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ec703f hue: 0.05 , saturation: 0.82 and the lightness value of ec703f is 0.59.

The process color (four color CMYK) of #ec703f color hex is 0.00, 0.53, 0.73, 0.07. Web safe color of #ec703f is #ff6633. Color #ec703f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 00111111
Octal 354 160 77
Decimal 236 112 63
Hex EC 70 3F

RGB Percentages of Color #ec703f

%57.42
%27.25
%15.33

CMYK Percentages of Color #ec703f

%0
%53
%73
%7

Triadic Colors of #ec703f

#ec703f #3fec70 #703fec

Analogous Colors of #ec703f

#ec703f #ecc73f #ec3f65

Monochromatic Colors of #ec703f

#ec703f

Complementary Color

#ec703f #3fbbec

#ec703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec703f Color CSS Codes

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

#ec703f Text Font Color

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

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


#ec703f Background Color

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

This div background color is #ec703f


#ec703f Border Color

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

This div border color is #ec703f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec703f


Comments

No comments written yet.

Please login to write comment.