Shades of Pale Chestnut #EBA3A9
Tints of Pale Chestnut #EBA3A9
RGB
CMYK
RGB Variations
Color information
#EBA3A9 (or 0xEBA3A9) is known color: Pale Chestnut. HEX triplet: EB, A3 and A9. RGB value is (235,163,169). Sum of RGB (Red+Green+Blue) = 235+163+169=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3A9 is #145C56. Grayscale: #B9B9B9. Windows color (decimal): -1334359 or 11117547. OLE color: 11117547.
HSL color Cylindrical-coordinate representation of color #EBA3A9: hue angle of 355º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA3A9 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 169 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.08 |
| HSL | 355º | 0.64% | 0.78% | - |
| HSV(B) | 355º | 0.31% | 0.92% | - |
| XYZ | 54.52 | 46.72 | 43.68 | - |
| YUV | 185.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 169 | 0 | 0.31 | 0.28 | 0.08 | 355 | 0.64 | 0.78 |
| Hex | EB | A3 | A9 | 0 | 1F | 1C | 8 | 163 | 40 | 4E |
| Octal | 353 | 243 | 251 | 0 | 37 | 34 | 10 | 543 | 100 | 116 |
| Binary | 11101011 | 10100011 | 10101001 | 0 | 11111 | 11100 | 1000 | 101100011 | 1000000 | 1001110 |
Color Harmonies of #EBA3A9
Complementary color
Monochromatic Colors of #EBA3A9
Black with #EBA3A9
Text Example
Text Example
White with #EBA3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3A9; }
p { color: rgb(235,163,169); }
H1.HeaderClassName
{
color: #EBA3A9;
}
.AnyTagClassName
{
color: #EBA3A9;
}
</style>
background-color css
<style>
a { background-color: #EBA3A9; }
a { background-color: rgb(235,163,169); }
div.DivClassName
{
background-color: #EBA3A9;
}
.BgClassName
{
background-color: #EBA3A9;
}
</style>
border-color css
<style>
span { border-color: #EBA3A9; }
span { border-color: rgb(235,163,169); }
td.TdClassName
{
border-color: #EBA3A9;
}
.TagClassName
{
border-color: #EBA3A9;
}
</style>