Color Hex Logo

#eca901 Color Hex

#ECA901
(236,169,1)
0 Favorites   0 Comments

Color spaces of #eca901

RGB 2361691
HSL0.120.990.46
HSV43°100°93°
CMYK 0.000.281.00   0.07
XYZ48.785546.21106.3771
Yxy46.21100.48120.4558
Hunter Lab67.97879.139442.0231
CIE-Lab73.682213.771176.9550

#eca901 color RGB value is (236,169,1).

#eca901 hex color red value is 236, green value is 169 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #eca901 hue: 0.12 , saturation: 0.99 and the lightness value of eca901 is 0.46.

The process color (four color CMYK) of #eca901 color hex is 0.00, 0.28, 1.00, 0.07. Web safe color of #eca901 is #ff9900. Color #eca901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 00000001
Octal 354 251 1
Decimal 236 169 1
Hex EC A9 1

RGB Percentages of Color #eca901

%58.13
%41.63
%0.25

CMYK Percentages of Color #eca901

%0
%28
%100
%7

Triadic Colors of #eca901

#eca901 #01eca9 #a901ec

Analogous Colors of #eca901

#eca901 #baec01 #ec3401

Monochromatic Colors of #eca901

#eca901

Complementary Color

#eca901 #0144ec

#eca901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca901 Color CSS Codes

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

#eca901 Text Font Color

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

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


#eca901 Background Color

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

This div background color is #eca901


#eca901 Border Color

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

This div border color is #eca901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca901


Comments

No comments written yet.

Please login to write comment.