Color Hex Logo

#ecc16f Color Hex

#ECC16F
(236,193,111)
0 Favorites   0 Comments

Color spaces of #ecc16f

RGB 236193111
HSL0.110.770.68
HSV39°53°93°
CMYK 0.000.180.53   0.07
XYZ56.531357.120523.0848
Yxy57.12050.41340.4177
Hunter Lab75.57811.253734.7950
CIE-Lab80.24735.628846.6863

#ecc16f color RGB value is (236,193,111).

#ecc16f hex color red value is 236, green value is 193 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ecc16f hue: 0.11 , saturation: 0.77 and the lightness value of ecc16f is 0.68.

The process color (four color CMYK) of #ecc16f color hex is 0.00, 0.18, 0.53, 0.07. Web safe color of #ecc16f is #ffcc66. Color #ecc16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 01101111
Octal 354 301 157
Decimal 236 193 111
Hex EC C1 6F

RGB Percentages of Color #ecc16f

%43.70
%35.74
%20.56

CMYK Percentages of Color #ecc16f

%0
%18
%53
%7

Triadic Colors of #ecc16f

#ecc16f #6fecc1 #c16fec

Analogous Colors of #ecc16f

#ecc16f #d9ec6f #ec836f

Monochromatic Colors of #ecc16f

#ecc16f

Complementary Color

#ecc16f #6f9aec

#ecc16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc16f Color CSS Codes

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

#ecc16f Text Font Color

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

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


#ecc16f Background Color

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

This div background color is #ecc16f


#ecc16f Border Color

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

This div border color is #ecc16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc16f


Comments

No comments written yet.

Please login to write comment.