Color Hex Logo

#ec964a Color Hex

#EC964A
(236,150,74)
0 Favorites   0 Comments

Color spaces of #ec964a

RGB 23615074
HSL0.080.810.61
HSV28°69°93°
CMYK 0.000.360.69   0.07
XYZ46.734440.140011.7632
Yxy40.14000.47380.4069
Hunter Lab63.356120.796633.3410
CIE-Lab69.569125.809152.2786

#ec964a color RGB value is (236,150,74).

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

The process color (four color CMYK) of #ec964a color hex is 0.00, 0.36, 0.69, 0.07. Web safe color of #ec964a is #ff9933. Color #ec964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 01001010
Octal 354 226 112
Decimal 236 150 74
Hex EC 96 4A

RGB Percentages of Color #ec964a

%51.30
%32.61
%16.09

CMYK Percentages of Color #ec964a

%0
%36
%69
%7

Triadic Colors of #ec964a

#ec964a #4aec96 #964aec

Analogous Colors of #ec964a

#ec964a #ece74a #ec4a4f

Monochromatic Colors of #ec964a

#ec964a

Complementary Color

#ec964a #4aa0ec

#ec964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec964a Color CSS Codes

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

#ec964a Text Font Color

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

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


#ec964a Background Color

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

This div background color is #ec964a


#ec964a Border Color

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

This div border color is #ec964a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,150,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 #ec964a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec964a


Comments

No comments written yet.

Please login to write comment.