Color Hex Logo

#ed662b Color Hex

#ED662B
(237,102,43)
0 Favorites   0 Comments

Color spaces of #ed662b

RGB 23710243
HSL0.050.840.55
HSV18°82°93°
CMYK 0.000.570.82   0.07
XYZ40.112527.68175.5144
Yxy27.68170.54720.3776
Hunter Lab52.613444.015130.6152
CIE-Lab59.600149.182956.3488

#ed662b color RGB value is (237,102,43).

#ed662b hex color red value is 237, green value is 102 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ed662b hue: 0.05 , saturation: 0.84 and the lightness value of ed662b is 0.55.

The process color (four color CMYK) of #ed662b color hex is 0.00, 0.57, 0.82, 0.07. Web safe color of #ed662b is #ff6633. Color #ed662b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 00101011
Octal 355 146 53
Decimal 237 102 43
Hex ED 66 2B

RGB Percentages of Color #ed662b

%62.04
%26.70
%11.26

CMYK Percentages of Color #ed662b

%0
%57
%82
%7

Triadic Colors of #ed662b

#ed662b #2bed66 #662bed

Analogous Colors of #ed662b

#ed662b #edc72b #ed2b51

Monochromatic Colors of #ed662b

#ed662b

Complementary Color

#ed662b #2bb2ed

#ed662b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed662b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed662b Color CSS Codes

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

#ed662b Text Font Color

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

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


#ed662b Background Color

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

This div background color is #ed662b


#ed662b Border Color

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

This div border color is #ed662b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed662b


Comments

No comments written yet.

Please login to write comment.