Shades of Sundown #EBA3A1
Tints of Sundown #EBA3A1
RGB
CMYK
RGB Variations
Color information
#EBA3A1 (or 0xEBA3A1) is known color: Sundown. HEX triplet: EB, A3 and A1. RGB value is (235,163,161). Sum of RGB (Red+Green+Blue) = 235+163+161=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3A1 is #145C5E. Grayscale: #B8B8B8. Windows color (decimal): -1334367 or 10593259. OLE color: 10593259.
HSL color Cylindrical-coordinate representation of color #EBA3A1: hue angle of 1.62º degrees, saturation: 0.65, 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 #EBA3A1 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 161 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.08 |
| HSL | 1.62º | 0.65% | 0.78% | - |
| HSV(B) | 1.62º | 0.31% | 0.92% | - |
| XYZ | 53.79 | 46.43 | 39.84 | - |
| YUV | 184.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 161 | 0 | 0.31 | 0.31 | 0.08 | 1.62 | 0.65 | 0.78 |
| Hex | EB | A3 | A1 | 0 | 1F | 1F | 8 | 2 | 41 | 4E |
| Octal | 353 | 243 | 241 | 0 | 37 | 37 | 10 | 2 | 101 | 116 |
| Binary | 11101011 | 10100011 | 10100001 | 0 | 11111 | 11111 | 1000 | 10 | 1000001 | 1001110 |
Color Harmonies of #EBA3A1
Complementary color
Monochromatic Colors of #EBA3A1
Black with #EBA3A1
Text Example
Text Example
White with #EBA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3A1; }
p { color: rgb(235,163,161); }
H1.HeaderClassName
{
color: #EBA3A1;
}
.AnyTagClassName
{
color: #EBA3A1;
}
</style>
background-color css
<style>
a { background-color: #EBA3A1; }
a { background-color: rgb(235,163,161); }
div.DivClassName
{
background-color: #EBA3A1;
}
.BgClassName
{
background-color: #EBA3A1;
}
</style>
border-color css
<style>
span { border-color: #EBA3A1; }
span { border-color: rgb(235,163,161); }
td.TdClassName
{
border-color: #EBA3A1;
}
.TagClassName
{
border-color: #EBA3A1;
}
</style>