Color Hex Logo

#e4b52d Color Hex

#E4B52D
(228,181,45)
0 Favorites   0 Comments

Color spaces of #e4b52d

RGB 22818145
HSL0.120.770.54
HSV45°80°89°
CMYK 0.000.210.80   0.11
XYZ48.992449.73129.4995
Yxy49.73120.45270.4595
Hunter Lab70.52040.598241.3775
CIE-Lab75.90404.759869.7511

#e4b52d color RGB value is (228,181,45).

#e4b52d hex color red value is 228, green value is 181 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e4b52d hue: 0.12 , saturation: 0.77 and the lightness value of e4b52d is 0.54.

The process color (four color CMYK) of #e4b52d color hex is 0.00, 0.21, 0.80, 0.11. Web safe color of #e4b52d is #cccc33. Color #e4b52d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10110101 00101101
Octal 344 265 55
Decimal 228 181 45
Hex E4 B5 2D

RGB Percentages of Color #e4b52d

%50.22
%39.87
%9.91

CMYK Percentages of Color #e4b52d

%0
%21
%80
%11

Triadic Colors of #e4b52d

#e4b52d #2de4b5 #b52de4

Analogous Colors of #e4b52d

#e4b52d #b8e42d #e45a2d

Monochromatic Colors of #e4b52d

#e4b52d

Complementary Color

#e4b52d #2d5ce4

#e4b52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4b52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4b52d Color CSS Codes

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

#e4b52d Text Font Color

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

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


#e4b52d Background Color

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

This div background color is #e4b52d


#e4b52d Border Color

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

This div border color is #e4b52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4b52d


Comments

No comments written yet.

Please login to write comment.