Color Hex Logo

#ed850b Color Hex

#ED850B
(237,133,11)
0 Favorites   0 Comments

Color spaces of #ed850b

RGB 23713311
HSL0.090.910.49
HSV32°95°93°
CMYK 0.000.440.95   0.07
XYZ43.373034.80374.7484
Yxy34.80370.52300.4197
Hunter Lab58.994727.992936.5241
CIE-Lab65.595533.238670.2842

#ed850b color RGB value is (237,133,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 00001011
Octal 355 205 13
Decimal 237 133 11
Hex ED 85 B

RGB Percentages of Color #ed850b

%62.20
%34.91
%2.89

CMYK Percentages of Color #ed850b

%0
%44
%95
%7

Triadic Colors of #ed850b

#ed850b #0bed85 #850bed

Analogous Colors of #ed850b

#ed850b #e4ed0b #ed140b

Monochromatic Colors of #ed850b

#ed850b

Complementary Color

#ed850b #0b73ed

#ed850b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed850b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed850b Color CSS Codes

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

#ed850b Text Font Color

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

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


#ed850b Background Color

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

This div background color is #ed850b


#ed850b Border Color

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

This div border color is #ed850b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed850b


Comments

No comments written yet.

Please login to write comment.