Color Hex Logo

#ea910b Color Hex

#EA910B
(234,145,11)
0 Favorites   0 Comments

Color spaces of #ea910b

RGB 23414511
HSL0.100.910.48
HSV36°95°92°
CMYK 0.000.380.95   0.08
XYZ44.117537.76745.2812
Yxy37.76740.50610.4333
Hunter Lab61.455220.595137.9235
CIE-Lab67.848825.716271.6289

#ea910b color RGB value is (234,145,11).

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

The process color (four color CMYK) of #ea910b color hex is 0.00, 0.38, 0.95, 0.08. Web safe color of #ea910b is #ff9900. Color #ea910b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010001 00001011
Octal 352 221 13
Decimal 234 145 11
Hex EA 91 B

RGB Percentages of Color #ea910b

%60.00
%37.18
%2.82

CMYK Percentages of Color #ea910b

%0
%38
%95
%8

Triadic Colors of #ea910b

#ea910b #0bea91 #910bea

Analogous Colors of #ea910b

#ea910b #d4ea0b #ea220b

Monochromatic Colors of #ea910b

#ea910b

Complementary Color

#ea910b #0b64ea

#ea910b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea910b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea910b Color CSS Codes

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

#ea910b Text Font Color

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

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


#ea910b Background Color

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

This div background color is #ea910b


#ea910b Border Color

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

This div border color is #ea910b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea910b


Comments

No comments written yet.

Please login to write comment.