Color Hex Logo

#eca248 Color Hex

#ECA248
(236,162,72)
0 Favorites   0 Comments

Color spaces of #eca248

RGB 23616272
HSL0.090.810.60
HSV33°69°93°
CMYK 0.000.310.69   0.07
XYZ48.682144.141412.0852
Yxy44.14140.46400.4208
Hunter Lab66.439014.524835.7225
CIE-Lab72.322919.347256.1651

#eca248 color RGB value is (236,162,72).

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

The process color (four color CMYK) of #eca248 color hex is 0.00, 0.31, 0.69, 0.07. Web safe color of #eca248 is #ff9933. Color #eca248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 01001000
Octal 354 242 110
Decimal 236 162 72
Hex EC A2 48

RGB Percentages of Color #eca248

%50.21
%34.47
%15.32

CMYK Percentages of Color #eca248

%0
%31
%69
%7

Triadic Colors of #eca248

#eca248 #48eca2 #a248ec

Analogous Colors of #eca248

#eca248 #e4ec48 #ec5048

Monochromatic Colors of #eca248

#eca248

Complementary Color

#eca248 #4892ec

#eca248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca248 Color CSS Codes

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

#eca248 Text Font Color

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

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


#eca248 Background Color

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

This div background color is #eca248


#eca248 Border Color

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

This div border color is #eca248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca248


Comments

No comments written yet.

Please login to write comment.