Color Hex Logo

#ecb95f Color Hex

#ECB95F
(236,185,95)
0 Favorites   0 Comments

Color spaces of #ecb95f

RGB 23618595
HSL0.110.790.65
HSV38°60°93°
CMYK 0.000.220.60   0.07
XYZ54.006653.357018.2790
Yxy53.35700.42980.4247
Hunter Lab73.04594.144036.2954
CIE-Lab78.08538.592651.8859

#ecb95f color RGB value is (236,185,95).

#ecb95f hex color red value is 236, green value is 185 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ecb95f hue: 0.11 , saturation: 0.79 and the lightness value of ecb95f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 01011111
Octal 354 271 137
Decimal 236 185 95
Hex EC B9 5F

RGB Percentages of Color #ecb95f

%45.74
%35.85
%18.41

CMYK Percentages of Color #ecb95f

%0
%22
%60
%7

Triadic Colors of #ecb95f

#ecb95f #5fecb9 #b95fec

Analogous Colors of #ecb95f

#ecb95f #d9ec5f #ec735f

Monochromatic Colors of #ecb95f

#ecb95f

Complementary Color

#ecb95f #5f92ec

#ecb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb95f Color CSS Codes

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

#ecb95f Text Font Color

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

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


#ecb95f Background Color

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

This div background color is #ecb95f


#ecb95f Border Color

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

This div border color is #ecb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb95f


Comments

No comments written yet.

Please login to write comment.