Color Hex Logo

#eec515 Color Hex

#EEC515
(238,197,21)
0 Favorites   0 Comments

Color spaces of #eec515

RGB 23819721
HSL0.140.860.51
HSV49°91°93°
CMYK 0.000.170.91   0.07
XYZ55.361558.16389.0183
Yxy58.16380.45180.4746
Hunter Lab76.2652-3.889546.3746
CIE-Lab80.82980.197679.7676

#eec515 color RGB value is (238,197,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 00010101
Octal 356 305 25
Decimal 238 197 21
Hex EE C5 15

RGB Percentages of Color #eec515

%52.19
%43.20
%4.61

CMYK Percentages of Color #eec515

%0
%17
%91
%7

Triadic Colors of #eec515

#eec515 #15eec5 #c515ee

Analogous Colors of #eec515

#eec515 #abee15 #ee5815

Monochromatic Colors of #eec515

#eec515

Complementary Color

#eec515 #153eee

#eec515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec515 Color CSS Codes

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

#eec515 Text Font Color

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

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


#eec515 Background Color

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

This div background color is #eec515


#eec515 Border Color

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

This div border color is #eec515


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,197,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 #eec515">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec515


Comments

No comments written yet.

Please login to write comment.