Color spaces of #eeda91
RGB | 238 | 218 | 145 |
---|---|---|---|
HSL | 0.13 | 0.73 | 0.75 |
HSV | 47° | 39° | 93° |
CMYK | 0.00 | 0.08 | 0.39 0.07 |
XYZ | 65.4421 | 70.3643 | 36.9206 |
Yxy | 70.3643 | 0.3789 | 0.4074 |
Hunter Lab | 83.8834 | -7.5383 | 32.6224 |
CIE-Lab | 87.1752 | -3.2084 | 38.4230 |
#eeda91 color RGB value is (238,218,145).
#eeda91 hex color red value is 238, green value is 218 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eeda91 hue: 0.13 , saturation: 0.73 and the lightness value of eeda91 is 0.75.
The process color (four color CMYK) of #eeda91 color hex is 0.00, 0.08, 0.39, 0.07. Web safe color of #eeda91 is #ffcc99. Color #eeda91 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011010 | 10010001 |
Octal | 356 | 332 | 221 |
Decimal | 238 | 218 | 145 |
Hex | EE | DA | 91 |
Shades of #eeda91
Tints of #eeda91
RGB Percentages of Color #eeda91
CMYK Percentages of Color #eeda91
Complementary Color
#eeda91 | #91a5ee |
#eeda91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeda91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeda91 Color CSS Codes
.mybgcolor {background-color:#eeda91; } .myforecolor {color:#eeda91; } .mybordercolor {border:3px solid #eeda91; }
#eeda91 Text Font Color
<p style="color:#eeda91">Text here</p>
This sample text font color is #eeda91
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.
#eeda91 Background Color
<div style="background-color:#eeda91">
Div content here</div>
This div background color is #eeda91
#eeda91 Border Color
<div style="border:3px solid #eeda91">
Div here</div>
This div border color is #eeda91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,218,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeda91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeda91; -webkit-box-shadow: 1px 1px 3px 2px #eeda91; box-shadow: 1px 1px 3px 2px #eeda91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,218,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeda91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeda91; -webkit-box-shadow: 1px 1px 3px 2px #eeda91; box-shadow: 1px 1px 3px 2px #eeda91;">
Div content here</div>
This div box has shadow with color #eeda91
Comments
No comments written yet.
Please login to write comment.