Color Hex Logo

#ed762b Color Hex

#ED762B
(237,118,43)
0 Favorites   0 Comments

Color spaces of #ed762b

RGB 23711843
HSL0.060.840.55
HSV23°82°93°
CMYK 0.000.500.82   0.07
XYZ41.839531.13586.0901
Yxy31.13580.52920.3938
Hunter Lab55.799536.193632.5886
CIE-Lab62.622141.463959.0689

#ed762b color RGB value is (237,118,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 00101011
Octal 355 166 53
Decimal 237 118 43
Hex ED 76 2B

RGB Percentages of Color #ed762b

%59.55
%29.65
%10.80

CMYK Percentages of Color #ed762b

%0
%50
%82
%7

Triadic Colors of #ed762b

#ed762b #2bed76 #762bed

Analogous Colors of #ed762b

#ed762b #edd72b #ed2b41

Monochromatic Colors of #ed762b

#ed762b

Complementary Color

#ed762b #2ba2ed

#ed762b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed762b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed762b Color CSS Codes

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

#ed762b Text Font Color

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

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


#ed762b Background Color

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

This div background color is #ed762b


#ed762b Border Color

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

This div border color is #ed762b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,118,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 #ed762b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed762b


Comments

No comments written yet.

Please login to write comment.