Color Hex Logo

#ed860b Color Hex

#ED860B
(237,134,11)
0 Favorites   0 Comments

Color spaces of #ed860b

RGB 23713411
HSL0.090.910.49
HSV33°95°93°
CMYK 0.000.430.95   0.07
XYZ43.510635.07894.7943
Yxy35.07890.52180.4207
Hunter Lab59.227427.484536.6598
CIE-Lab65.810032.720770.4279

#ed860b color RGB value is (237,134,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000110 00001011
Octal 355 206 13
Decimal 237 134 11
Hex ED 86 B

RGB Percentages of Color #ed860b

%62.04
%35.08
%2.88

CMYK Percentages of Color #ed860b

%0
%43
%95
%7

Triadic Colors of #ed860b

#ed860b #0bed86 #860bed

Analogous Colors of #ed860b

#ed860b #e3ed0b #ed150b

Monochromatic Colors of #ed860b

#ed860b

Complementary Color

#ed860b #0b72ed

#ed860b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed860b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed860b Color CSS Codes

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

#ed860b Text Font Color

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

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


#ed860b Background Color

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

This div background color is #ed860b


#ed860b Border Color

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

This div border color is #ed860b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed860b


Comments

No comments written yet.

Please login to write comment.