#eba299 color RGB value is (14, 186, 41).
#eba299 hex color red value is 14, green value is 186, and blue value is 41.
Cylindrical-coordinate representations (HSL) of color #eba299
hue: 129.42,
saturation: 0.86 and lightness: 0.39.
The process color (four-color CMYK) of #eba299 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #eba299 is #ff9999. Color #eba299 contains mainly RED.
| Color spaces of #eba299 | Value |
|---|---|
| RGB | 235, 162, 153 |
| HSL | 0.02, 0.67, 0.76 |
| HSV | 7°, 35°, 92° |
| XYZ | 52.93, 45.81, 36.18 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101011 | 10100010 | 10011001 |
| Octal | 353 | 242 | 231 |
| Decimal | 235 | 162 | 153 |
| Hex | EB | A2 | 99 |
Shades of #eba299
Tints of #eba299
.mybgColor {background-color: #eba299;}
.myforeColor {color: #eba299;}
.myborderColor {border:3px solid #eba299;}
<p style="color:#eba299">Text here</p>
This sample text is styled with the font color #eba299. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#eba299">Div content here</div>
<div style="border:3px solid #eba299">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(235, 162, 153, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #eba299; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #eba299;
-webkit-box-shadow: 1px 1px 3px #eba299;
box-shadow: 1px 1px 3px #eba299; }
<p style="text-shadow: 4px 4px 2px rgba(235, 162, 153, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #eba299;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #eba299;
-webkit-box-shadow: 1px 1px 3px #eba299;
box-shadow: 1px 1px 3px #eba299;">Div content here</div>
