Color Hex Logo

#ecc218 Color Hex

#ECC218
(236,194,24)
0 Favorites   0 Comments

Color spaces of #ecc218

RGB 23619424
HSL0.130.850.51
HSV48°90°93°
CMYK 0.000.180.90   0.07
XYZ54.048756.48248.9177
Yxy56.48240.45250.4729
Hunter Lab75.1548-3.149945.5731
CIE-Lab79.88760.931778.4685

#ecc218 color RGB value is (236,194,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 00011000
Octal 354 302 30
Decimal 236 194 24
Hex EC C2 18

RGB Percentages of Color #ecc218

%51.98
%42.73
%5.29

CMYK Percentages of Color #ecc218

%0
%18
%90
%7

Triadic Colors of #ecc218

#ecc218 #18ecc2 #c218ec

Analogous Colors of #ecc218

#ecc218 #acec18 #ec5818

Monochromatic Colors of #ecc218

#ecc218

Complementary Color

#ecc218 #1842ec

#ecc218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc218 Color CSS Codes

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

#ecc218 Text Font Color

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

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


#ecc218 Background Color

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

This div background color is #ecc218


#ecc218 Border Color

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

This div border color is #ecc218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc218


Comments

No comments written yet.

Please login to write comment.