Color Hex Logo

#eec110 Color Hex

#EEC110
(238,193,16)
0 Favorites   0 Comments

Color spaces of #eec110

RGB 23819316
HSL0.130.870.50
HSV48°93°93°
CMYK 0.000.190.93   0.07
XYZ54.423456.35458.4993
Yxy56.35450.45630.4725
Hunter Lab75.0696-1.964345.8360
CIE-Lab79.81522.199079.7238

#eec110 color RGB value is (238,193,16).

#eec110 hex color red value is 238, green value is 193 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #eec110 hue: 0.13 , saturation: 0.87 and the lightness value of eec110 is 0.50.

The process color (four color CMYK) of #eec110 color hex is 0.00, 0.19, 0.93, 0.07. Web safe color of #eec110 is #ffcc00. Color #eec110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 00010000
Octal 356 301 20
Decimal 238 193 16
Hex EE C1 10

RGB Percentages of Color #eec110

%53.24
%43.18
%3.58

CMYK Percentages of Color #eec110

%0
%19
%93
%7

Triadic Colors of #eec110

#eec110 #10eec1 #c110ee

Analogous Colors of #eec110

#eec110 #acee10 #ee5210

Monochromatic Colors of #eec110

#eec110

Complementary Color

#eec110 #103dee

#eec110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec110 Color CSS Codes

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

#eec110 Text Font Color

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

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


#eec110 Background Color

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

This div background color is #eec110


#eec110 Border Color

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

This div border color is #eec110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec110


Comments

No comments written yet.

Please login to write comment.