color codes Logo

#eac72a color codes

#EAC72A
(234,199,42)
0 Favorites   0 Comments

Color spaces of #eac72a

RGB 23419942
HSL0.140.820.54
HSV49°82°92°
CMYK 0.000.150.82   0.08
XYZ54.773058.506410.5965
Yxy58.50640.44220.4723
Hunter Lab76.4895-6.035345.3289
CIE-Lab81.0195-2.105275.2801

#eac72a color RGB value is (234,199,42).

#eac72a hex color red value is 234, green value is 199 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eac72a hue: 0.14 , saturation: 0.82 and the lightness value of eac72a is 0.54.

The process color (four color CMYK) of #eac72a color code is 0.00, 0.15, 0.82, 0.08. Web safe color of #eac72a is #ffcc33. Color #eac72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00101010
Octal 352 307 52
Decimal 234 199 42
Hex EA C7 2A

RGB Percentages of Color #eac72a

%49.26
%41.89
%8.84

CMYK Percentages of Color #eac72a

%0
%15
%82
%8

Triadic Colors of #eac72a

#eac72a #2aeac7 #c72aea

Analogous Colors of #eac72a

#eac72a #adea2a #ea672a

Monochromatic Colors of #eac72a

#eac72a

Complementary Color

#eac72a #2a4dea

#eac72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac72a Color CSS Codes

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

#eac72a Text Font Color

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

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


#eac72a Background Color

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

This div background color is #eac72a


#eac72a Border Color

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

This div border color is #eac72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac72a


Comments

No comments written yet.

Please login to write comment.