Color Hex Logo

#eaaa18 Color Hex

#EAAA18
(234,170,24)
0 Favorites   0 Comments

Color spaces of #eaaa18

RGB 23417024
HSL0.120.830.51
HSV42°90°92°
CMYK 0.000.270.90   0.08
XYZ48.471346.30787.2477
Yxy46.30780.47510.4539
Hunter Lab68.04988.056841.3202
CIE-Lab73.744812.640073.6780

#eaaa18 color RGB value is (234,170,24).

#eaaa18 hex color red value is 234, green value is 170 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #eaaa18 hue: 0.12 , saturation: 0.83 and the lightness value of eaaa18 is 0.51.

The process color (four color CMYK) of #eaaa18 color hex is 0.00, 0.27, 0.90, 0.08. Web safe color of #eaaa18 is #ff9900. Color #eaaa18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00011000
Octal 352 252 30
Decimal 234 170 24
Hex EA AA 18

RGB Percentages of Color #eaaa18

%54.67
%39.72
%5.61

CMYK Percentages of Color #eaaa18

%0
%27
%90
%8

Triadic Colors of #eaaa18

#eaaa18 #18eaaa #aa18ea

Analogous Colors of #eaaa18

#eaaa18 #c1ea18 #ea4118

Monochromatic Colors of #eaaa18

#eaaa18

Complementary Color

#eaaa18 #1858ea

#eaaa18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa18 Color CSS Codes

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

#eaaa18 Text Font Color

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

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


#eaaa18 Background Color

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

This div background color is #eaaa18


#eaaa18 Border Color

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

This div border color is #eaaa18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa18


Comments

No comments written yet.

Please login to write comment.