Color Hex Logo

#ed863b Color Hex

#ED863B
(237,134,59)
0 Favorites   0 Comments

Color spaces of #ed863b

RGB 23713459
HSL0.070.830.58
HSV25°75°93°
CMYK 0.000.430.75   0.07
XYZ44.239635.37058.6332
Yxy35.37050.50130.4008
Hunter Lab59.473128.700933.0246
CIE-Lab66.036133.886555.5203

#ed863b color RGB value is (237,134,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000110 00111011
Octal 355 206 73
Decimal 237 134 59
Hex ED 86 3B

RGB Percentages of Color #ed863b

%55.12
%31.16
%13.72

CMYK Percentages of Color #ed863b

%0
%43
%75
%7

Triadic Colors of #ed863b

#ed863b #3bed86 #863bed

Analogous Colors of #ed863b

#ed863b #eddf3b #ed3b49

Monochromatic Colors of #ed863b

#ed863b

Complementary Color

#ed863b #3ba2ed

#ed863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed863b Color CSS Codes

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

#ed863b Text Font Color

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

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


#ed863b Background Color

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

This div background color is #ed863b


#ed863b Border Color

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

This div border color is #ed863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed863b


Comments

No comments written yet.

Please login to write comment.