Color Hex Logo

#ecb60a Color Hex

#ECB60A
(236,182,10)
0 Favorites   0 Comments

Color spaces of #ecb60a

RGB 23618210
HSL0.130.920.48
HSV46°96°93°
CMYK 0.000.230.96   0.07
XYZ51.374851.31077.4834
Yxy51.31070.46630.4657
Hunter Lab71.63152.666843.9480
CIE-Lab76.86687.005278.1915

#ecb60a color RGB value is (236,182,10).

#ecb60a hex color red value is 236, green value is 182 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ecb60a hue: 0.13 , saturation: 0.92 and the lightness value of ecb60a is 0.48.

The process color (four color CMYK) of #ecb60a color hex is 0.00, 0.23, 0.96, 0.07. Web safe color of #ecb60a is #ffcc00. Color #ecb60a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 00001010
Octal 354 266 12
Decimal 236 182 10
Hex EC B6 A

RGB Percentages of Color #ecb60a

%55.14
%42.52
%2.34

CMYK Percentages of Color #ecb60a

%0
%23
%96
%7

Triadic Colors of #ecb60a

#ecb60a #0aecb6 #b60aec

Analogous Colors of #ecb60a

#ecb60a #b1ec0a #ec450a

Monochromatic Colors of #ecb60a

#ecb60a

Complementary Color

#ecb60a #0a40ec

#ecb60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb60a Color CSS Codes

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

#ecb60a Text Font Color

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

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


#ecb60a Background Color

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

This div background color is #ecb60a


#ecb60a Border Color

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

This div border color is #ecb60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb60a


Comments

No comments written yet.

Please login to write comment.