Color Hex Logo

#eea715 Color Hex

#EEA715
(238,167,21)
0 Favorites   0 Comments

Color spaces of #eea715

RGB 23816721
HSL0.110.860.51
HSV40°91°93°
CMYK 0.000.300.91   0.07
XYZ49.214045.86876.9692
Yxy45.86870.48220.4495
Hunter Lab67.726411.187341.3074
CIE-Lab73.460315.896674.2392

#eea715 color RGB value is (238,167,21).

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

The process color (four color CMYK) of #eea715 color hex is 0.00, 0.30, 0.91, 0.07. Web safe color of #eea715 is #ff9900. Color #eea715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 00010101
Octal 356 247 25
Decimal 238 167 21
Hex EE A7 15

RGB Percentages of Color #eea715

%55.87
%39.20
%4.93

CMYK Percentages of Color #eea715

%0
%30
%91
%7

Triadic Colors of #eea715

#eea715 #15eea7 #a715ee

Analogous Colors of #eea715

#eea715 #c9ee15 #ee3b15

Monochromatic Colors of #eea715

#eea715

Complementary Color

#eea715 #155cee

#eea715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea715 Color CSS Codes

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

#eea715 Text Font Color

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

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


#eea715 Background Color

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

This div background color is #eea715


#eea715 Border Color

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

This div border color is #eea715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea715


Comments

No comments written yet.

Please login to write comment.