Color Hex Logo

#eaaa24 Color Hex

#EAAA24
(234,170,36)
0 Favorites   0 Comments

Color spaces of #eaaa24

RGB 23417036
HSL0.110.830.53
HSV41°85°92°
CMYK 0.000.270.85   0.08
XYZ48.624846.36938.0564
Yxy46.36930.47190.4500
Hunter Lab68.09508.295840.6518
CIE-Lab73.784512.890170.8375

#eaaa24 color RGB value is (234,170,36).

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

The process color (four color CMYK) of #eaaa24 color hex is 0.00, 0.27, 0.85, 0.08. Web safe color of #eaaa24 is #ff9933. Color #eaaa24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00100100
Octal 352 252 44
Decimal 234 170 36
Hex EA AA 24

RGB Percentages of Color #eaaa24

%53.18
%38.64
%8.18

CMYK Percentages of Color #eaaa24

%0
%27
%85
%8

Triadic Colors of #eaaa24

#eaaa24 #24eaaa #aa24ea

Analogous Colors of #eaaa24

#eaaa24 #c7ea24 #ea4724

Monochromatic Colors of #eaaa24

#eaaa24

Complementary Color

#eaaa24 #2464ea

#eaaa24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa24 Color CSS Codes

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

#eaaa24 Text Font Color

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

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


#eaaa24 Background Color

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

This div background color is #eaaa24


#eaaa24 Border Color

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

This div border color is #eaaa24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa24


Comments

No comments written yet.

Please login to write comment.