Color Hex Logo

#e1940a Color Hex

#E1940A
(225,148,10)
0 Favorites   0 Comments

Color spaces of #e1940a

RGB 22514810
HSL0.110.910.46
HSV39°96°88°
CMYK 0.000.340.96   0.12
XYZ41.696037.20935.2716
Yxy37.20930.49530.4420
Hunter Lab60.999415.264237.5757
CIE-Lab67.433820.288770.9575

#e1940a color RGB value is (225,148,10).

#e1940a hex color red value is 225, green value is 148 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e1940a hue: 0.11 , saturation: 0.91 and the lightness value of e1940a is 0.46.

The process color (four color CMYK) of #e1940a color hex is 0.00, 0.34, 0.96, 0.12. Web safe color of #e1940a is #cc9900. Color #e1940a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 00001010
Octal 341 224 12
Decimal 225 148 10
Hex E1 94 A

RGB Percentages of Color #e1940a

%58.75
%38.64
%2.61

CMYK Percentages of Color #e1940a

%0
%34
%96
%12

Triadic Colors of #e1940a

#e1940a #0ae194 #940ae1

Analogous Colors of #e1940a

#e1940a #c3e10a #e1290a

Monochromatic Colors of #e1940a

#e1940a

Complementary Color

#e1940a #0a57e1

#e1940a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1940a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1940a Color CSS Codes

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

#e1940a Text Font Color

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

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


#e1940a Background Color

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

This div background color is #e1940a


#e1940a Border Color

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

This div border color is #e1940a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,148,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1940a


Comments

No comments written yet.

Please login to write comment.