Color Hex Logo

#ecb910 Color Hex

#ECB910
(236,185,16)
0 Favorites   0 Comments

Color spaces of #ecb910

RGB 23618516
HSL0.130.870.49
HSV46°93°93°
CMYK 0.000.220.93   0.07
XYZ52.034652.56827.8944
Yxy52.56820.46250.4673
Hunter Lab72.50391.223944.2971
CIE-Lab77.61945.497778.0158

#ecb910 color RGB value is (236,185,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 00010000
Octal 354 271 20
Decimal 236 185 16
Hex EC B9 10

RGB Percentages of Color #ecb910

%54.00
%42.33
%3.66

CMYK Percentages of Color #ecb910

%0
%22
%93
%7

Triadic Colors of #ecb910

#ecb910 #10ecb9 #b910ec

Analogous Colors of #ecb910

#ecb910 #b1ec10 #ec4b10

Monochromatic Colors of #ecb910

#ecb910

Complementary Color

#ecb910 #1043ec

#ecb910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb910 Color CSS Codes

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

#ecb910 Text Font Color

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

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


#ecb910 Background Color

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

This div background color is #ecb910


#ecb910 Border Color

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

This div border color is #ecb910


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,185,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 #ecb910">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb910


Comments

No comments written yet.

Please login to write comment.