Color Hex Logo

#e7b42b Color Hex

#E7B42B
(231,180,43)
0 Favorites   0 Comments

Color spaces of #e7b42b

RGB 23118043
HSL0.120.800.54
HSV44°81°91°
CMYK 0.000.220.81   0.09
XYZ49.712349.80599.2789
Yxy49.80590.45690.4578
Hunter Lab70.57332.233341.6059
CIE-Lab75.95006.515670.5224

#e7b42b color RGB value is (231,180,43).

#e7b42b hex color red value is 231, green value is 180 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e7b42b hue: 0.12 , saturation: 0.80 and the lightness value of e7b42b is 0.54.

The process color (four color CMYK) of #e7b42b color hex is 0.00, 0.22, 0.81, 0.09. Web safe color of #e7b42b is #ffcc33. Color #e7b42b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10110100 00101011
Octal 347 264 53
Decimal 231 180 43
Hex E7 B4 2B

RGB Percentages of Color #e7b42b

%50.88
%39.65
%9.47

CMYK Percentages of Color #e7b42b

%0
%22
%81
%9

Triadic Colors of #e7b42b

#e7b42b #2be7b4 #b42be7

Analogous Colors of #e7b42b

#e7b42b #bce72b #e7562b

Monochromatic Colors of #e7b42b

#e7b42b

Complementary Color

#e7b42b #2b5ee7

#e7b42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7b42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7b42b Color CSS Codes

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

#e7b42b Text Font Color

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

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


#e7b42b Background Color

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

This div background color is #e7b42b


#e7b42b Border Color

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

This div border color is #e7b42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7b42b


Comments

No comments written yet.

Please login to write comment.