Color Hex Logo

#eaca0f Color Hex

#EACA0F
(234,202,15)
0 Favorites   0 Comments

Color spaces of #eaca0f

RGB 23420215
HSL0.140.880.49
HSV51°94°92°
CMYK 0.000.140.94   0.08
XYZ55.138459.76809.0822
Yxy59.76800.44470.4820
Hunter Lab77.3098-7.983447.1516
CIE-Lab81.7119-4.166581.0831

#eaca0f color RGB value is (234,202,15).

#eaca0f hex color red value is 234, green value is 202 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eaca0f hue: 0.14 , saturation: 0.88 and the lightness value of eaca0f is 0.49.

The process color (four color CMYK) of #eaca0f color hex is 0.00, 0.14, 0.94, 0.08. Web safe color of #eaca0f is #ffcc00. Color #eaca0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 00001111
Octal 352 312 17
Decimal 234 202 15
Hex EA CA F

RGB Percentages of Color #eaca0f

%51.88
%44.79
%3.33

CMYK Percentages of Color #eaca0f

%0
%14
%94
%8

Triadic Colors of #eaca0f

#eaca0f #0feaca #ca0fea

Analogous Colors of #eaca0f

#eaca0f #9dea0f #ea5d0f

Monochromatic Colors of #eaca0f

#eaca0f

Complementary Color

#eaca0f #0f2fea

#eaca0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca0f Color CSS Codes

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

#eaca0f Text Font Color

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

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


#eaca0f Background Color

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

This div background color is #eaca0f


#eaca0f Border Color

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

This div border color is #eaca0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca0f


Comments

No comments written yet.

Please login to write comment.