Color Hex Logo

#eec90f Color Hex

#EEC90F
(238,201,15)
0 Favorites   0 Comments

Color spaces of #eec90f

RGB 23820115
HSL0.140.880.50
HSV50°94°93°
CMYK 0.000.160.94   0.07
XYZ56.232859.98499.0664
Yxy59.98490.44880.4788
Hunter Lab77.4499-5.936847.2744
CIE-Lab81.8300-1.934481.3374

#eec90f color RGB value is (238,201,15).

#eec90f hex color red value is 238, green value is 201 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eec90f hue: 0.14 , saturation: 0.88 and the lightness value of eec90f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 00001111
Octal 356 311 17
Decimal 238 201 15
Hex EE C9 F

RGB Percentages of Color #eec90f

%52.42
%44.27
%3.30

CMYK Percentages of Color #eec90f

%0
%16
%94
%7

Triadic Colors of #eec90f

#eec90f #0feec9 #c90fee

Analogous Colors of #eec90f

#eec90f #a4ee0f #ee5a0f

Monochromatic Colors of #eec90f

#eec90f

Complementary Color

#eec90f #0f34ee

#eec90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec90f Color CSS Codes

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

#eec90f Text Font Color

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

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


#eec90f Background Color

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

This div background color is #eec90f


#eec90f Border Color

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

This div border color is #eec90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec90f


Comments

No comments written yet.

Please login to write comment.