Color Hex Logo

#eec001 Color Hex

#EEC001
(238,192,1)
0 Favorites   0 Comments

Color spaces of #eec001

RGB 2381921
HSL0.130.990.47
HSV48°100°93°
CMYK 0.000.191.00   0.07
XYZ54.115055.87867.9622
Yxy55.87860.45880.4737
Hunter Lab74.7520-1.595046.0111
CIE-Lab79.54472.579081.0973

#eec001 color RGB value is (238,192,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 00000001
Octal 356 300 1
Decimal 238 192 1
Hex EE C0 1

RGB Percentages of Color #eec001

%55.22
%44.55
%0.23

CMYK Percentages of Color #eec001

%0
%19
%100
%7

Triadic Colors of #eec001

#eec001 #01eec0 #c001ee

Analogous Colors of #eec001

#eec001 #a6ee01 #ee4a01

Monochromatic Colors of #eec001

#eec001

Complementary Color

#eec001 #012fee

#eec001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec001 Color CSS Codes

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

#eec001 Text Font Color

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

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


#eec001 Background Color

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

This div background color is #eec001


#eec001 Border Color

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

This div border color is #eec001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec001


Comments

No comments written yet.

Please login to write comment.