color codes Logo

#ecb300 color codes

#ECB300
(236,179,0)
0 Favorites   0 Comments

Color spaces of #ecb300

RGB 2361790
HSL0.131.000.46
HSV46°100°93°
CMYK 0.000.241.00   0.07
XYZ50.712250.07316.9922
Yxy50.07310.47050.4646
Hunter Lab70.76234.088843.6751
CIE-Lab76.11418.491178.7269

#ecb300 color RGB value is (236,179,0).

#ecb300 hex color red value is 236, green value is 179 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ecb300 hue: 0.13 , saturation: 1.00 and the lightness value of ecb300 is 0.46.

The process color (four color CMYK) of #ecb300 color code is 0.00, 0.24, 1.00, 0.07. Web safe color of #ecb300 is #ffcc00. Color #ecb300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00000000
Octal 354 263 0
Decimal 236 179 0
Hex EC B3 0

RGB Percentages of Color #ecb300

%56.87
%43.13
%0.00

CMYK Percentages of Color #ecb300

%0
%24
%100
%7

Triadic Colors of #ecb300

#ecb300 #00ecb3 #b300ec

Analogous Colors of #ecb300

#ecb300 #afec00 #ec3d00

Monochromatic Colors of #ecb300

#ecb300

Complementary Color

#ecb300 #0039ec

#ecb300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb300 Color CSS Codes

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

#ecb300 Text Font Color

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

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


#ecb300 Background Color

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

This div background color is #ecb300


#ecb300 Border Color

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

This div border color is #ecb300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb300


Comments

No comments written yet.

Please login to write comment.