Color Hex Logo

#ecb71f Color Hex

#ECB71F
(236,183,31)
0 Favorites   0 Comments

Color spaces of #ecb71f

RGB 23618331
HSL0.120.840.52
HSV44°87°93°
CMYK 0.000.220.87   0.07
XYZ51.772951.79888.5658
Yxy51.79880.46170.4619
Hunter Lab71.97142.454843.3235
CIE-Lab77.16046.789374.9243

#ecb71f color RGB value is (236,183,31).

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

The process color (four color CMYK) of #ecb71f color hex is 0.00, 0.22, 0.87, 0.07. Web safe color of #ecb71f is #ffcc33. Color #ecb71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 00011111
Octal 354 267 37
Decimal 236 183 31
Hex EC B7 1F

RGB Percentages of Color #ecb71f

%52.44
%40.67
%6.89

CMYK Percentages of Color #ecb71f

%0
%22
%87
%7

Triadic Colors of #ecb71f

#ecb71f #1fecb7 #b71fec

Analogous Colors of #ecb71f

#ecb71f #bbec1f #ec511f

Monochromatic Colors of #ecb71f

#ecb71f

Complementary Color

#ecb71f #1f54ec

#ecb71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb71f Color CSS Codes

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

#ecb71f Text Font Color

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

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


#ecb71f Background Color

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

This div background color is #ecb71f


#ecb71f Border Color

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

This div border color is #ecb71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb71f


Comments

No comments written yet.

Please login to write comment.