Color Hex Logo

#ed851e Color Hex

#ED851E
(237,133,30)
0 Favorites   0 Comments

Color spaces of #ed851e

RGB 23713330
HSL0.080.850.52
HSV30°87°93°
CMYK 0.000.440.87   0.07
XYZ43.546934.87335.6643
Yxy34.87330.51790.4147
Hunter Lab59.053628.284435.6506
CIE-Lab65.649933.518166.1150

#ed851e color RGB value is (237,133,30).

#ed851e hex color red value is 237, green value is 133 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ed851e hue: 0.08 , saturation: 0.85 and the lightness value of ed851e is 0.52.

The process color (four color CMYK) of #ed851e color hex is 0.00, 0.44, 0.87, 0.07. Web safe color of #ed851e is #ff9933. Color #ed851e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 00011110
Octal 355 205 36
Decimal 237 133 30
Hex ED 85 1E

RGB Percentages of Color #ed851e

%59.25
%33.25
%7.50

CMYK Percentages of Color #ed851e

%0
%44
%87
%7

Triadic Colors of #ed851e

#ed851e #1eed85 #851eed

Analogous Colors of #ed851e

#ed851e #eded1e #ed1e1e

Monochromatic Colors of #ed851e

#ed851e

Complementary Color

#ed851e #1e86ed

#ed851e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed851e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed851e Color CSS Codes

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

#ed851e Text Font Color

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

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


#ed851e Background Color

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

This div background color is #ed851e


#ed851e Border Color

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

This div border color is #ed851e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed851e


Comments

No comments written yet.

Please login to write comment.