Color Hex Logo

#e5a64b Color Hex

#E5A64B
(229,166,75)
0 Favorites   0 Comments

Color spaces of #e5a64b

RGB 22916675
HSL0.100.750.60
HSV35°67°90°
CMYK 0.000.280.67   0.10
XYZ47.219344.438412.7454
Yxy44.43840.45230.4256
Hunter Lab66.66219.779535.3276
CIE-Lab72.520614.447654.7866

#e5a64b color RGB value is (229,166,75).

#e5a64b hex color red value is 229, green value is 166 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e5a64b hue: 0.10 , saturation: 0.75 and the lightness value of e5a64b is 0.60.

The process color (four color CMYK) of #e5a64b color hex is 0.00, 0.28, 0.67, 0.10. Web safe color of #e5a64b is #cc9933. Color #e5a64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10100110 01001011
Octal 345 246 113
Decimal 229 166 75
Hex E5 A6 4B

RGB Percentages of Color #e5a64b

%48.72
%35.32
%15.96

CMYK Percentages of Color #e5a64b

%0
%28
%67
%10

Triadic Colors of #e5a64b

#e5a64b #4be5a6 #a64be5

Analogous Colors of #e5a64b

#e5a64b #d7e54b #e5594b

Monochromatic Colors of #e5a64b

#e5a64b

Complementary Color

#e5a64b #4b8ae5

#e5a64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a64b Color CSS Codes

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

#e5a64b Text Font Color

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

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


#e5a64b Background Color

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

This div background color is #e5a64b


#e5a64b Border Color

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

This div border color is #e5a64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a64b


Comments

No comments written yet.

Please login to write comment.