color codes Logo

#ecab0d color codes

#ECAB0D
(236,171,13)
0 Favorites   0 Comments

Color spaces of #ecab0d

RGB 23617113
HSL0.120.900.49
HSV43°94°93°
CMYK 0.000.280.94   0.07
XYZ49.227646.98776.8557
Yxy46.98770.47760.4559
Hunter Lab68.54768.231942.0535
CIE-Lab74.181912.823075.9201

#ecab0d color RGB value is (236,171,13).

#ecab0d hex color red value is 236, green value is 171 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ecab0d hue: 0.12 , saturation: 0.90 and the lightness value of ecab0d is 0.49.

The process color (four color CMYK) of #ecab0d color code is 0.00, 0.28, 0.94, 0.07. Web safe color of #ecab0d is #ff9900. Color #ecab0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 00001101
Octal 354 253 15
Decimal 236 171 13
Hex EC AB D

RGB Percentages of Color #ecab0d

%56.19
%40.71
%3.10

CMYK Percentages of Color #ecab0d

%0
%28
%94
%7

Triadic Colors of #ecab0d

#ecab0d #0decab #ab0dec

Analogous Colors of #ecab0d

#ecab0d #beec0d #ec3c0d

Monochromatic Colors of #ecab0d

#ecab0d

Complementary Color

#ecab0d #0d4eec

#ecab0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecab0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecab0d Color CSS Codes

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

#ecab0d Text Font Color

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

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


#ecab0d Background Color

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

This div background color is #ecab0d


#ecab0d Border Color

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

This div border color is #ecab0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecab0d


Comments

No comments written yet.

Please login to write comment.