Color spaces of #eeb362
RGB | 238 | 179 | 98 |
---|---|---|---|
HSL | 0.10 | 0.80 | 0.66 |
HSV | 35° | 59° | 93° |
CMYK | 0.00 | 0.25 | 0.59 0.07 |
XYZ | 53.5846 | 51.2992 | 18.6328 |
Yxy | 51.2992 | 0.4338 | 0.4153 |
Hunter Lab | 71.6235 | 8.2025 | 34.7122 |
CIE-Lab | 76.8599 | 12.7930 | 49.0659 |
#eeb362 color RGB value is (238,179,98).
#eeb362 hex color red value is 238, green value is 179 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eeb362 hue: 0.10 , saturation: 0.80 and the lightness value of eeb362 is 0.66.
The process color (four color CMYK) of #eeb362 color hex is 0.00, 0.25, 0.59, 0.07. Web safe color of #eeb362 is #ffcc66. Color #eeb362 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10110011 | 01100010 |
Octal | 356 | 263 | 142 |
Decimal | 238 | 179 | 98 |
Hex | EE | B3 | 62 |
Shades of #eeb362
Tints of #eeb362
RGB Percentages of Color #eeb362
CMYK Percentages of Color #eeb362
Complementary Color
#eeb362 | #629dee |
#eeb362 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeb362 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeb362 Color CSS Codes
.mybgcolor {background-color:#eeb362; } .myforecolor {color:#eeb362; } .mybordercolor {border:3px solid #eeb362; }
#eeb362 Text Font Color
<p style="color:#eeb362">Text here</p>
This sample text font color is #eeb362
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.
#eeb362 Background Color
<div style="background-color:#eeb362">
Div content here</div>
This div background color is #eeb362
#eeb362 Border Color
<div style="border:3px solid #eeb362">
Div here</div>
This div border color is #eeb362
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,179,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeb362; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeb362; -webkit-box-shadow: 1px 1px 3px 2px #eeb362; box-shadow: 1px 1px 3px 2px #eeb362; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,179,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeb362">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeb362; -webkit-box-shadow: 1px 1px 3px 2px #eeb362; box-shadow: 1px 1px 3px 2px #eeb362;">
Div content here</div>
This div box has shadow with color #eeb362
Comments
No comments written yet.
Please login to write comment.