color details

Color Details
#eba299 Color Hex

#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
Color spaces of #eba299Value
RGB235, 162, 153
HSL0.02, 0.67, 0.76
HSV7°, 35°, 92°
XYZ52.93, 45.81, 36.18
Base Numbers
Base Red Green Blue
Binary 11101011 10100010 10011001
Octal 353 242 231
Decimal 235 162 153
Hex EB A2 99

RGB Percentages for Color #eba299

42.73%
29.45%
27.82%

CMYK Percentages of the Color #eba299

31.06%
34.89%
7.84%
CSS Codes for Color #eba299
.mybgColor {background-color: #eba299;}
.myforeColor {color: #eba299;}
.myborderColor {border:3px solid #eba299;}
Text Font Color #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,

Background Color #eba299

<div style="background-color:#eba299">Div content here</div>

The background color of this div is #eba299
Border Color #eba299

<div style="border:3px solid #eba299">Div here</div>

The border color of this div is #eba299
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235, 162, 153, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #eba299;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #eba299

Scroll to Top