color codes Logo

#e0a50b color codes

#E0A50B
(224,165,11)
0 Favorites   0 Comments

Color spaces of #e0a50b

RGB 22416511
HSL0.120.910.46
HSV43°95°88°
CMYK 0.000.260.95   0.12
XYZ44.256042.78176.2418
Yxy42.78170.47440.4586
Hunter Lab65.40776.312740.1274
CIE-Lab71.406610.785973.5846

#e0a50b color RGB value is (224,165,11).

#e0a50b hex color red value is 224, green value is 165 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e0a50b hue: 0.12 , saturation: 0.91 and the lightness value of e0a50b is 0.46.

The process color (four color CMYK) of #e0a50b color code is 0.00, 0.26, 0.95, 0.12. Web safe color of #e0a50b is #cc9900. Color #e0a50b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10100101 00001011
Octal 340 245 13
Decimal 224 165 11
Hex E0 A5 B

RGB Percentages of Color #e0a50b

%56.00
%41.25
%2.75

CMYK Percentages of Color #e0a50b

%0
%26
%95
%12

Triadic Colors of #e0a50b

#e0a50b #0be0a5 #a50be0

Analogous Colors of #e0a50b

#e0a50b #b1e00b #e03b0b

Monochromatic Colors of #e0a50b

#e0a50b

Complementary Color

#e0a50b #0b46e0

#e0a50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0a50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0a50b Color CSS Codes

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

#e0a50b Text Font Color

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

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


#e0a50b Background Color

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

This div background color is #e0a50b


#e0a50b Border Color

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

This div border color is #e0a50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0a50b


Comments

No comments written yet.

Please login to write comment.