Color Hex Logo

#eab64b Color Hex

#EAB64B
(234,182,75)
0 Favorites   0 Comments

Color spaces of #eab64b

RGB 23418275
HSL0.110.790.61
HSV40°68°92°
CMYK 0.000.220.68   0.08
XYZ51.929651.456313.8517
Yxy51.45630.44290.4389
Hunter Lab71.73303.688438.7642
CIE-Lab76.95468.087859.6790

#eab64b color RGB value is (234,182,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01001011
Octal 352 266 113
Decimal 234 182 75
Hex EA B6 4B

RGB Percentages of Color #eab64b

%47.66
%37.07
%15.27

CMYK Percentages of Color #eab64b

%0
%22
%68
%8

Triadic Colors of #eab64b

#eab64b #4beab6 #b64bea

Analogous Colors of #eab64b

#eab64b #cfea4b #ea674b

Monochromatic Colors of #eab64b

#eab64b

Complementary Color

#eab64b #4b7fea

#eab64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab64b Color CSS Codes

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

#eab64b Text Font Color

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

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


#eab64b Background Color

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

This div background color is #eab64b


#eab64b Border Color

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

This div border color is #eab64b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,182,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 #eab64b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab64b


Comments

No comments written yet.

Please login to write comment.