Color Hex Logo

#ec915f Color Hex

#EC915F
(236,145,95)
0 Favorites   0 Comments

Color spaces of #ec915f

RGB 23614595
HSL0.060.790.65
HSV21°60°93°
CMYK 0.000.390.60   0.07
XYZ46.783038.909915.8711
Yxy38.90990.46060.3831
Hunter Lab62.377824.712828.5790
CIE-Lab68.685929.752640.7546

#ec915f color RGB value is (236,145,95).

#ec915f hex color red value is 236, green value is 145 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec915f hue: 0.06 , saturation: 0.79 and the lightness value of ec915f is 0.65.

The process color (four color CMYK) of #ec915f color hex is 0.00, 0.39, 0.60, 0.07. Web safe color of #ec915f is #ff9966. Color #ec915f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010001 01011111
Octal 354 221 137
Decimal 236 145 95
Hex EC 91 5F

RGB Percentages of Color #ec915f

%49.58
%30.46
%19.96

CMYK Percentages of Color #ec915f

%0
%39
%60
%7

Triadic Colors of #ec915f

#ec915f #5fec91 #915fec

Analogous Colors of #ec915f

#ec915f #ecd85f #ec5f74

Monochromatic Colors of #ec915f

#ec915f

Complementary Color

#ec915f #5fbaec

#ec915f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec915f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec915f Color CSS Codes

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

#ec915f Text Font Color

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

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


#ec915f Background Color

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

This div background color is #ec915f


#ec915f Border Color

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

This div border color is #ec915f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec915f


Comments

No comments written yet.

Please login to write comment.