Color spaces of #eee600 Titanium Yellow
RGB | 238 | 230 | 0 |
---|---|---|---|
HSL | 0.16 | 1.00 | 0.47 |
HSV | 58° | 100° | 93° |
CMYK | 0.00 | 0.03 | 1.00 0.07 |
XYZ | 63.5567 | 74.7708 | 11.0824 |
Yxy | 74.7708 | 0.4254 | 0.5004 |
Hunter Lab | 86.4701 | -20.1228 | 52.9302 |
CIE-Lab | 89.2855 | -16.5859 | 88.1466 |
#eee600 color RGB value is (238,230,0). #eee600 color name is Titanium Yellow color.
#eee600 hex color red value is 238, green value is 230 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eee600 hue: 0.16 , saturation: 1.00 and the lightness value of eee600 is 0.47.
The process color (four color CMYK) of #eee600 color hex is 0.00, 0.03, 1.00, 0.07. Web safe color of #eee600 is #ffff00. Color #eee600 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11100110 | 00000000 |
Octal | 356 | 346 | 0 |
Decimal | 238 | 230 | 0 |
Hex | EE | E6 | 0 |
Shades of #eee600
Tints of #eee600
RGB Percentages of Color #eee600
CMYK Percentages of Color #eee600
Complementary Color
#eee600 | #0008ee |
#eee600 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eee600 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eee600 Color CSS Codes
.mybgcolor {background-color:#eee600; } .myforecolor {color:#eee600; } .mybordercolor {border:3px solid #eee600; }
#eee600 Text Font Color
<p style="color:#eee600">Text here</p>
This sample text font color is #eee600
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.
#eee600 Background Color
<div style="background-color:#eee600">
Div content here</div>
This div background color is #eee600
#eee600 Border Color
<div style="border:3px solid #eee600">
Div here</div>
This div border color is #eee600
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,230,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eee600; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eee600; -webkit-box-shadow: 1px 1px 3px 2px #eee600; box-shadow: 1px 1px 3px 2px #eee600; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,230,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eee600">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eee600; -webkit-box-shadow: 1px 1px 3px 2px #eee600; box-shadow: 1px 1px 3px 2px #eee600;">
Div content here</div>
This div box has shadow with color #eee600
#eee600 Color Palettes
Comments
No comments written yet.
Please login to write comment.