Color Hex Logo

#ecb605 Color Hex

#ECB605
(236,182,5)
0 Favorites   0 Comments

Color spaces of #ecb605

RGB 2361825
HSL0.130.960.47
HSV46°98°93°
CMYK 0.000.230.98   0.07
XYZ51.347451.29977.3391
Yxy51.29970.46690.4664
Hunter Lab71.62382.625744.0614
CIE-Lab76.86026.961478.7101

#ecb605 color RGB value is (236,182,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 00000101
Octal 354 266 5
Decimal 236 182 5
Hex EC B6 5

RGB Percentages of Color #ecb605

%55.79
%43.03
%1.18

CMYK Percentages of Color #ecb605

%0
%23
%98
%7

Triadic Colors of #ecb605

#ecb605 #05ecb6 #b605ec

Analogous Colors of #ecb605

#ecb605 #afec05 #ec4205

Monochromatic Colors of #ecb605

#ecb605

Complementary Color

#ecb605 #053bec

#ecb605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb605 Color CSS Codes

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

#ecb605 Text Font Color

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

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


#ecb605 Background Color

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

This div background color is #ecb605


#ecb605 Border Color

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

This div border color is #ecb605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb605

#ecb605 Color Palettes


Comments

No comments written yet.

Please login to write comment.