color codes Logo

#e1b42f color codes

#E1B42F
(225,180,47)
0 Favorites   0 Comments

Color spaces of #e1b42f

RGB 22518047
HSL0.120.750.53
HSV45°79°88°
CMYK 0.000.200.79   0.12
XYZ47.885748.85539.5955
Yxy48.85530.45030.4594
Hunter Lab69.8966-0.029840.7882
CIE-Lab75.36124.057668.5175

#e1b42f color RGB value is (225,180,47).

#e1b42f hex color red value is 225, green value is 180 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e1b42f hue: 0.12 , saturation: 0.75 and the lightness value of e1b42f is 0.53.

The process color (four color CMYK) of #e1b42f color code is 0.00, 0.20, 0.79, 0.12. Web safe color of #e1b42f is #cccc33. Color #e1b42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110100 00101111
Octal 341 264 57
Decimal 225 180 47
Hex E1 B4 2F

RGB Percentages of Color #e1b42f

%49.78
%39.82
%10.40

CMYK Percentages of Color #e1b42f

%0
%20
%79
%12

Triadic Colors of #e1b42f

#e1b42f #2fe1b4 #b42fe1

Analogous Colors of #e1b42f

#e1b42f #b5e12f #e15b2f

Monochromatic Colors of #e1b42f

#e1b42f

Complementary Color

#e1b42f #2f5ce1

#e1b42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b42f Color CSS Codes

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

#e1b42f Text Font Color

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

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


#e1b42f Background Color

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

This div background color is #e1b42f


#e1b42f Border Color

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

This div border color is #e1b42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b42f


Comments

No comments written yet.

Please login to write comment.