Color Hex Logo

#eca250 Color Hex

#ECA250
(236,162,80)
0 Favorites   0 Comments

Color spaces of #eca250

RGB 23616280
HSL0.090.800.62
HSV32°66°93°
CMYK 0.000.310.66   0.07
XYZ48.960444.252713.5506
Yxy44.25270.45860.4145
Hunter Lab66.522714.960434.4886
CIE-Lab72.397119.788452.5554

#eca250 color RGB value is (236,162,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 01010000
Octal 354 242 120
Decimal 236 162 80
Hex EC A2 50

RGB Percentages of Color #eca250

%49.37
%33.89
%16.74

CMYK Percentages of Color #eca250

%0
%31
%66
%7

Triadic Colors of #eca250

#eca250 #50eca2 #a250ec

Analogous Colors of #eca250

#eca250 #e8ec50 #ec5450

Monochromatic Colors of #eca250

#eca250

Complementary Color

#eca250 #509aec

#eca250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca250 Color CSS Codes

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

#eca250 Text Font Color

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

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


#eca250 Background Color

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

This div background color is #eca250


#eca250 Border Color

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

This div border color is #eca250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca250


Comments

No comments written yet.

Please login to write comment.