Color Hex Logo

#e4b64f Color Hex

#E4B64F
(228,182,79)
0 Favorites   0 Comments

Color spaces of #e4b64f

RGB 22818279
HSL0.120.730.60
HSV41°65°89°
CMYK 0.000.200.65   0.11
XYZ50.134150.514414.5050
Yxy50.51440.43540.4387
Hunter Lab71.07351.532537.6513
CIE-Lab76.38395.781357.1379

#e4b64f color RGB value is (228,182,79).

#e4b64f hex color red value is 228, green value is 182 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e4b64f hue: 0.12 , saturation: 0.73 and the lightness value of e4b64f is 0.60.

The process color (four color CMYK) of #e4b64f color hex is 0.00, 0.20, 0.65, 0.11. Web safe color of #e4b64f is #cccc66. Color #e4b64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10110110 01001111
Octal 344 266 117
Decimal 228 182 79
Hex E4 B6 4F

RGB Percentages of Color #e4b64f

%46.63
%37.22
%16.16

CMYK Percentages of Color #e4b64f

%0
%20
%65
%11

Triadic Colors of #e4b64f

#e4b64f #4fe4b6 #b64fe4

Analogous Colors of #e4b64f

#e4b64f #c8e44f #e46c4f

Monochromatic Colors of #e4b64f

#e4b64f

Complementary Color

#e4b64f #4f7de4

#e4b64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4b64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4b64f Color CSS Codes

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

#e4b64f Text Font Color

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

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


#e4b64f Background Color

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

This div background color is #e4b64f


#e4b64f Border Color

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

This div border color is #e4b64f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,182,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4b64f


Comments

No comments written yet.

Please login to write comment.