Color spaces of #eee301
RGB | 238 | 227 | 1 |
---|---|---|---|
HSL | 0.16 | 0.99 | 0.47 |
HSV | 57° | 100° | 93° |
CMYK | 0.00 | 0.05 | 1.00 0.07 |
XYZ | 62.7345 | 73.1175 | 10.8353 |
Yxy | 73.1175 | 0.4277 | 0.4985 |
Hunter Lab | 85.5088 | -18.6818 | 52.3432 |
CIE-Lab | 88.5037 | -15.1097 | 87.4979 |
#eee301 color RGB value is (238,227,1).
#eee301 hex color red value is 238, green value is 227 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #eee301 hue: 0.16 , saturation: 0.99 and the lightness value of eee301 is 0.47.
The process color (four color CMYK) of #eee301 color hex is 0.00, 0.05, 1.00, 0.07. Web safe color of #eee301 is #ffcc00. Color #eee301 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11100011 | 00000001 |
Octal | 356 | 343 | 1 |
Decimal | 238 | 227 | 1 |
Hex | EE | E3 | 1 |
Shades of #eee301
Tints of #eee301
RGB Percentages of Color #eee301
CMYK Percentages of Color #eee301
Complementary Color
#eee301 | #010cee |
#eee301 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eee301 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eee301 Color CSS Codes
.mybgcolor {background-color:#eee301; } .myforecolor {color:#eee301; } .mybordercolor {border:3px solid #eee301; }
#eee301 Text Font Color
<p style="color:#eee301">Text here</p>
This sample text font color is #eee301
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.
#eee301 Background Color
<div style="background-color:#eee301">
Div content here</div>
This div background color is #eee301
#eee301 Border Color
<div style="border:3px solid #eee301">
Div here</div>
This div border color is #eee301
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,227,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eee301; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eee301; -webkit-box-shadow: 1px 1px 3px 2px #eee301; box-shadow: 1px 1px 3px 2px #eee301; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,227,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eee301">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eee301; -webkit-box-shadow: 1px 1px 3px 2px #eee301; box-shadow: 1px 1px 3px 2px #eee301;">
Div content here</div>
This div box has shadow with color #eee301
Comments
No comments written yet.
Please login to write comment.