Color Hex Logo

#e5b70b Color Hex

#E5B70B
(229,183,11)
0 Favorites   0 Comments

Color spaces of #e5b70b

RGB 22918311
HSL0.130.910.47
HSV47°95°90°
CMYK 0.000.200.95   0.10
XYZ49.307050.54917.4748
Yxy50.54910.45940.4710
Hunter Lab71.0979-0.630043.5351
CIE-Lab76.40513.456177.4268

#e5b70b color RGB value is (229,183,11).

#e5b70b hex color red value is 229, green value is 183 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e5b70b hue: 0.13 , saturation: 0.91 and the lightness value of e5b70b is 0.47.

The process color (four color CMYK) of #e5b70b color hex is 0.00, 0.20, 0.95, 0.10. Web safe color of #e5b70b is #cccc00. Color #e5b70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10110111 00001011
Octal 345 267 13
Decimal 229 183 11
Hex E5 B7 B

RGB Percentages of Color #e5b70b

%54.14
%43.26
%2.60

CMYK Percentages of Color #e5b70b

%0
%20
%95
%10

Triadic Colors of #e5b70b

#e5b70b #0be5b7 #b70be5

Analogous Colors of #e5b70b

#e5b70b #a6e50b #e54a0b

Monochromatic Colors of #e5b70b

#e5b70b

Complementary Color

#e5b70b #0b39e5

#e5b70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5b70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5b70b Color CSS Codes

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

#e5b70b Text Font Color

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

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


#e5b70b Background Color

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

This div background color is #e5b70b


#e5b70b Border Color

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

This div border color is #e5b70b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,183,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5b70b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5b70b;
  -webkit-box-shadow: 1px 1px 3px 2px #e5b70b;
  box-shadow:         1px 1px 3px 2px #e5b70b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,183,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5b70b


Comments

No comments written yet.

Please login to write comment.