Color Hex Logo

#e3b52f Color Hex

#E3B52F
(227,181,47)
0 Favorites   0 Comments

Color spaces of #e3b52f

RGB 22718147
HSL0.120.760.54
HSV45°79°89°
CMYK 0.000.200.79   0.11
XYZ48.715549.58399.6924
Yxy49.58390.45110.4591
Hunter Lab70.41580.263241.1301
CIE-Lab75.81314.394568.9981

#e3b52f color RGB value is (227,181,47).

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

The process color (four color CMYK) of #e3b52f color hex is 0.00, 0.20, 0.79, 0.11. Web safe color of #e3b52f is #cccc33. Color #e3b52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10110101 00101111
Octal 343 265 57
Decimal 227 181 47
Hex E3 B5 2F

RGB Percentages of Color #e3b52f

%49.89
%39.78
%10.33

CMYK Percentages of Color #e3b52f

%0
%20
%79
%11

Triadic Colors of #e3b52f

#e3b52f #2fe3b5 #b52fe3

Analogous Colors of #e3b52f

#e3b52f #b7e32f #e35b2f

Monochromatic Colors of #e3b52f

#e3b52f

Complementary Color

#e3b52f #2f5de3

#e3b52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3b52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3b52f Color CSS Codes

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

#e3b52f Text Font Color

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

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


#e3b52f Background Color

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

This div background color is #e3b52f


#e3b52f Border Color

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

This div border color is #e3b52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3b52f


Comments

No comments written yet.

Please login to write comment.