Color spaces of #ece146
RGB | 236 | 225 | 70 |
---|---|---|---|
HSL | 0.16 | 0.81 | 0.60 |
HSV | 56° | 70° | 93° |
CMYK | 0.00 | 0.05 | 0.70 0.07 |
XYZ | 62.6228 | 72.1255 | 16.4154 |
Yxy | 72.1255 | 0.4143 | 0.4771 |
Hunter Lab | 84.9267 | -17.0005 | 47.9886 |
CIE-Lab | 88.0290 | -13.3218 | 72.9148 |
#ece146 color RGB value is (236,225,70).
#ece146 hex color red value is 236, green value is 225 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ece146 hue: 0.16 , saturation: 0.81 and the lightness value of ece146 is 0.60.
The process color (four color CMYK) of #ece146 color hex is 0.00, 0.05, 0.70, 0.07. Web safe color of #ece146 is #ffcc33. Color #ece146 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11100001 | 01000110 |
Octal | 354 | 341 | 106 |
Decimal | 236 | 225 | 70 |
Hex | EC | E1 | 46 |
Shades of #ece146
Tints of #ece146
RGB Percentages of Color #ece146
CMYK Percentages of Color #ece146
Complementary Color
#ece146 | #4651ec |
#ece146 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ece146 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ece146 Color CSS Codes
.mybgcolor {background-color:#ece146; } .myforecolor {color:#ece146; } .mybordercolor {border:3px solid #ece146; }
#ece146 Text Font Color
<p style="color:#ece146">Text here</p>
This sample text font color is #ece146
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.
#ece146 Background Color
<div style="background-color:#ece146">
Div content here</div>
This div background color is #ece146
#ece146 Border Color
<div style="border:3px solid #ece146">
Div here</div>
This div border color is #ece146
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,225,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ece146; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ece146; -webkit-box-shadow: 1px 1px 3px 2px #ece146; box-shadow: 1px 1px 3px 2px #ece146; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,225,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ece146">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ece146; -webkit-box-shadow: 1px 1px 3px 2px #ece146; box-shadow: 1px 1px 3px 2px #ece146;">
Div content here</div>
This div box has shadow with color #ece146
Comments
No comments written yet.
Please login to write comment.