Color Hex Logo

#ecb96f Color Hex

#ECB96F
(236,185,111)
0 Favorites   0 Comments

Color spaces of #ecb96f

RGB 236185111
HSL0.100.770.68
HSV36°53°93°
CMYK 0.000.220.53   0.07
XYZ54.810353.678522.5111
Yxy53.67850.41840.4098
Hunter Lab73.26565.321733.0689
CIE-Lab78.27399.823944.2800

#ecb96f color RGB value is (236,185,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 01101111
Octal 354 271 157
Decimal 236 185 111
Hex EC B9 6F

RGB Percentages of Color #ecb96f

%44.36
%34.77
%20.86

CMYK Percentages of Color #ecb96f

%0
%22
%53
%7

Triadic Colors of #ecb96f

#ecb96f #6fecb9 #b96fec

Analogous Colors of #ecb96f

#ecb96f #e1ec6f #ec7b6f

Monochromatic Colors of #ecb96f

#ecb96f

Complementary Color

#ecb96f #6fa2ec

#ecb96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb96f Color CSS Codes

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

#ecb96f Text Font Color

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

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


#ecb96f Background Color

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

This div background color is #ecb96f


#ecb96f Border Color

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

This div border color is #ecb96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb96f


Comments

No comments written yet.

Please login to write comment.