Color Hex Logo

#ecb510 Color Hex

#ECB510
(236,181,16)
0 Favorites   0 Comments

Color spaces of #ecb510

RGB 23618116
HSL0.130.870.49
HSV45°93°93°
CMYK 0.000.230.93   0.07
XYZ51.209550.91807.6193
Yxy50.91800.46660.4640
Hunter Lab71.35683.226743.6190
CIE-Lab76.62937.591777.2891

#ecb510 color RGB value is (236,181,16).

#ecb510 hex color red value is 236, green value is 181 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ecb510 hue: 0.13 , saturation: 0.87 and the lightness value of ecb510 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 00010000
Octal 354 265 20
Decimal 236 181 16
Hex EC B5 10

RGB Percentages of Color #ecb510

%54.50
%41.80
%3.70

CMYK Percentages of Color #ecb510

%0
%23
%93
%7

Triadic Colors of #ecb510

#ecb510 #10ecb5 #b510ec

Analogous Colors of #ecb510

#ecb510 #b5ec10 #ec4710

Monochromatic Colors of #ecb510

#ecb510

Complementary Color

#ecb510 #1047ec

#ecb510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb510 Color CSS Codes

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

#ecb510 Text Font Color

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

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


#ecb510 Background Color

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

This div background color is #ecb510


#ecb510 Border Color

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

This div border color is #ecb510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb510


Comments

No comments written yet.

Please login to write comment.