Color Hex Logo

#ecc775 Color Hex

#ECC775
(236,199,117)
0 Favorites   0 Comments

Color spaces of #ecc775

RGB 236199117
HSL0.110.760.69
HSV41°50°93°
CMYK 0.000.160.50   0.07
XYZ58.226459.964125.3350
Yxy59.96410.40570.4178
Hunter Lab77.4365-1.295334.8076
CIE-Lab81.81873.017245.6401

#ecc775 color RGB value is (236,199,117).

#ecc775 hex color red value is 236, green value is 199 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ecc775 hue: 0.11 , saturation: 0.76 and the lightness value of ecc775 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 01110101
Octal 354 307 165
Decimal 236 199 117
Hex EC C7 75

RGB Percentages of Color #ecc775

%42.75
%36.05
%21.20

CMYK Percentages of Color #ecc775

%0
%16
%50
%7

Triadic Colors of #ecc775

#ecc775 #75ecc7 #c775ec

Analogous Colors of #ecc775

#ecc775 #d6ec75 #ec8c75

Monochromatic Colors of #ecc775

#ecc775

Complementary Color

#ecc775 #759aec

#ecc775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc775 Color CSS Codes

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

#ecc775 Text Font Color

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

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


#ecc775 Background Color

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

This div background color is #ecc775


#ecc775 Border Color

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

This div border color is #ecc775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc775


Comments

No comments written yet.

Please login to write comment.