color codes Logo

#ed762c color codes

#ED762C
(237,118,44)
0 Favorites   0 Comments

Color spaces of #ed762c

RGB 23711844
HSL0.060.840.55
HSV23°81°93°
CMYK 0.000.500.81   0.07
XYZ41.858131.14326.1880
Yxy31.14320.52860.3933
Hunter Lab55.806136.225632.4900
CIE-Lab62.628341.493458.6719

#ed762c color RGB value is (237,118,44).

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

The process color (four color CMYK) of #ed762c color code is 0.00, 0.50, 0.81, 0.07. Web safe color of #ed762c is #ff6633. Color #ed762c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 00101100
Octal 355 166 54
Decimal 237 118 44
Hex ED 76 2C

RGB Percentages of Color #ed762c

%59.40
%29.57
%11.03

CMYK Percentages of Color #ed762c

%0
%50
%81
%7

Triadic Colors of #ed762c

#ed762c #2ced76 #762ced

Analogous Colors of #ed762c

#ed762c #edd72c #ed2c43

Monochromatic Colors of #ed762c

#ed762c

Complementary Color

#ed762c #2ca3ed

#ed762c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed762c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed762c Color CSS Codes

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

#ed762c Text Font Color

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

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


#ed762c Background Color

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

This div background color is #ed762c


#ed762c Border Color

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

This div border color is #ed762c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed762c


Comments

No comments written yet.

Please login to write comment.