Color Hex Logo

#ed9b0d Color Hex

#ED9B0D
(237,155,13)
0 Favorites   0 Comments

Color spaces of #ed9b0d

RGB 23715513
HSL0.110.900.49
HSV38°95°93°
CMYK 0.000.350.95   0.07
XYZ46.719041.47635.9241
Yxy41.47630.49640.4407
Hunter Lab64.402116.785039.6276
CIE-Lab70.508321.717473.3672

#ed9b0d color RGB value is (237,155,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011011 00001101
Octal 355 233 15
Decimal 237 155 13
Hex ED 9B D

RGB Percentages of Color #ed9b0d

%58.52
%38.27
%3.21

CMYK Percentages of Color #ed9b0d

%0
%35
%95
%7

Triadic Colors of #ed9b0d

#ed9b0d #0ded9b #9b0ded

Analogous Colors of #ed9b0d

#ed9b0d #cfed0d #ed2b0d

Monochromatic Colors of #ed9b0d

#ed9b0d

Complementary Color

#ed9b0d #0d5fed

#ed9b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9b0d Color CSS Codes

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

#ed9b0d Text Font Color

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

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


#ed9b0d Background Color

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

This div background color is #ed9b0d


#ed9b0d Border Color

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

This div border color is #ed9b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9b0d


Comments

No comments written yet.

Please login to write comment.