Color Hex Logo

#eec715 Color Hex

#EEC715
(238,199,21)
0 Favorites   0 Comments

Color spaces of #eec715

RGB 23819921
HSL0.140.860.51
HSV49°91°93°
CMYK 0.000.160.91   0.07
XYZ55.818759.07819.1707
Yxy59.07810.44990.4762
Hunter Lab76.8623-4.879246.7295
CIE-Lab81.3345-0.831680.1495

#eec715 color RGB value is (238,199,21).

#eec715 hex color red value is 238, green value is 199 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #eec715 hue: 0.14 , saturation: 0.86 and the lightness value of eec715 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000111 00010101
Octal 356 307 25
Decimal 238 199 21
Hex EE C7 15

RGB Percentages of Color #eec715

%51.97
%43.45
%4.59

CMYK Percentages of Color #eec715

%0
%16
%91
%7

Triadic Colors of #eec715

#eec715 #15eec7 #c715ee

Analogous Colors of #eec715

#eec715 #a9ee15 #ee5a15

Monochromatic Colors of #eec715

#eec715

Complementary Color

#eec715 #153cee

#eec715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec715 Color CSS Codes

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

#eec715 Text Font Color

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

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


#eec715 Background Color

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

This div background color is #eec715


#eec715 Border Color

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

This div border color is #eec715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec715


Comments

No comments written yet.

Please login to write comment.