Color Hex Logo

#eac74b Color Hex

#EAC74B
(234,199,75)
0 Favorites   0 Comments

Color spaces of #eac74b

RGB 23419975
HSL0.130.790.61
HSV47°68°92°
CMYK 0.000.150.68   0.08
XYZ55.625158.847315.0835
Yxy58.84730.42940.4542
Hunter Lab76.7120-4.812842.0405
CIE-Lab81.2076-0.769264.1143

#eac74b color RGB value is (234,199,75).

#eac74b hex color red value is 234, green value is 199 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eac74b hue: 0.13 , saturation: 0.79 and the lightness value of eac74b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 01001011
Octal 352 307 113
Decimal 234 199 75
Hex EA C7 4B

RGB Percentages of Color #eac74b

%46.06
%39.17
%14.76

CMYK Percentages of Color #eac74b

%0
%15
%68
%8

Triadic Colors of #eac74b

#eac74b #4beac7 #c74bea

Analogous Colors of #eac74b

#eac74b #beea4b #ea784b

Monochromatic Colors of #eac74b

#eac74b

Complementary Color

#eac74b #4b6eea

#eac74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac74b Color CSS Codes

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

#eac74b Text Font Color

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

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


#eac74b Background Color

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

This div background color is #eac74b


#eac74b Border Color

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

This div border color is #eac74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac74b


Comments

No comments written yet.

Please login to write comment.