Color Hex Logo

#eca264 Color Hex

#ECA264
(236,162,100)
0 Favorites   0 Comments

Color spaces of #eca264

RGB 236162100
HSL0.080.780.66
HSV27°58°93°
CMYK 0.000.310.58   0.07
XYZ49.812744.593618.0386
Yxy44.59360.44300.3966
Hunter Lab66.778416.288030.7291
CIE-Lab72.623521.124942.9548

#eca264 color RGB value is (236,162,100).

#eca264 hex color red value is 236, green value is 162 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eca264 hue: 0.08 , saturation: 0.78 and the lightness value of eca264 is 0.66.

The process color (four color CMYK) of #eca264 color hex is 0.00, 0.31, 0.58, 0.07. Web safe color of #eca264 is #ff9966. Color #eca264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 01100100
Octal 354 242 144
Decimal 236 162 100
Hex EC A2 64

RGB Percentages of Color #eca264

%47.39
%32.53
%20.08

CMYK Percentages of Color #eca264

%0
%31
%58
%7

Triadic Colors of #eca264

#eca264 #64eca2 #a264ec

Analogous Colors of #eca264

#eca264 #ece664 #ec646a

Monochromatic Colors of #eca264

#eca264

Complementary Color

#eca264 #64aeec

#eca264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca264 Color CSS Codes

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

#eca264 Text Font Color

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

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


#eca264 Background Color

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

This div background color is #eca264


#eca264 Border Color

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

This div border color is #eca264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca264


Comments

No comments written yet.

Please login to write comment.