Color Hex Logo

#ec714a Color Hex

#EC714A
(236,113,74)
0 Favorites   0 Comments

Color spaces of #ec714a

RGB 23611374
HSL0.040.810.61
HSV14°69°93°
CMYK 0.000.520.69   0.07
XYZ41.733230.137510.0961
Yxy30.13750.50910.3677
Hunter Lab54.897639.624927.5245
CIE-Lab61.772744.802843.5674

#ec714a color RGB value is (236,113,74).

#ec714a hex color red value is 236, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ec714a hue: 0.04 , saturation: 0.81 and the lightness value of ec714a is 0.61.

The process color (four color CMYK) of #ec714a color hex is 0.00, 0.52, 0.69, 0.07. Web safe color of #ec714a is #ff6633. Color #ec714a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110001 01001010
Octal 354 161 112
Decimal 236 113 74
Hex EC 71 4A

RGB Percentages of Color #ec714a

%55.79
%26.71
%17.49

CMYK Percentages of Color #ec714a

%0
%52
%69
%7

Triadic Colors of #ec714a

#ec714a #4aec71 #714aec

Analogous Colors of #ec714a

#ec714a #ecc24a #ec4a74

Monochromatic Colors of #ec714a

#ec714a

Complementary Color

#ec714a #4ac5ec

#ec714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec714a Color CSS Codes

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

#ec714a Text Font Color

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

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


#ec714a Background Color

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

This div background color is #ec714a


#ec714a Border Color

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

This div border color is #ec714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec714a


Comments

No comments written yet.

Please login to write comment.