Color spaces of #eeb25d
RGB | 238 | 178 | 93 |
---|---|---|---|
HSL | 0.10 | 0.81 | 0.65 |
HSV | 35° | 61° | 93° |
CMYK | 0.00 | 0.25 | 0.61 0.07 |
XYZ | 53.1561 | 50.8082 | 17.3613 |
Yxy | 50.8082 | 0.4381 | 0.4188 |
Hunter Lab | 71.2799 | 8.3744 | 35.4549 |
CIE-Lab | 76.5627 | 12.9701 | 51.1389 |
#eeb25d color RGB value is (238,178,93).
#eeb25d hex color red value is 238, green value is 178 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eeb25d hue: 0.10 , saturation: 0.81 and the lightness value of eeb25d is 0.65.
The process color (four color CMYK) of #eeb25d color hex is 0.00, 0.25, 0.61, 0.07. Web safe color of #eeb25d is #ff9966. Color #eeb25d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10110010 | 01011101 |
Octal | 356 | 262 | 135 |
Decimal | 238 | 178 | 93 |
Hex | EE | B2 | 5D |
Shades of #eeb25d
Tints of #eeb25d
RGB Percentages of Color #eeb25d
CMYK Percentages of Color #eeb25d
Complementary Color
#eeb25d | #5d99ee |
#eeb25d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeb25d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeb25d Color CSS Codes
.mybgcolor {background-color:#eeb25d; } .myforecolor {color:#eeb25d; } .mybordercolor {border:3px solid #eeb25d; }
#eeb25d Text Font Color
<p style="color:#eeb25d">Text here</p>
This sample text font color is #eeb25d
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.
#eeb25d Background Color
<div style="background-color:#eeb25d">
Div content here</div>
This div background color is #eeb25d
#eeb25d Border Color
<div style="border:3px solid #eeb25d">
Div here</div>
This div border color is #eeb25d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,178,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeb25d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeb25d; -webkit-box-shadow: 1px 1px 3px 2px #eeb25d; box-shadow: 1px 1px 3px 2px #eeb25d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,178,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeb25d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeb25d; -webkit-box-shadow: 1px 1px 3px 2px #eeb25d; box-shadow: 1px 1px 3px 2px #eeb25d;">
Div content here</div>
This div box has shadow with color #eeb25d
Comments
No comments written yet.
Please login to write comment.