Color Hex Logo

#ecb320 Color Hex

#ECB320
(236,179,32)
0 Favorites   0 Comments

Color spaces of #ecb320

RGB 23617932
HSL0.120.840.53
HSV43°86°93°
CMYK 0.000.240.86   0.07
XYZ50.972950.17748.3651
Yxy50.17740.46540.4582
Hunter Lab70.83604.483842.5836
CIE-Lab76.17808.909473.9052

#ecb320 color RGB value is (236,179,32).

#ecb320 hex color red value is 236, green value is 179 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ecb320 hue: 0.12 , saturation: 0.84 and the lightness value of ecb320 is 0.53.

The process color (four color CMYK) of #ecb320 color hex is 0.00, 0.24, 0.86, 0.07. Web safe color of #ecb320 is #ffcc33. Color #ecb320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00100000
Octal 354 263 40
Decimal 236 179 32
Hex EC B3 20

RGB Percentages of Color #ecb320

%52.80
%40.04
%7.16

CMYK Percentages of Color #ecb320

%0
%24
%86
%7

Triadic Colors of #ecb320

#ecb320 #20ecb3 #b320ec

Analogous Colors of #ecb320

#ecb320 #bfec20 #ec4d20

Monochromatic Colors of #ecb320

#ecb320

Complementary Color

#ecb320 #2059ec

#ecb320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb320 Color CSS Codes

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

#ecb320 Text Font Color

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

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


#ecb320 Background Color

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

This div background color is #ecb320


#ecb320 Border Color

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

This div border color is #ecb320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb320


Comments

No comments written yet.

Please login to write comment.