Color Hex Logo

#eca530 Color Hex

#ECA530
(236,165,48)
0 Favorites   0 Comments

Color spaces of #eca530

RGB 23616548
HSL0.100.830.56
HSV37°80°93°
CMYK 0.000.300.80   0.07
XYZ48.580744.95658.9133
Yxy44.95650.47420.4388
Hunter Lab67.049611.995139.0530
CIE-Lab72.863216.740266.3719

#eca530 color RGB value is (236,165,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 00110000
Octal 354 245 60
Decimal 236 165 48
Hex EC A5 30

RGB Percentages of Color #eca530

%52.56
%36.75
%10.69

CMYK Percentages of Color #eca530

%0
%30
%80
%7

Triadic Colors of #eca530

#eca530 #30eca5 #a530ec

Analogous Colors of #eca530

#eca530 #d5ec30 #ec4730

Monochromatic Colors of #eca530

#eca530

Complementary Color

#eca530 #3077ec

#eca530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca530 Color CSS Codes

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

#eca530 Text Font Color

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

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


#eca530 Background Color

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

This div background color is #eca530


#eca530 Border Color

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

This div border color is #eca530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca530


Comments

No comments written yet.

Please login to write comment.