Color Hex Logo

#ec864d Color Hex

#EC864D
(236,134,77)
0 Favorites   0 Comments

Color spaces of #ec864d

RGB 23613477
HSL0.060.810.61
HSV22°67°93°
CMYK 0.000.430.67   0.07
XYZ44.456735.418911.5146
Yxy35.41890.48640.3876
Hunter Lab59.513829.190130.1883
CIE-Lab66.073534.358146.9274

#ec864d color RGB value is (236,134,77).

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

The process color (four color CMYK) of #ec864d color hex is 0.00, 0.43, 0.67, 0.07. Web safe color of #ec864d is #ff9966. Color #ec864d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 01001101
Octal 354 206 115
Decimal 236 134 77
Hex EC 86 4D

RGB Percentages of Color #ec864d

%52.80
%29.98
%17.23

CMYK Percentages of Color #ec864d

%0
%43
%67
%7

Triadic Colors of #ec864d

#ec864d #4dec86 #864dec

Analogous Colors of #ec864d

#ec864d #ecd64d #ec4d63

Monochromatic Colors of #ec864d

#ec864d

Complementary Color

#ec864d #4db3ec

#ec864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec864d Color CSS Codes

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

#ec864d Text Font Color

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

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


#ec864d Background Color

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

This div background color is #ec864d


#ec864d Border Color

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

This div border color is #ec864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec864d


Comments

No comments written yet.

Please login to write comment.