Shades of Sundown #EBA6A2
Tints of Sundown #EBA6A2
RGB
CMYK
RGB Variations
Color information
#EBA6A2 (or 0xEBA6A2) is known color: Sundown. HEX triplet: EB, A6 and A2. RGB value is (235,166,162). Sum of RGB (Red+Green+Blue) = 235+166+162=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6A2 is #14595D. Grayscale: #BABABA. Windows color (decimal): -1333598 or 10659563. OLE color: 10659563.
HSL color Cylindrical-coordinate representation of color #EBA6A2: hue angle of 3.29º 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 #EBA6A2 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 162 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.08 |
| HSL | 3.29º | 0.65% | 0.78% | - |
| HSV(B) | 3.29º | 0.31% | 0.92% | - |
| XYZ | 54.42 | 47.54 | 40.49 | - |
| YUV | 186.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 162 | 0 | 0.29 | 0.31 | 0.08 | 3.29 | 0.65 | 0.78 |
| Hex | EB | A6 | A2 | 0 | 1D | 1F | 8 | 3 | 41 | 4E |
| Octal | 353 | 246 | 242 | 0 | 35 | 37 | 10 | 3 | 101 | 116 |
| Binary | 11101011 | 10100110 | 10100010 | 0 | 11101 | 11111 | 1000 | 11 | 1000001 | 1001110 |
Color Harmonies of #EBA6A2
Complementary color
Monochromatic Colors of #EBA6A2
Black with #EBA6A2
Text Example
Text Example
White with #EBA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6A2; }
p { color: rgb(235,166,162); }
H1.HeaderClassName
{
color: #EBA6A2;
}
.AnyTagClassName
{
color: #EBA6A2;
}
</style>
background-color css
<style>
a { background-color: #EBA6A2; }
a { background-color: rgb(235,166,162); }
div.DivClassName
{
background-color: #EBA6A2;
}
.BgClassName
{
background-color: #EBA6A2;
}
</style>
border-color css
<style>
span { border-color: #EBA6A2; }
span { border-color: rgb(235,166,162); }
td.TdClassName
{
border-color: #EBA6A2;
}
.TagClassName
{
border-color: #EBA6A2;
}
</style>