Color Hex Logo

#eac609 Color Hex

#EAC609
(234,198,9)
0 Favorites   0 Comments

Color spaces of #eac609

RGB 2341989
HSL0.140.930.48
HSV50°96°92°
CMYK 0.000.150.96   0.08
XYZ54.175157.90038.5790
Yxy57.90030.44900.4799
Hunter Lab76.0922-6.075546.5799
CIE-Lab80.6833-2.175680.9543

#eac609 color RGB value is (234,198,9).

#eac609 hex color red value is 234, green value is 198 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #eac609 hue: 0.14 , saturation: 0.93 and the lightness value of eac609 is 0.48.

The process color (four color CMYK) of #eac609 color hex is 0.00, 0.15, 0.96, 0.08. Web safe color of #eac609 is #ffcc00. Color #eac609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 00001001
Octal 352 306 11
Decimal 234 198 9
Hex EA C6 9

RGB Percentages of Color #eac609

%53.06
%44.90
%2.04

CMYK Percentages of Color #eac609

%0
%15
%96
%8

Triadic Colors of #eac609

#eac609 #09eac6 #c609ea

Analogous Colors of #eac609

#eac609 #9eea09 #ea5609

Monochromatic Colors of #eac609

#eac609

Complementary Color

#eac609 #092dea

#eac609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac609 Color CSS Codes

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

#eac609 Text Font Color

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

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


#eac609 Background Color

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

This div background color is #eac609


#eac609 Border Color

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

This div border color is #eac609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac609


Comments

No comments written yet.

Please login to write comment.