Color Hex Logo

#e5900b Color Hex

#E5900B
(229,144,11)
0 Favorites   0 Comments

Color spaces of #e5900b

RGB 22914411
HSL0.100.910.47
HSV37°95°90°
CMYK 0.000.370.95   0.10
XYZ42.346836.62875.1547
Yxy36.62870.50330.4354
Hunter Lab60.521618.983037.3154
CIE-Lab66.997524.135470.7482

#e5900b color RGB value is (229,144,11).

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

The process color (four color CMYK) of #e5900b color hex is 0.00, 0.37, 0.95, 0.10. Web safe color of #e5900b is #cc9900. Color #e5900b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 00001011
Octal 345 220 13
Decimal 229 144 11
Hex E5 90 B

RGB Percentages of Color #e5900b

%59.64
%37.50
%2.86

CMYK Percentages of Color #e5900b

%0
%37
%95
%10

Triadic Colors of #e5900b

#e5900b #0be590 #900be5

Analogous Colors of #e5900b

#e5900b #cde50b #e5230b

Monochromatic Colors of #e5900b

#e5900b

Complementary Color

#e5900b #0b60e5

#e5900b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5900b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5900b Color CSS Codes

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

#e5900b Text Font Color

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

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


#e5900b Background Color

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

This div background color is #e5900b


#e5900b Border Color

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

This div border color is #e5900b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5900b


Comments

No comments written yet.

Please login to write comment.