Color Hex Logo

#ea850b Color Hex

#EA850B
(234,133,11)
0 Favorites   0 Comments

Color spaces of #ea850b

RGB 23413311
HSL0.090.910.48
HSV33°95°92°
CMYK 0.000.430.95   0.08
XYZ42.379634.29164.7019
Yxy34.29160.52080.4214
Hunter Lab58.559026.703536.2307
CIE-Lab65.193432.010569.8213

#ea850b color RGB value is (234,133,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 00001011
Octal 352 205 13
Decimal 234 133 11
Hex EA 85 B

RGB Percentages of Color #ea850b

%61.90
%35.19
%2.91

CMYK Percentages of Color #ea850b

%0
%43
%95
%8

Triadic Colors of #ea850b

#ea850b #0bea85 #850bea

Analogous Colors of #ea850b

#ea850b #e0ea0b #ea160b

Monochromatic Colors of #ea850b

#ea850b

Complementary Color

#ea850b #0b70ea

#ea850b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea850b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea850b Color CSS Codes

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

#ea850b Text Font Color

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

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


#ea850b Background Color

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

This div background color is #ea850b


#ea850b Border Color

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

This div border color is #ea850b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea850b


Comments

No comments written yet.

Please login to write comment.