Color Hex Logo

#ea850d Color Hex

#EA850D
(234,133,13)
0 Favorites   0 Comments

Color spaces of #ea850d

RGB 23413313
HSL0.090.890.48
HSV33°94°92°
CMYK 0.000.430.94   0.08
XYZ42.391934.29654.7664
Yxy34.29650.52040.4210
Hunter Lab58.563226.724436.1687
CIE-Lab65.197232.030869.5086

#ea850d color RGB value is (234,133,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 00001101
Octal 352 205 15
Decimal 234 133 13
Hex EA 85 D

RGB Percentages of Color #ea850d

%61.58
%35.00
%3.42

CMYK Percentages of Color #ea850d

%0
%43
%94
%8

Triadic Colors of #ea850d

#ea850d #0dea85 #850dea

Analogous Colors of #ea850d

#ea850d #e1ea0d #ea170d

Monochromatic Colors of #ea850d

#ea850d

Complementary Color

#ea850d #0d72ea

#ea850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea850d Color CSS Codes

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

#ea850d Text Font Color

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

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


#ea850d Background Color

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

This div background color is #ea850d


#ea850d Border Color

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

This div border color is #ea850d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,133,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea850d


Comments

No comments written yet.

Please login to write comment.