Color Hex Logo

#ed730b Color Hex

#ED730B
(237,115,11)
0 Favorites   0 Comments

Color spaces of #ed730b

RGB 23711511
HSL0.080.910.49
HSV28°95°93°
CMYK 0.000.510.95   0.07
XYZ41.116230.29023.9961
Yxy30.29020.54530.4017
Hunter Lab55.036537.038234.2206
CIE-Lab61.903842.355567.8526

#ed730b color RGB value is (237,115,11).

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

The process color (four color CMYK) of #ed730b color hex is 0.00, 0.51, 0.95, 0.07. Web safe color of #ed730b is #ff6600. Color #ed730b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110011 00001011
Octal 355 163 13
Decimal 237 115 11
Hex ED 73 B

RGB Percentages of Color #ed730b

%65.29
%31.68
%3.03

CMYK Percentages of Color #ed730b

%0
%51
%95
%7

Triadic Colors of #ed730b

#ed730b #0bed73 #730bed

Analogous Colors of #ed730b

#ed730b #ede40b #ed0b14

Monochromatic Colors of #ed730b

#ed730b

Complementary Color

#ed730b #0b85ed

#ed730b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed730b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed730b Color CSS Codes

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

#ed730b Text Font Color

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

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


#ed730b Background Color

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

This div background color is #ed730b


#ed730b Border Color

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

This div border color is #ed730b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed730b


Comments

No comments written yet.

Please login to write comment.