Color Hex Logo

#ecc118 Color Hex

#ECC118
(236,193,24)
0 Favorites   0 Comments

Color spaces of #ecc118

RGB 23619324
HSL0.130.850.51
HSV48°90°93°
CMYK 0.000.180.90   0.07
XYZ53.826956.03878.8437
Yxy56.03870.45340.4721
Hunter Lab74.8590-2.653945.3969
CIE-Lab79.63581.449478.2754

#ecc118 color RGB value is (236,193,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00011000
Octal 354 301 30
Decimal 236 193 24
Hex EC C1 18

RGB Percentages of Color #ecc118

%52.10
%42.60
%5.30

CMYK Percentages of Color #ecc118

%0
%18
%90
%7

Triadic Colors of #ecc118

#ecc118 #18ecc1 #c118ec

Analogous Colors of #ecc118

#ecc118 #adec18 #ec5718

Monochromatic Colors of #ecc118

#ecc118

Complementary Color

#ecc118 #1843ec

#ecc118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc118 Color CSS Codes

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

#ecc118 Text Font Color

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

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


#ecc118 Background Color

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

This div background color is #ecc118


#ecc118 Border Color

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

This div border color is #ecc118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc118


Comments

No comments written yet.

Please login to write comment.