Shades of Pale Chestnut #EBA3A5
Tints of Pale Chestnut #EBA3A5
RGB
CMYK
RGB Variations
Color information
#EBA3A5 (or 0xEBA3A5) is known color: Pale Chestnut. HEX triplet: EB, A3 and A5. RGB value is (235,163,165). Sum of RGB (Red+Green+Blue) = 235+163+165=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3A5 is #145C5A. Grayscale: #B8B8B8. Windows color (decimal): -1334363 or 10855403. OLE color: 10855403.
HSL color Cylindrical-coordinate representation of color #EBA3A5: hue angle of 358.33º 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 #EBA3A5 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 165 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.08 |
| HSL | 358.33º | 0.64% | 0.78% | - |
| HSV(B) | 358.33º | 0.31% | 0.92% | - |
| XYZ | 54.15 | 46.57 | 41.73 | - |
| YUV | 184.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 165 | 0 | 0.31 | 0.30 | 0.08 | 358.33 | 0.64 | 0.78 |
| Hex | EB | A3 | A5 | 0 | 1F | 1E | 8 | 166 | 40 | 4E |
| Octal | 353 | 243 | 245 | 0 | 37 | 36 | 10 | 546 | 100 | 116 |
| Binary | 11101011 | 10100011 | 10100101 | 0 | 11111 | 11110 | 1000 | 101100110 | 1000000 | 1001110 |
Color Harmonies of #EBA3A5
Complementary color
Monochromatic Colors of #EBA3A5
Black with #EBA3A5
Text Example
Text Example
White with #EBA3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3A5; }
p { color: rgb(235,163,165); }
H1.HeaderClassName
{
color: #EBA3A5;
}
.AnyTagClassName
{
color: #EBA3A5;
}
</style>
background-color css
<style>
a { background-color: #EBA3A5; }
a { background-color: rgb(235,163,165); }
div.DivClassName
{
background-color: #EBA3A5;
}
.BgClassName
{
background-color: #EBA3A5;
}
</style>
border-color css
<style>
span { border-color: #EBA3A5; }
span { border-color: rgb(235,163,165); }
td.TdClassName
{
border-color: #EBA3A5;
}
.TagClassName
{
border-color: #EBA3A5;
}
</style>