Color spaces of #eeda37
RGB | 238 | 218 | 55 |
---|---|---|---|
HSL | 0.15 | 0.84 | 0.57 |
HSV | 53° | 77° | 93° |
CMYK | 0.00 | 0.08 | 0.77 0.07 |
XYZ | 61.0209 | 68.5958 | 13.6386 |
Yxy | 68.5958 | 0.4260 | 0.4788 |
Hunter Lab | 82.8226 | -13.4267 | 48.2124 |
CIE-Lab | 86.3035 | -9.6263 | 76.3163 |
#eeda37 color RGB value is (238,218,55).
#eeda37 hex color red value is 238, green value is 218 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #eeda37 hue: 0.15 , saturation: 0.84 and the lightness value of eeda37 is 0.57.
The process color (four color CMYK) of #eeda37 color hex is 0.00, 0.08, 0.77, 0.07. Web safe color of #eeda37 is #ffcc33. Color #eeda37 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011010 | 00110111 |
Octal | 356 | 332 | 67 |
Decimal | 238 | 218 | 55 |
Hex | EE | DA | 37 |
Shades of #eeda37
Tints of #eeda37
RGB Percentages of Color #eeda37
CMYK Percentages of Color #eeda37
Complementary Color
#eeda37 | #374bee |
#eeda37 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeda37 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeda37 Color CSS Codes
.mybgcolor {background-color:#eeda37; } .myforecolor {color:#eeda37; } .mybordercolor {border:3px solid #eeda37; }
#eeda37 Text Font Color
<p style="color:#eeda37">Text here</p>
This sample text font color is #eeda37
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.
#eeda37 Background Color
<div style="background-color:#eeda37">
Div content here</div>
This div background color is #eeda37
#eeda37 Border Color
<div style="border:3px solid #eeda37">
Div here</div>
This div border color is #eeda37
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,218,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeda37; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeda37; -webkit-box-shadow: 1px 1px 3px 2px #eeda37; box-shadow: 1px 1px 3px 2px #eeda37; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,218,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeda37">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeda37; -webkit-box-shadow: 1px 1px 3px 2px #eeda37; box-shadow: 1px 1px 3px 2px #eeda37;">
Div content here</div>
This div box has shadow with color #eeda37
Comments
No comments written yet.
Please login to write comment.