Color spaces of #efce46
RGB | 239 | 206 | 70 |
---|---|---|---|
HSL | 0.13 | 0.84 | 0.61 |
HSV | 48° | 71° | 94° |
CMYK | 0.00 | 0.14 | 0.71 0.06 |
XYZ | 58.7734 | 62.9355 | 14.8444 |
Yxy | 62.9355 | 0.4304 | 0.4609 |
Hunter Lab | 79.3319 | -6.5883 | 44.4381 |
CIE-Lab | 83.4084 | -2.5096 | 68.4586 |
#efce46 color RGB value is (239,206,70).
#efce46 hex color red value is 239, green value is 206 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #efce46 hue: 0.13 , saturation: 0.84 and the lightness value of efce46 is 0.61.
The process color (four color CMYK) of #efce46 color hex is 0.00, 0.14, 0.71, 0.06. Web safe color of #efce46 is #ffcc33. Color #efce46 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001110 | 01000110 |
Octal | 357 | 316 | 106 |
Decimal | 239 | 206 | 70 |
Hex | EF | CE | 46 |
Shades of #efce46
Tints of #efce46
RGB Percentages of Color #efce46
CMYK Percentages of Color #efce46
Complementary Color
#efce46 | #4667ef |
#efce46 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efce46 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efce46 Color CSS Codes
.mybgcolor {background-color:#efce46; } .myforecolor {color:#efce46; } .mybordercolor {border:3px solid #efce46; }
#efce46 Text Font Color
<p style="color:#efce46">Text here</p>
This sample text font color is #efce46
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.
#efce46 Background Color
<div style="background-color:#efce46">
Div content here</div>
This div background color is #efce46
#efce46 Border Color
<div style="border:3px solid #efce46">
Div here</div>
This div border color is #efce46
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,206,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efce46; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efce46; -webkit-box-shadow: 1px 1px 3px 2px #efce46; box-shadow: 1px 1px 3px 2px #efce46; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,206,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 #efce46">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efce46; -webkit-box-shadow: 1px 1px 3px 2px #efce46; box-shadow: 1px 1px 3px 2px #efce46;">
Div content here</div>
This div box has shadow with color #efce46
Comments
No comments written yet.
Please login to write comment.