Shades of Pale Chestnut #EBAEB1
Tints of Pale Chestnut #EBAEB1
RGB
CMYK
RGB Variations
Color information
#EBAEB1 (or 0xEBAEB1) is known color: Pale Chestnut. HEX triplet: EB, AE and B1. RGB value is (235,174,177). Sum of RGB (Red+Green+Blue) = 235+174+177=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEB1 is #14514E. Grayscale: #C0C0C0. Windows color (decimal): -1331535 or 11644651. OLE color: 11644651.
HSL color Cylindrical-coordinate representation of color #EBAEB1: hue angle of 357.05º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEB1 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 177 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.08 |
| HSL | 357.05º | 0.6% | 0.8% | - |
| HSV(B) | 357.05º | 0.26% | 0.92% | - |
| XYZ | 57.33 | 51.11 | 48.44 | - |
| YUV | 192.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 177 | 0 | 0.26 | 0.25 | 0.08 | 357.05 | 0.6 | 0.8 |
| Hex | EB | AE | B1 | 0 | 1A | 19 | 8 | 165 | 3C | 50 |
| Octal | 353 | 256 | 261 | 0 | 32 | 31 | 10 | 545 | 74 | 120 |
| Binary | 11101011 | 10101110 | 10110001 | 0 | 11010 | 11001 | 1000 | 101100101 | 111100 | 1010000 |
Color Harmonies of #EBAEB1
Complementary color
Monochromatic Colors of #EBAEB1
Black with #EBAEB1
Text Example
Text Example
White with #EBAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEB1; }
p { color: rgb(235,174,177); }
H1.HeaderClassName
{
color: #EBAEB1;
}
.AnyTagClassName
{
color: #EBAEB1;
}
</style>
background-color css
<style>
a { background-color: #EBAEB1; }
a { background-color: rgb(235,174,177); }
div.DivClassName
{
background-color: #EBAEB1;
}
.BgClassName
{
background-color: #EBAEB1;
}
</style>
border-color css
<style>
span { border-color: #EBAEB1; }
span { border-color: rgb(235,174,177); }
td.TdClassName
{
border-color: #EBAEB1;
}
.TagClassName
{
border-color: #EBAEB1;
}
</style>