Color Hex Logo

#ecc16e Color Hex

#ECC16E
(236,193,110)
0 Favorites   0 Comments

Color spaces of #ecc16e

RGB 236193110
HSL0.110.770.68
HSV40°53°93°
CMYK 0.000.180.53   0.07
XYZ56.476557.098622.7963
Yxy57.09860.41410.4187
Hunter Lab75.56361.175235.0077
CIE-Lab80.23505.545947.1639

#ecc16e color RGB value is (236,193,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 01101110
Octal 354 301 156
Decimal 236 193 110
Hex EC C1 6E

RGB Percentages of Color #ecc16e

%43.78
%35.81
%20.41

CMYK Percentages of Color #ecc16e

%0
%18
%53
%7

Triadic Colors of #ecc16e

#ecc16e #6eecc1 #c16eec

Analogous Colors of #ecc16e

#ecc16e #d8ec6e #ec826e

Monochromatic Colors of #ecc16e

#ecc16e

Complementary Color

#ecc16e #6e99ec

#ecc16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc16e Color CSS Codes

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

#ecc16e Text Font Color

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

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


#ecc16e Background Color

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

This div background color is #ecc16e


#ecc16e Border Color

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

This div border color is #ecc16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc16e


Comments

No comments written yet.

Please login to write comment.