Color Hex Logo

#ecd75c Color Hex

#ECD75C
(236,215,92)
0 Favorites   0 Comments

Color spaces of #ecd75c

RGB 23621592
HSL0.140.790.64
HSV51°61°93°
CMYK 0.000.090.61   0.07
XYZ60.824367.206519.8916
Yxy67.20650.41120.4543
Hunter Lab81.9796-11.027142.9995
CIE-Lab85.6081-7.092761.7028

#ecd75c color RGB value is (236,215,92).

#ecd75c hex color red value is 236, green value is 215 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ecd75c hue: 0.14 , saturation: 0.79 and the lightness value of ecd75c is 0.64.

The process color (four color CMYK) of #ecd75c color hex is 0.00, 0.09, 0.61, 0.07. Web safe color of #ecd75c is #ffcc66. Color #ecd75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 01011100
Octal 354 327 134
Decimal 236 215 92
Hex EC D7 5C

RGB Percentages of Color #ecd75c

%43.46
%39.59
%16.94

CMYK Percentages of Color #ecd75c

%0
%9
%61
%7

Triadic Colors of #ecd75c

#ecd75c #5cecd7 #d75cec

Analogous Colors of #ecd75c

#ecd75c #b9ec5c #ec8f5c

Monochromatic Colors of #ecd75c

#ecd75c

Complementary Color

#ecd75c #5c71ec

#ecd75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd75c Color CSS Codes

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

#ecd75c Text Font Color

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

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


#ecd75c Background Color

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

This div background color is #ecd75c


#ecd75c Border Color

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

This div border color is #ecd75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd75c


Comments

No comments written yet.

Please login to write comment.