Color Hex Logo

#eca816 Color Hex

#ECA816
(236,168,22)
0 Favorites   0 Comments

Color spaces of #eca816

RGB 23616822
HSL0.110.850.51
HSV41°91°93°
CMYK 0.000.290.91   0.07
XYZ48.739545.89617.0490
Yxy45.89610.47930.4514
Hunter Lab67.74679.863041.2536
CIE-Lab73.478114.525373.9657

#eca816 color RGB value is (236,168,22).

#eca816 hex color red value is 236, green value is 168 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #eca816 hue: 0.11 , saturation: 0.85 and the lightness value of eca816 is 0.51.

The process color (four color CMYK) of #eca816 color hex is 0.00, 0.29, 0.91, 0.07. Web safe color of #eca816 is #ff9900. Color #eca816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101000 00010110
Octal 354 250 26
Decimal 236 168 22
Hex EC A8 16

RGB Percentages of Color #eca816

%55.40
%39.44
%5.16

CMYK Percentages of Color #eca816

%0
%29
%91
%7

Triadic Colors of #eca816

#eca816 #16eca8 #a816ec

Analogous Colors of #eca816

#eca816 #c5ec16 #ec3d16

Monochromatic Colors of #eca816

#eca816

Complementary Color

#eca816 #165aec

#eca816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca816 Color CSS Codes

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

#eca816 Text Font Color

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

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


#eca816 Background Color

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

This div background color is #eca816


#eca816 Border Color

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

This div border color is #eca816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca816


Comments

No comments written yet.

Please login to write comment.