Color Hex Logo

#eca634 Color Hex

#ECA634
(236,166,52)
0 Favorites   0 Comments

Color spaces of #eca634

RGB 23616652
HSL0.100.830.56
HSV37°78°93°
CMYK 0.000.300.78   0.07
XYZ48.848145.35329.4283
Yxy45.35320.47140.4376
Hunter Lab67.344811.620438.8407
CIE-Lab73.123916.349065.1799

#eca634 color RGB value is (236,166,52).

#eca634 hex color red value is 236, green value is 166 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #eca634 hue: 0.10 , saturation: 0.83 and the lightness value of eca634 is 0.56.

The process color (four color CMYK) of #eca634 color hex is 0.00, 0.30, 0.78, 0.07. Web safe color of #eca634 is #ff9933. Color #eca634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 00110100
Octal 354 246 64
Decimal 236 166 52
Hex EC A6 34

RGB Percentages of Color #eca634

%51.98
%36.56
%11.45

CMYK Percentages of Color #eca634

%0
%30
%78
%7

Triadic Colors of #eca634

#eca634 #34eca6 #a634ec

Analogous Colors of #eca634

#eca634 #d6ec34 #ec4a34

Monochromatic Colors of #eca634

#eca634

Complementary Color

#eca634 #347aec

#eca634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca634 Color CSS Codes

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

#eca634 Text Font Color

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

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


#eca634 Background Color

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

This div background color is #eca634


#eca634 Border Color

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

This div border color is #eca634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca634


Comments

No comments written yet.

Please login to write comment.