Color spaces of #ec764a
RGB | 236 | 118 | 74 |
---|---|---|---|
HSL | 0.05 | 0.81 | 0.61 |
HSV | 16° | 69° | 93° |
CMYK | 0.00 | 0.50 | 0.69 0.07 |
XYZ | 42.3065 | 31.2841 | 10.2872 |
Yxy | 31.2841 | 0.5044 | 0.3730 |
Hunter Lab | 55.9322 | 37.1341 | 28.2478 |
CIE-Lab | 62.7467 | 42.3366 | 44.6792 |
#ec764a color RGB value is (236,118,74).
#ec764a hex color red value is 236, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ec764a hue: 0.05 , saturation: 0.81 and the lightness value of ec764a is 0.61.
The process color (four color CMYK) of #ec764a color hex is 0.00, 0.50, 0.69, 0.07. Web safe color of #ec764a is #ff6633. Color #ec764a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01110110 | 01001010 |
Octal | 354 | 166 | 112 |
Decimal | 236 | 118 | 74 |
Hex | EC | 76 | 4A |
Shades of #ec764a
Tints of #ec764a
RGB Percentages of Color #ec764a
CMYK Percentages of Color #ec764a
Complementary Color
#ec764a | #4ac0ec |
#ec764a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec764a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec764a Color CSS Codes
.mybgcolor {background-color:#ec764a; } .myforecolor {color:#ec764a; } .mybordercolor {border:3px solid #ec764a; }
#ec764a Text Font Color
<p style="color:#ec764a">Text here</p>
This sample text font color is #ec764a
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.
#ec764a Background Color
<div style="background-color:#ec764a">
Div content here</div>
This div background color is #ec764a
#ec764a Border Color
<div style="border:3px solid #ec764a">
Div here</div>
This div border color is #ec764a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,118,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec764a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec764a; -webkit-box-shadow: 1px 1px 3px 2px #ec764a; box-shadow: 1px 1px 3px 2px #ec764a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,118,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec764a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec764a; -webkit-box-shadow: 1px 1px 3px 2px #ec764a; box-shadow: 1px 1px 3px 2px #ec764a;">
Div content here</div>
This div box has shadow with color #ec764a
Comments
No comments written yet.
Please login to write comment.