color codes Logo

#ecc91f color codes

#ECC91F
(236,201,31)
0 Favorites   0 Comments

Color spaces of #ecc91f

RGB 23620131
HSL0.140.840.52
HSV50°87°93°
CMYK 0.000.150.87   0.07
XYZ55.726059.70519.8835
Yxy59.70510.44470.4764
Hunter Lab77.2691-6.487746.5046
CIE-Lab81.6776-2.542678.5262

#ecc91f color RGB value is (236,201,31).

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

The process color (four color CMYK) of #ecc91f color code is 0.00, 0.15, 0.87, 0.07. Web safe color of #ecc91f is #ffcc33. Color #ecc91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 00011111
Octal 354 311 37
Decimal 236 201 31
Hex EC C9 1F

RGB Percentages of Color #ecc91f

%50.43
%42.95
%6.62

CMYK Percentages of Color #ecc91f

%0
%15
%87
%7

Triadic Colors of #ecc91f

#ecc91f #1fecc9 #c91fec

Analogous Colors of #ecc91f

#ecc91f #a9ec1f #ec631f

Monochromatic Colors of #ecc91f

#ecc91f

Complementary Color

#ecc91f #1f42ec

#ecc91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc91f Color CSS Codes

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

#ecc91f Text Font Color

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

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


#ecc91f Background Color

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

This div background color is #ecc91f


#ecc91f Border Color

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

This div border color is #ecc91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc91f


Comments

No comments written yet.

Please login to write comment.