Color Hex Logo

#ed691a Color Hex

#ED691A
(237,105,26)
0 Favorites   0 Comments

Color spaces of #ed691a

RGB 23710526
HSL0.060.850.52
HSV22°89°93°
CMYK 0.000.560.89   0.07
XYZ40.163128.18234.3002
Yxy28.18230.55290.3879
Hunter Lab53.087042.142332.3582
CIE-Lab60.053147.388063.0167

#ed691a color RGB value is (237,105,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 00011010
Octal 355 151 32
Decimal 237 105 26
Hex ED 69 1A

RGB Percentages of Color #ed691a

%64.40
%28.53
%7.07

CMYK Percentages of Color #ed691a

%0
%56
%89
%7

Triadic Colors of #ed691a

#ed691a #1aed69 #691aed

Analogous Colors of #ed691a

#ed691a #edd31a #ed1a34

Monochromatic Colors of #ed691a

#ed691a

Complementary Color

#ed691a #1a9eed

#ed691a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed691a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed691a Color CSS Codes

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

#ed691a Text Font Color

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

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


#ed691a Background Color

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

This div background color is #ed691a


#ed691a Border Color

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

This div border color is #ed691a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed691a


Comments

No comments written yet.

Please login to write comment.