Color Hex Logo

#eaa603 Color Hex

#EAA603
(234,166,3)
0 Favorites   0 Comments

Color spaces of #eaa603

RGB 2341663
HSL0.120.970.46
HSV42°99°92°
CMYK 0.000.290.99   0.08
XYZ47.584344.77146.2199
Yxy44.77140.48270.4542
Hunter Lab66.91149.845941.3266
CIE-Lab72.741114.514675.9758

#eaa603 color RGB value is (234,166,3).

#eaa603 hex color red value is 234, green value is 166 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #eaa603 hue: 0.12 , saturation: 0.97 and the lightness value of eaa603 is 0.46.

The process color (four color CMYK) of #eaa603 color hex is 0.00, 0.29, 0.99, 0.08. Web safe color of #eaa603 is #ff9900. Color #eaa603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 00000011
Octal 352 246 3
Decimal 234 166 3
Hex EA A6 3

RGB Percentages of Color #eaa603

%58.06
%41.19
%0.74

CMYK Percentages of Color #eaa603

%0
%29
%99
%8

Triadic Colors of #eaa603

#eaa603 #03eaa6 #a603ea

Analogous Colors of #eaa603

#eaa603 #bbea03 #ea3303

Monochromatic Colors of #eaa603

#eaa603

Complementary Color

#eaa603 #0347ea

#eaa603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa603 Color CSS Codes

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

#eaa603 Text Font Color

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

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


#eaa603 Background Color

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

This div background color is #eaa603


#eaa603 Border Color

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

This div border color is #eaa603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa603

#eaa603 Color Palettes


Comments

No comments written yet.

Please login to write comment.