Color Hex Logo

#eaa21c Color Hex

#EAA21C
(234,162,28)
0 Favorites   0 Comments

Color spaces of #eaa21c

RGB 23416228
HSL0.110.830.51
HSV39°88°92°
CMYK 0.000.310.88   0.08
XYZ47.061643.41696.9985
Yxy43.41690.48280.4454
Hunter Lab65.891512.179739.8267
CIE-Lab71.837016.952571.3285

#eaa21c color RGB value is (234,162,28).

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

The process color (four color CMYK) of #eaa21c color hex is 0.00, 0.31, 0.88, 0.08. Web safe color of #eaa21c is #ff9933. Color #eaa21c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00011100
Octal 352 242 34
Decimal 234 162 28
Hex EA A2 1C

RGB Percentages of Color #eaa21c

%55.19
%38.21
%6.60

CMYK Percentages of Color #eaa21c

%0
%31
%88
%8

Triadic Colors of #eaa21c

#eaa21c #1ceaa2 #a21cea

Analogous Colors of #eaa21c

#eaa21c #cbea1c #ea3b1c

Monochromatic Colors of #eaa21c

#eaa21c

Complementary Color

#eaa21c #1c64ea

#eaa21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa21c Color CSS Codes

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

#eaa21c Text Font Color

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

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


#eaa21c Background Color

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

This div background color is #eaa21c


#eaa21c Border Color

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

This div border color is #eaa21c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,162,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa21c


Comments

No comments written yet.

Please login to write comment.