Color Hex Logo

#ed760d Color Hex

#ED760D
(237,118,13)
0 Favorites   0 Comments

Color spaces of #ed760d

RGB 23711813
HSL0.080.900.49
HSV28°95°93°
CMYK 0.000.500.95   0.07
XYZ41.476130.99054.1765
Yxy30.99050.54120.4043
Hunter Lab55.669135.569934.5202
CIE-Lab62.499640.887567.8943

#ed760d color RGB value is (237,118,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 00001101
Octal 355 166 15
Decimal 237 118 13
Hex ED 76 D

RGB Percentages of Color #ed760d

%64.40
%32.07
%3.53

CMYK Percentages of Color #ed760d

%0
%50
%95
%7

Triadic Colors of #ed760d

#ed760d #0ded76 #760ded

Analogous Colors of #ed760d

#ed760d #ede60d #ed0d14

Monochromatic Colors of #ed760d

#ed760d

Complementary Color

#ed760d #0d84ed

#ed760d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed760d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed760d Color CSS Codes

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

#ed760d Text Font Color

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

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


#ed760d Background Color

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

This div background color is #ed760d


#ed760d Border Color

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

This div border color is #ed760d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed760d


Comments

No comments written yet.

Please login to write comment.