Color spaces of #ecc110
RGB | 236 | 193 | 16 |
---|---|---|---|
HSL | 0.13 | 0.87 | 0.49 |
HSV | 48° | 93° | 93° |
CMYK | 0.00 | 0.18 | 0.93 0.07 |
XYZ | 53.7556 | 56.0102 | 8.4680 |
Yxy | 56.0102 | 0.4547 | 0.4737 |
Hunter Lab | 74.8400 | -2.7580 | 45.6794 |
CIE-Lab | 79.6196 | 1.3365 | 79.4918 |
#ecc110 color RGB value is (236,193,16).
#ecc110 hex color red value is 236, green value is 193 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ecc110 hue: 0.13 , saturation: 0.87 and the lightness value of ecc110 is 0.49.
The process color (four color CMYK) of #ecc110 color hex is 0.00, 0.18, 0.93, 0.07. Web safe color of #ecc110 is #ffcc00. Color #ecc110 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11000001 | 00010000 |
Octal | 354 | 301 | 20 |
Decimal | 236 | 193 | 16 |
Hex | EC | C1 | 10 |
Shades of #ecc110
Tints of #ecc110
RGB Percentages of Color #ecc110
CMYK Percentages of Color #ecc110
Complementary Color
#ecc110 | #103bec |
#ecc110 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecc110 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecc110 Color CSS Codes
.mybgcolor {background-color:#ecc110; } .myforecolor {color:#ecc110; } .mybordercolor {border:3px solid #ecc110; }
#ecc110 Text Font Color
<p style="color:#ecc110">Text here</p>
This sample text font color is #ecc110
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.
#ecc110 Background Color
<div style="background-color:#ecc110">
Div content here</div>
This div background color is #ecc110
#ecc110 Border Color
<div style="border:3px solid #ecc110">
Div here</div>
This div border color is #ecc110
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,193,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecc110; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecc110; -webkit-box-shadow: 1px 1px 3px 2px #ecc110; box-shadow: 1px 1px 3px 2px #ecc110; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,193,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecc110">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecc110; -webkit-box-shadow: 1px 1px 3px 2px #ecc110; box-shadow: 1px 1px 3px 2px #ecc110;">
Div content here</div>
This div box has shadow with color #ecc110
Comments
No comments written yet.
Please login to write comment.