Color spaces of #edc306
RGB | 237 | 195 | 6 |
---|---|---|---|
HSL | 0.14 | 0.95 | 0.48 |
HSV | 49° | 97° | 93° |
CMYK | 0.00 | 0.18 | 0.97 0.07 |
XYZ | 54.4730 | 57.0479 | 8.3126 |
Yxy | 57.0479 | 0.4546 | 0.4761 |
Hunter Lab | 75.5301 | -3.4417 | 46.3458 |
CIE-Lab | 80.2065 | 0.6381 | 81.0291 |
#edc306 color RGB value is (237,195,6).
#edc306 hex color red value is 237, green value is 195 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #edc306 hue: 0.14 , saturation: 0.95 and the lightness value of edc306 is 0.48.
The process color (four color CMYK) of #edc306 color hex is 0.00, 0.18, 0.97, 0.07. Web safe color of #edc306 is #ffcc00. Color #edc306 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11000011 | 00000110 |
Octal | 355 | 303 | 6 |
Decimal | 237 | 195 | 6 |
Hex | ED | C3 | 6 |
Shades of #edc306
Tints of #edc306
RGB Percentages of Color #edc306
CMYK Percentages of Color #edc306
Complementary Color
#edc306 | #0630ed |
#edc306 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc306 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc306 Color CSS Codes
.mybgcolor {background-color:#edc306; } .myforecolor {color:#edc306; } .mybordercolor {border:3px solid #edc306; }
#edc306 Text Font Color
<p style="color:#edc306">Text here</p>
This sample text font color is #edc306
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.
#edc306 Background Color
<div style="background-color:#edc306">
Div content here</div>
This div background color is #edc306
#edc306 Border Color
<div style="border:3px solid #edc306">
Div here</div>
This div border color is #edc306
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,195,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc306; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc306; -webkit-box-shadow: 1px 1px 3px 2px #edc306; box-shadow: 1px 1px 3px 2px #edc306; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,195,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc306">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc306; -webkit-box-shadow: 1px 1px 3px 2px #edc306; box-shadow: 1px 1px 3px 2px #edc306;">
Div content here</div>
This div box has shadow with color #edc306
Comments
No comments written yet.
Please login to write comment.