Color Hex Logo

#e3b420 Color Hex

#E3B420
(227,180,32)
0 Favorites   0 Comments

Color spaces of #e3b420

RGB 22718032
HSL0.130.780.51
HSV46°86°89°
CMYK 0.000.210.86   0.11
XYZ48.260549.07778.2958
Yxy49.07770.45690.4646
Hunter Lab70.05550.369742.0179
CIE-Lab75.49964.496272.9710

#e3b420 color RGB value is (227,180,32).

#e3b420 hex color red value is 227, green value is 180 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e3b420 hue: 0.13 , saturation: 0.78 and the lightness value of e3b420 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10110100 00100000
Octal 343 264 40
Decimal 227 180 32
Hex E3 B4 20

RGB Percentages of Color #e3b420

%51.71
%41.00
%7.29

CMYK Percentages of Color #e3b420

%0
%21
%86
%11

Triadic Colors of #e3b420

#e3b420 #20e3b4 #b420e3

Analogous Colors of #e3b420

#e3b420 #b1e320 #e35320

Monochromatic Colors of #e3b420

#e3b420

Complementary Color

#e3b420 #204fe3

#e3b420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3b420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3b420 Color CSS Codes

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

#e3b420 Text Font Color

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

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


#e3b420 Background Color

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

This div background color is #e3b420


#e3b420 Border Color

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

This div border color is #e3b420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3b420


Comments

No comments written yet.

Please login to write comment.