Color Hex Logo

#ecb75f Color Hex

#ECB75F
(236,183,95)
0 Favorites   0 Comments

Color spaces of #ecb75f

RGB 23618395
HSL0.100.790.65
HSV37°60°93°
CMYK 0.000.220.60   0.07
XYZ53.591152.526118.1405
Yxy52.52610.43130.4227
Hunter Lab72.47495.159635.8921
CIE-Lab77.59449.643951.3188

#ecb75f color RGB value is (236,183,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 01011111
Octal 354 267 137
Decimal 236 183 95
Hex EC B7 5F

RGB Percentages of Color #ecb75f

%45.91
%35.60
%18.48

CMYK Percentages of Color #ecb75f

%0
%22
%60
%7

Triadic Colors of #ecb75f

#ecb75f #5fecb7 #b75fec

Analogous Colors of #ecb75f

#ecb75f #dbec5f #ec715f

Monochromatic Colors of #ecb75f

#ecb75f

Complementary Color

#ecb75f #5f94ec

#ecb75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb75f Color CSS Codes

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

#ecb75f Text Font Color

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

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


#ecb75f Background Color

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

This div background color is #ecb75f


#ecb75f Border Color

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

This div border color is #ecb75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb75f


Comments

No comments written yet.

Please login to write comment.