Color Hex Logo

#ec952f Color Hex

#EC952F
(236,149,47)
0 Favorites   0 Comments

Color spaces of #ec952f

RGB 23614947
HSL0.090.830.55
HSV32°80°93°
CMYK 0.000.370.80   0.07
XYZ45.852639.53307.9033
Yxy39.53300.49150.4238
Hunter Lab62.875320.141736.5601
CIE-Lab69.135625.179863.3573

#ec952f color RGB value is (236,149,47).

#ec952f hex color red value is 236, green value is 149 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ec952f hue: 0.09 , saturation: 0.83 and the lightness value of ec952f is 0.55.

The process color (four color CMYK) of #ec952f color hex is 0.00, 0.37, 0.80, 0.07. Web safe color of #ec952f is #ff9933. Color #ec952f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010101 00101111
Octal 354 225 57
Decimal 236 149 47
Hex EC 95 2F

RGB Percentages of Color #ec952f

%54.63
%34.49
%10.88

CMYK Percentages of Color #ec952f

%0
%37
%80
%7

Triadic Colors of #ec952f

#ec952f #2fec95 #952fec

Analogous Colors of #ec952f

#ec952f #e5ec2f #ec362f

Monochromatic Colors of #ec952f

#ec952f

Complementary Color

#ec952f #2f86ec

#ec952f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec952f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec952f Color CSS Codes

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

#ec952f Text Font Color

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

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


#ec952f Background Color

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

This div background color is #ec952f


#ec952f Border Color

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

This div border color is #ec952f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec952f


Comments

No comments written yet.

Please login to write comment.