Color Hex Logo

#eea018 Color Hex

#EEA018
(238,160,24)
0 Favorites   0 Comments

Color spaces of #eea018

RGB 23816024
HSL0.110.860.51
HSV38°90°93°
CMYK 0.000.330.90   0.07
XYZ47.995643.38476.7086
Yxy43.38470.48930.4423
Hunter Lab65.867114.800940.0682
CIE-Lab71.815319.645872.4129

#eea018 color RGB value is (238,160,24).

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

The process color (four color CMYK) of #eea018 color hex is 0.00, 0.33, 0.90, 0.07. Web safe color of #eea018 is #ff9900. Color #eea018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 00011000
Octal 356 240 30
Decimal 238 160 24
Hex EE A0 18

RGB Percentages of Color #eea018

%56.40
%37.91
%5.69

CMYK Percentages of Color #eea018

%0
%33
%90
%7

Triadic Colors of #eea018

#eea018 #18eea0 #a018ee

Analogous Colors of #eea018

#eea018 #d1ee18 #ee3518

Monochromatic Colors of #eea018

#eea018

Complementary Color

#eea018 #1866ee

#eea018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea018 Color CSS Codes

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

#eea018 Text Font Color

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

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


#eea018 Background Color

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

This div background color is #eea018


#eea018 Border Color

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

This div border color is #eea018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea018


Comments

No comments written yet.

Please login to write comment.