Color Hex Logo

#ed650f Color Hex

#ED650F
(237,101,15)
0 Favorites   0 Comments

Color spaces of #ed650f

RGB 23710115
HSL0.060.880.49
HSV23°94°93°
CMYK 0.000.570.94   0.07
XYZ39.665027.34643.6397
Yxy27.34640.56140.3871
Hunter Lab52.293843.878732.4790
CIE-Lab59.293649.104165.3900

#ed650f color RGB value is (237,101,15).

#ed650f hex color red value is 237, green value is 101 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ed650f hue: 0.06 , saturation: 0.88 and the lightness value of ed650f is 0.49.

The process color (four color CMYK) of #ed650f color hex is 0.00, 0.57, 0.94, 0.07. Web safe color of #ed650f is #ff6600. Color #ed650f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 00001111
Octal 355 145 17
Decimal 237 101 15
Hex ED 65 F

RGB Percentages of Color #ed650f

%67.14
%28.61
%4.25

CMYK Percentages of Color #ed650f

%0
%57
%94
%7

Triadic Colors of #ed650f

#ed650f #0fed65 #650fed

Analogous Colors of #ed650f

#ed650f #edd40f #ed0f28

Monochromatic Colors of #ed650f

#ed650f

Complementary Color

#ed650f #0f97ed

#ed650f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed650f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed650f Color CSS Codes

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

#ed650f Text Font Color

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

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


#ed650f Background Color

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

This div background color is #ed650f


#ed650f Border Color

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

This div border color is #ed650f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed650f


Comments

No comments written yet.

Please login to write comment.