Shades of Sundown #EBAAA9
Tints of Sundown #EBAAA9
RGB
CMYK
RGB Variations
Color information
#EBAAA9 (or 0xEBAAA9) is known color: Sundown. HEX triplet: EB, AA and A9. RGB value is (235,170,169). Sum of RGB (Red+Green+Blue) = 235+170+169=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAA9 is #145556. Grayscale: #BDBDBD. Windows color (decimal): -1332567 or 11119339. OLE color: 11119339.
HSL color Cylindrical-coordinate representation of color #EBAAA9: hue angle of 0.91º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAA9 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 169 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.08 |
| HSL | 0.91º | 0.62% | 0.79% | - |
| HSV(B) | 0.91º | 0.28% | 0.92% | - |
| XYZ | 55.8 | 49.28 | 44.11 | - |
| YUV | 189.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 169 | 0 | 0.28 | 0.28 | 0.08 | 0.91 | 0.62 | 0.79 |
| Hex | EB | AA | A9 | 0 | 1C | 1C | 8 | 1 | 3E | 4F |
| Octal | 353 | 252 | 251 | 0 | 34 | 34 | 10 | 1 | 76 | 117 |
| Binary | 11101011 | 10101010 | 10101001 | 0 | 11100 | 11100 | 1000 | 1 | 111110 | 1001111 |
Color Harmonies of #EBAAA9
Complementary color
Monochromatic Colors of #EBAAA9
Black with #EBAAA9
Text Example
Text Example
White with #EBAAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAA9; }
p { color: rgb(235,170,169); }
H1.HeaderClassName
{
color: #EBAAA9;
}
.AnyTagClassName
{
color: #EBAAA9;
}
</style>
background-color css
<style>
a { background-color: #EBAAA9; }
a { background-color: rgb(235,170,169); }
div.DivClassName
{
background-color: #EBAAA9;
}
.BgClassName
{
background-color: #EBAAA9;
}
</style>
border-color css
<style>
span { border-color: #EBAAA9; }
span { border-color: rgb(235,170,169); }
td.TdClassName
{
border-color: #EBAAA9;
}
.TagClassName
{
border-color: #EBAAA9;
}
</style>