Color Hex Logo

#eae75b Color Hex

#EAE75B
(234,231,91)
0 Favorites   0 Comments

Color spaces of #eae75b

RGB 23423191
HSL0.160.770.64
HSV59°61°92°
CMYK 0.000.010.61   0.08
XYZ64.395975.399621.0571
Yxy75.39960.40030.4687
Hunter Lab86.8329-19.580846.4052
CIE-Lab89.5798-15.938566.3761

#eae75b color RGB value is (234,231,91).

#eae75b hex color red value is 234, green value is 231 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eae75b hue: 0.16 , saturation: 0.77 and the lightness value of eae75b is 0.64.

The process color (four color CMYK) of #eae75b color hex is 0.00, 0.01, 0.61, 0.08. Web safe color of #eae75b is #ffff66. Color #eae75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100111 01011011
Octal 352 347 133
Decimal 234 231 91
Hex EA E7 5B

RGB Percentages of Color #eae75b

%42.09
%41.55
%16.37

CMYK Percentages of Color #eae75b

%0
%1
%61
%8

Triadic Colors of #eae75b

#eae75b #5beae7 #e75bea

Analogous Colors of #eae75b

#eae75b #a6ea5b #eaa05b

Monochromatic Colors of #eae75b

#eae75b

Complementary Color

#eae75b #5b5eea

#eae75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae75b Color CSS Codes

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

#eae75b Text Font Color

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

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


#eae75b Background Color

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

This div background color is #eae75b


#eae75b Border Color

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

This div border color is #eae75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae75b


Comments

No comments written yet.

Please login to write comment.