Color Hex Logo

#ecc75f Color Hex

#ECC75F
(236,199,95)
0 Favorites   0 Comments

Color spaces of #ecc75f

RGB 23619995
HSL0.120.790.65
HSV44°60°93°
CMYK 0.000.160.60   0.07
XYZ57.081159.505919.3038
Yxy59.50590.42010.4379
Hunter Lab77.1401-2.911039.1611
CIE-Lab81.56891.291255.8676

#ecc75f color RGB value is (236,199,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 01011111
Octal 354 307 137
Decimal 236 199 95
Hex EC C7 5F

RGB Percentages of Color #ecc75f

%44.53
%37.55
%17.92

CMYK Percentages of Color #ecc75f

%0
%16
%60
%7

Triadic Colors of #ecc75f

#ecc75f #5fecc7 #c75fec

Analogous Colors of #ecc75f

#ecc75f #cbec5f #ec815f

Monochromatic Colors of #ecc75f

#ecc75f

Complementary Color

#ecc75f #5f84ec

#ecc75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc75f Color CSS Codes

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

#ecc75f Text Font Color

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

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


#ecc75f Background Color

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

This div background color is #ecc75f


#ecc75f Border Color

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

This div border color is #ecc75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc75f


Comments

No comments written yet.

Please login to write comment.