Color Hex Logo

#ec701d Color Hex

#EC701D
(236,112,29)
0 Favorites   0 Comments

Color spaces of #ec701d

RGB 23611229
HSL0.070.840.52
HSV24°88°93°
CMYK 0.000.530.88   0.07
XYZ40.608029.50994.7181
Yxy29.50990.54260.3943
Hunter Lab54.323038.368632.8766
CIE-Lab61.229043.699662.9058

#ec701d color RGB value is (236,112,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 00011101
Octal 354 160 35
Decimal 236 112 29
Hex EC 70 1D

RGB Percentages of Color #ec701d

%62.60
%29.71
%7.69

CMYK Percentages of Color #ec701d

%0
%53
%88
%7

Triadic Colors of #ec701d

#ec701d #1dec70 #701dec

Analogous Colors of #ec701d

#ec701d #ecd81d #ec1d32

Monochromatic Colors of #ec701d

#ec701d

Complementary Color

#ec701d #1d99ec

#ec701d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec701d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec701d Color CSS Codes

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

#ec701d Text Font Color

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

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


#ec701d Background Color

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

This div background color is #ec701d


#ec701d Border Color

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

This div border color is #ec701d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec701d

#ec701d Color Palettes


Comments

No comments written yet.

Please login to write comment.