Color spaces of #e2774c
RGB | 226 | 119 | 76 |
---|---|---|---|
HSL | 0.05 | 0.72 | 0.59 |
HSV | 17° | 66° | 89° |
CMYK | 0.00 | 0.47 | 0.66 0.11 |
XYZ | 39.2654 | 29.8842 | 10.5362 |
Yxy | 29.8842 | 0.4928 | 0.3750 |
Hunter Lab | 54.6664 | 32.5454 | 26.8392 |
CIE-Lab | 61.5542 | 38.1012 | 41.8940 |
#e2774c color RGB value is (226,119,76).
#e2774c hex color red value is 226, green value is 119 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #e2774c hue: 0.05 , saturation: 0.72 and the lightness value of e2774c is 0.59.
The process color (four color CMYK) of #e2774c color hex is 0.00, 0.47, 0.66, 0.11. Web safe color of #e2774c is #cc6633. Color #e2774c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01110111 | 01001100 |
Octal | 342 | 167 | 114 |
Decimal | 226 | 119 | 76 |
Hex | E2 | 77 | 4C |
Shades of #e2774c
Tints of #e2774c
RGB Percentages of Color #e2774c
CMYK Percentages of Color #e2774c
Complementary Color
#e2774c | #4cb7e2 |
#e2774c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2774c Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2774c Color CSS Codes
.mybgcolor {background-color:#e2774c; } .myforecolor {color:#e2774c; } .mybordercolor {border:3px solid #e2774c; }
#e2774c Text Font Color
<p style="color:#e2774c">Text here</p>
This sample text font color is #e2774c
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.
#e2774c Background Color
<div style="background-color:#e2774c">
Div content here</div>
This div background color is #e2774c
#e2774c Border Color
<div style="border:3px solid #e2774c">
Div here</div>
This div border color is #e2774c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,119,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2774c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2774c; -webkit-box-shadow: 1px 1px 3px 2px #e2774c; box-shadow: 1px 1px 3px 2px #e2774c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,119,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2774c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2774c; -webkit-box-shadow: 1px 1px 3px 2px #e2774c; box-shadow: 1px 1px 3px 2px #e2774c;">
Div content here</div>
This div box has shadow with color #e2774c
Comments
No comments written yet.
Please login to write comment.