Color spaces of #ffe20f
RGB | 255 | 226 | 15 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.53 |
HSV | 53° | 94° | 100° |
CMYK | 0.00 | 0.11 | 0.94 0.00 |
XYZ | 68.5226 | 75.6872 | 11.4495 |
Yxy | 75.6872 | 0.4402 | 0.4862 |
Hunter Lab | 86.9984 | -11.6551 | 53.0960 |
CIE-Lab | 89.7139 | -7.3293 | 87.8653 |
#ffe20f color RGB value is (255,226,15).
#ffe20f hex color red value is 255, green value is 226 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ffe20f hue: 0.15 , saturation: 1.00 and the lightness value of ffe20f is 0.53.
The process color (four color CMYK) of #ffe20f color hex is 0.00, 0.11, 0.94, 0.00. Web safe color of #ffe20f is #ffcc00. Color #ffe20f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100010 | 00001111 |
Octal | 377 | 342 | 17 |
Decimal | 255 | 226 | 15 |
Hex | FF | E2 | F |
Shades of #ffe20f
Tints of #ffe20f
RGB Percentages of Color #ffe20f
CMYK Percentages of Color #ffe20f
Complementary Color
#ffe20f | #0f2cff |
#ffe20f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffe20f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffe20f Color CSS Codes
.mybgcolor {background-color:#ffe20f; } .myforecolor {color:#ffe20f; } .mybordercolor {border:3px solid #ffe20f; }
#ffe20f Text Font Color
<p style="color:#ffe20f">Text here</p>
This sample text font color is #ffe20f
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.
#ffe20f Background Color
<div style="background-color:#ffe20f">
Div content here</div>
This div background color is #ffe20f
#ffe20f Border Color
<div style="border:3px solid #ffe20f">
Div here</div>
This div border color is #ffe20f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,226,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffe20f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffe20f; -webkit-box-shadow: 1px 1px 3px 2px #ffe20f; box-shadow: 1px 1px 3px 2px #ffe20f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,226,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffe20f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffe20f; -webkit-box-shadow: 1px 1px 3px 2px #ffe20f; box-shadow: 1px 1px 3px 2px #ffe20f;">
Div content here</div>
This div box has shadow with color #ffe20f
#ffe20f Color Palettes
Comments
No comments written yet.
Please login to write comment.