Color Hex Logo

#ea863b Color Hex

#EA863B
(234,134,59)
0 Favorites   0 Comments

Color spaces of #ea863b

RGB 23413459
HSL0.070.810.57
HSV26°75°92°
CMYK 0.000.430.75   0.08
XYZ43.246234.85848.5867
Yxy34.85840.49890.4021
Hunter Lab59.041027.425532.7058
CIE-Lab65.638332.678954.9889

#ea863b color RGB value is (234,134,59).

#ea863b hex color red value is 234, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ea863b hue: 0.07 , saturation: 0.81 and the lightness value of ea863b is 0.57.

The process color (four color CMYK) of #ea863b color hex is 0.00, 0.43, 0.75, 0.08. Web safe color of #ea863b is #ff9933. Color #ea863b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 00111011
Octal 352 206 73
Decimal 234 134 59
Hex EA 86 3B

RGB Percentages of Color #ea863b

%54.80
%31.38
%13.82

CMYK Percentages of Color #ea863b

%0
%43
%75
%8

Triadic Colors of #ea863b

#ea863b #3bea86 #863bea

Analogous Colors of #ea863b

#ea863b #eade3b #ea3b47

Monochromatic Colors of #ea863b

#ea863b

Complementary Color

#ea863b #3b9fea

#ea863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea863b Color CSS Codes

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

#ea863b Text Font Color

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

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


#ea863b Background Color

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

This div background color is #ea863b


#ea863b Border Color

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

This div border color is #ea863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea863b


Comments

No comments written yet.

Please login to write comment.