Color spaces of #ece03d
RGB | 236 | 224 | 61 |
---|---|---|---|
HSL | 0.16 | 0.82 | 0.58 |
HSV | 56° | 74° | 93° |
CMYK | 0.00 | 0.05 | 0.74 0.07 |
XYZ | 62.0900 | 71.4811 | 14.9396 |
Yxy | 71.4811 | 0.4181 | 0.4813 |
Hunter Lab | 84.5465 | -16.8680 | 48.7058 |
CIE-Lab | 87.7182 | -13.2198 | 75.6697 |
#ece03d color RGB value is (236,224,61).
#ece03d hex color red value is 236, green value is 224 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ece03d hue: 0.16 , saturation: 0.82 and the lightness value of ece03d is 0.58.
The process color (four color CMYK) of #ece03d color hex is 0.00, 0.05, 0.74, 0.07. Web safe color of #ece03d is #ffcc33. Color #ece03d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11100000 | 00111101 |
Octal | 354 | 340 | 75 |
Decimal | 236 | 224 | 61 |
Hex | EC | E0 | 3D |
Shades of #ece03d
Tints of #ece03d
RGB Percentages of Color #ece03d
CMYK Percentages of Color #ece03d
Complementary Color
#ece03d | #3d49ec |
#ece03d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ece03d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ece03d Color CSS Codes
.mybgcolor {background-color:#ece03d; } .myforecolor {color:#ece03d; } .mybordercolor {border:3px solid #ece03d; }
#ece03d Text Font Color
<p style="color:#ece03d">Text here</p>
This sample text font color is #ece03d
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.
#ece03d Background Color
<div style="background-color:#ece03d">
Div content here</div>
This div background color is #ece03d
#ece03d Border Color
<div style="border:3px solid #ece03d">
Div here</div>
This div border color is #ece03d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,224,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ece03d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ece03d; -webkit-box-shadow: 1px 1px 3px 2px #ece03d; box-shadow: 1px 1px 3px 2px #ece03d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,224,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ece03d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ece03d; -webkit-box-shadow: 1px 1px 3px 2px #ece03d; box-shadow: 1px 1px 3px 2px #ece03d;">
Div content here</div>
This div box has shadow with color #ece03d
Comments
No comments written yet.
Please login to write comment.