Color Hex Logo

#eac62b Color Hex

#EAC62B
(234,198,43)
0 Favorites   0 Comments

Color spaces of #eac62b

RGB 23419843
HSL0.140.820.54
HSV49°82°92°
CMYK 0.000.150.82   0.08
XYZ54.561858.055010.6155
Yxy58.05500.44280.4711
Hunter Lab76.1938-5.516845.0753
CIE-Lab80.7694-1.562474.7938

#eac62b color RGB value is (234,198,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 00101011
Octal 352 306 53
Decimal 234 198 43
Hex EA C6 2B

RGB Percentages of Color #eac62b

%49.26
%41.68
%9.05

CMYK Percentages of Color #eac62b

%0
%15
%82
%8

Triadic Colors of #eac62b

#eac62b #2beac6 #c62bea

Analogous Colors of #eac62b

#eac62b #afea2b #ea672b

Monochromatic Colors of #eac62b

#eac62b

Complementary Color

#eac62b #2b4fea

#eac62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac62b Color CSS Codes

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

#eac62b Text Font Color

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

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


#eac62b Background Color

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

This div background color is #eac62b


#eac62b Border Color

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

This div border color is #eac62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac62b


Comments

No comments written yet.

Please login to write comment.