Color Hex Logo

#ecc918 Color Hex

#ECC918
(236,201,24)
0 Favorites   0 Comments

Color spaces of #ecc918

RGB 23620124
HSL0.140.850.51
HSV50°90°93°
CMYK 0.000.150.90   0.07
XYZ55.643659.67219.4493
Yxy59.67210.44600.4783
Hunter Lab77.2477-6.605246.8208
CIE-Lab81.6596-2.671479.8311

#ecc918 color RGB value is (236,201,24).

#ecc918 hex color red value is 236, green value is 201 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ecc918 hue: 0.14 , saturation: 0.85 and the lightness value of ecc918 is 0.51.

The process color (four color CMYK) of #ecc918 color hex is 0.00, 0.15, 0.90, 0.07. Web safe color of #ecc918 is #ffcc00. Color #ecc918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 00011000
Octal 354 311 30
Decimal 236 201 24
Hex EC C9 18

RGB Percentages of Color #ecc918

%51.19
%43.60
%5.21

CMYK Percentages of Color #ecc918

%0
%15
%90
%7

Triadic Colors of #ecc918

#ecc918 #18ecc9 #c918ec

Analogous Colors of #ecc918

#ecc918 #a5ec18 #ec5f18

Monochromatic Colors of #ecc918

#ecc918

Complementary Color

#ecc918 #183bec

#ecc918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc918 Color CSS Codes

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

#ecc918 Text Font Color

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

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


#ecc918 Background Color

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

This div background color is #ecc918


#ecc918 Border Color

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

This div border color is #ecc918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc918


Comments

No comments written yet.

Please login to write comment.