Color Hex Logo

#ed701b Color Hex

#ED701B
(237,112,27)
0 Favorites   0 Comments

Color spaces of #ed701b

RGB 23711227
HSL0.070.850.52
HSV24°89°93°
CMYK 0.000.530.89   0.07
XYZ40.917129.67204.6076
Yxy29.67200.54410.3946
Hunter Lab54.472038.755733.1153
CIE-Lab61.370244.044263.7019

#ed701b color RGB value is (237,112,27).

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

The process color (four color CMYK) of #ed701b color hex is 0.00, 0.53, 0.89, 0.07. Web safe color of #ed701b is #ff6633. Color #ed701b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 00011011
Octal 355 160 33
Decimal 237 112 27
Hex ED 70 1B

RGB Percentages of Color #ed701b

%63.03
%29.79
%7.18

CMYK Percentages of Color #ed701b

%0
%53
%89
%7

Triadic Colors of #ed701b

#ed701b #1bed70 #701bed

Analogous Colors of #ed701b

#ed701b #edd91b #ed1b2f

Monochromatic Colors of #ed701b

#ed701b

Complementary Color

#ed701b #1b98ed

#ed701b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed701b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed701b Color CSS Codes

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

#ed701b Text Font Color

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

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


#ed701b Background Color

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

This div background color is #ed701b


#ed701b Border Color

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

This div border color is #ed701b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed701b


Comments

No comments written yet.

Please login to write comment.