Color Hex Logo

#ecc10e Color Hex

#ECC10E
(236,193,14)
0 Favorites   0 Comments

Color spaces of #ecc10e

RGB 23619314
HSL0.130.890.49
HSV48°94°93°
CMYK 0.000.180.94   0.07
XYZ53.741356.00458.3929
Yxy56.00450.45490.4741
Hunter Lab74.8362-2.778945.7359
CIE-Lab79.61641.313979.7393

#ecc10e color RGB value is (236,193,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00001110
Octal 354 301 16
Decimal 236 193 14
Hex EC C1 E

RGB Percentages of Color #ecc10e

%53.27
%43.57
%3.16

CMYK Percentages of Color #ecc10e

%0
%18
%94
%7

Triadic Colors of #ecc10e

#ecc10e #0eecc1 #c10eec

Analogous Colors of #ecc10e

#ecc10e #a8ec0e #ec520e

Monochromatic Colors of #ecc10e

#ecc10e

Complementary Color

#ecc10e #0e39ec

#ecc10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc10e Color CSS Codes

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

#ecc10e Text Font Color

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

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


#ecc10e Background Color

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

This div background color is #ecc10e


#ecc10e Border Color

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

This div border color is #ecc10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc10e


Comments

No comments written yet.

Please login to write comment.