Color Hex Logo

#ecb01f Color Hex

#ECB01F
(236,176,31)
0 Favorites   0 Comments

Color spaces of #ecb01f

RGB 23617631
HSL0.120.840.52
HSV42°87°93°
CMYK 0.000.250.87   0.07
XYZ50.364748.98258.0964
Yxy48.98250.46880.4559
Hunter Lab69.98755.974842.1324
CIE-Lab75.440410.466573.5537

#ecb01f color RGB value is (236,176,31).

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

The process color (four color CMYK) of #ecb01f color hex is 0.00, 0.25, 0.87, 0.07. Web safe color of #ecb01f is #ff9933. Color #ecb01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110000 00011111
Octal 354 260 37
Decimal 236 176 31
Hex EC B0 1F

RGB Percentages of Color #ecb01f

%53.27
%39.73
%7.00

CMYK Percentages of Color #ecb01f

%0
%25
%87
%7

Triadic Colors of #ecb01f

#ecb01f #1fecb0 #b01fec

Analogous Colors of #ecb01f

#ecb01f #c2ec1f #ec491f

Monochromatic Colors of #ecb01f

#ecb01f

Complementary Color

#ecb01f #1f5bec

#ecb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb01f Color CSS Codes

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

#ecb01f Text Font Color

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

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


#ecb01f Background Color

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

This div background color is #ecb01f


#ecb01f Border Color

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

This div border color is #ecb01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb01f

#ecb01f Color Palettes


Comments

No comments written yet.

Please login to write comment.