Color Hex Logo

#ed863f Color Hex

#ED863F
(237,134,63)
0 Favorites   0 Comments

Color spaces of #ed863f

RGB 23713463
HSL0.070.830.59
HSV24°73°93°
CMYK 0.000.430.73   0.07
XYZ44.347435.41369.2008
Yxy35.41360.49850.3981
Hunter Lab59.509328.880032.4896
CIE-Lab66.069434.057453.7346

#ed863f color RGB value is (237,134,63).

#ed863f hex color red value is 237, green value is 134 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ed863f hue: 0.07 , saturation: 0.83 and the lightness value of ed863f is 0.59.

The process color (four color CMYK) of #ed863f color hex is 0.00, 0.43, 0.73, 0.07. Web safe color of #ed863f is #ff9933. Color #ed863f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000110 00111111
Octal 355 206 77
Decimal 237 134 63
Hex ED 86 3F

RGB Percentages of Color #ed863f

%54.61
%30.88
%14.52

CMYK Percentages of Color #ed863f

%0
%43
%73
%7

Triadic Colors of #ed863f

#ed863f #3fed86 #863fed

Analogous Colors of #ed863f

#ed863f #eddd3f #ed3f4f

Monochromatic Colors of #ed863f

#ed863f

Complementary Color

#ed863f #3fa6ed

#ed863f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed863f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed863f Color CSS Codes

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

#ed863f Text Font Color

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

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


#ed863f Background Color

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

This div background color is #ed863f


#ed863f Border Color

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

This div border color is #ed863f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed863f


Comments

No comments written yet.

Please login to write comment.