color codes Logo

#eec41f color codes

#EEC41F
(238,196,31)
0 Favorites   0 Comments

Color spaces of #eec41f

RGB 23819631
HSL0.130.860.53
HSV48°87°93°
CMYK 0.000.180.87   0.07
XYZ55.247157.75599.5325
Yxy57.75590.45090.4713
Hunter Lab75.9973-3.232745.7612
CIE-Lab80.60290.887777.7500

#eec41f color RGB value is (238,196,31).

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

The process color (four color CMYK) of #eec41f color code is 0.00, 0.18, 0.87, 0.07. Web safe color of #eec41f is #ffcc33. Color #eec41f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 00011111
Octal 356 304 37
Decimal 238 196 31
Hex EE C4 1F

RGB Percentages of Color #eec41f

%51.18
%42.15
%6.67

CMYK Percentages of Color #eec41f

%0
%18
%87
%7

Triadic Colors of #eec41f

#eec41f #1feec4 #c41fee

Analogous Colors of #eec41f

#eec41f #b1ee1f #ee5c1f

Monochromatic Colors of #eec41f

#eec41f

Complementary Color

#eec41f #1f49ee

#eec41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec41f Color CSS Codes

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

#eec41f Text Font Color

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

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


#eec41f Background Color

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

This div background color is #eec41f


#eec41f Border Color

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

This div border color is #eec41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec41f


Comments

No comments written yet.

Please login to write comment.