Color Hex Logo

#ed772f Color Hex

#ED772F
(237,119,47)
0 Favorites   0 Comments

Color spaces of #ed772f

RGB 23711947
HSL0.060.840.56
HSV23°80°93°
CMYK 0.000.500.80   0.07
XYZ42.035031.40346.5353
Yxy31.40340.52560.3927
Hunter Lab56.038735.826232.3126
CIE-Lab62.846741.087357.6360

#ed772f color RGB value is (237,119,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110111 00101111
Octal 355 167 57
Decimal 237 119 47
Hex ED 77 2F

RGB Percentages of Color #ed772f

%58.81
%29.53
%11.66

CMYK Percentages of Color #ed772f

%0
%50
%80
%7

Triadic Colors of #ed772f

#ed772f #2fed77 #772fed

Analogous Colors of #ed772f

#ed772f #edd62f #ed2f46

Monochromatic Colors of #ed772f

#ed772f

Complementary Color

#ed772f #2fa5ed

#ed772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed772f Color CSS Codes

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

#ed772f Text Font Color

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

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


#ed772f Background Color

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

This div background color is #ed772f


#ed772f Border Color

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

This div border color is #ed772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed772f


Comments

No comments written yet.

Please login to write comment.