Color Hex Logo

#eec01e Color Hex

#EEC01E
(238,192,30)
0 Favorites   0 Comments

Color spaces of #eec01e

RGB 23819230
HSL0.130.860.53
HSV47°87°93°
CMYK 0.000.190.87   0.07
XYZ54.343955.97029.1674
Yxy55.97020.45480.4684
Hunter Lab74.8132-1.261845.1040
CIE-Lab79.59692.937677.1641

#eec01e color RGB value is (238,192,30).

#eec01e hex color red value is 238, green value is 192 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eec01e hue: 0.13 , saturation: 0.86 and the lightness value of eec01e is 0.53.

The process color (four color CMYK) of #eec01e color hex is 0.00, 0.19, 0.87, 0.07. Web safe color of #eec01e is #ffcc33. Color #eec01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 00011110
Octal 356 300 36
Decimal 238 192 30
Hex EE C0 1E

RGB Percentages of Color #eec01e

%51.74
%41.74
%6.52

CMYK Percentages of Color #eec01e

%0
%19
%87
%7

Triadic Colors of #eec01e

#eec01e #1eeec0 #c01eee

Analogous Colors of #eec01e

#eec01e #b4ee1e #ee581e

Monochromatic Colors of #eec01e

#eec01e

Complementary Color

#eec01e #1e4cee

#eec01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec01e Color CSS Codes

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

#eec01e Text Font Color

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

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


#eec01e Background Color

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

This div background color is #eec01e


#eec01e Border Color

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

This div border color is #eec01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec01e


Comments

No comments written yet.

Please login to write comment.