Color Hex Logo

#eca150 Color Hex

#ECA150
(236,161,80)
0 Favorites   0 Comments

Color spaces of #eca150

RGB 23616180
HSL0.090.800.62
HSV31°66°93°
CMYK 0.000.320.66   0.07
XYZ48.784943.901813.4921
Yxy43.90180.45950.4135
Hunter Lab66.258415.474134.3078
CIE-Lab72.162820.318752.2954

#eca150 color RGB value is (236,161,80).

#eca150 hex color red value is 236, green value is 161 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eca150 hue: 0.09 , saturation: 0.80 and the lightness value of eca150 is 0.62.

The process color (four color CMYK) of #eca150 color hex is 0.00, 0.32, 0.66, 0.07. Web safe color of #eca150 is #ff9966. Color #eca150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 01010000
Octal 354 241 120
Decimal 236 161 80
Hex EC A1 50

RGB Percentages of Color #eca150

%49.48
%33.75
%16.77

CMYK Percentages of Color #eca150

%0
%32
%66
%7

Triadic Colors of #eca150

#eca150 #50eca1 #a150ec

Analogous Colors of #eca150

#eca150 #e9ec50 #ec5350

Monochromatic Colors of #eca150

#eca150

Complementary Color

#eca150 #509bec

#eca150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca150 Color CSS Codes

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

#eca150 Text Font Color

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

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


#eca150 Background Color

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

This div background color is #eca150


#eca150 Border Color

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

This div border color is #eca150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca150

#eca150 Color Palettes


Comments

No comments written yet.

Please login to write comment.