Color spaces of #ec661c
RGB | 236 | 102 | 28 |
---|---|---|---|
HSL | 0.06 | 0.85 | 0.52 |
HSV | 21° | 88° | 93° |
CMYK | 0.00 | 0.57 | 0.88 0.07 |
XYZ | 39.5530 | 27.4194 | 4.3064 |
Yxy | 27.4194 | 0.5549 | 0.3847 |
Hunter Lab | 52.3635 | 43.1945 | 31.7784 |
CIE-Lab | 59.3605 | 48.4635 | 61.7900 |
#ec661c color RGB value is (236,102,28).
#ec661c hex color red value is 236, green value is 102 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ec661c hue: 0.06 , saturation: 0.85 and the lightness value of ec661c is 0.52.
The process color (four color CMYK) of #ec661c color hex is 0.00, 0.57, 0.88, 0.07. Web safe color of #ec661c is #ff6633. Color #ec661c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01100110 | 00011100 |
Octal | 354 | 146 | 34 |
Decimal | 236 | 102 | 28 |
Hex | EC | 66 | 1C |
Shades of #ec661c
Tints of #ec661c
RGB Percentages of Color #ec661c
CMYK Percentages of Color #ec661c
Complementary Color
#ec661c | #1ca2ec |
#ec661c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec661c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec661c Color CSS Codes
.mybgcolor {background-color:#ec661c; } .myforecolor {color:#ec661c; } .mybordercolor {border:3px solid #ec661c; }
#ec661c Text Font Color
<p style="color:#ec661c">Text here</p>
This sample text font color is #ec661c
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.
#ec661c Background Color
<div style="background-color:#ec661c">
Div content here</div>
This div background color is #ec661c
#ec661c Border Color
<div style="border:3px solid #ec661c">
Div here</div>
This div border color is #ec661c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,102,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec661c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec661c; -webkit-box-shadow: 1px 1px 3px 2px #ec661c; box-shadow: 1px 1px 3px 2px #ec661c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,102,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec661c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec661c; -webkit-box-shadow: 1px 1px 3px 2px #ec661c; box-shadow: 1px 1px 3px 2px #ec661c;">
Div content here</div>
This div box has shadow with color #ec661c
#ec661c Color Palettes
Comments
No comments written yet.
Please login to write comment.