Shades of Sundown #EBA19E
Tints of Sundown #EBA19E
RGB
CMYK
RGB Variations
Color information
#EBA19E (or 0xEBA19E) is known color: Sundown. HEX triplet: EB, A1 and 9E. RGB value is (235,161,158). Sum of RGB (Red+Green+Blue) = 235+161+158=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA19E is #145E61. Grayscale: #B6B6B6. Windows color (decimal): -1334882 or 10396139. OLE color: 10396139.
HSL color Cylindrical-coordinate representation of color #EBA19E: hue angle of 2.34º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA19E is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 158 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.08 |
| HSL | 2.34º | 0.66% | 0.77% | - |
| HSV(B) | 2.34º | 0.33% | 0.92% | - |
| XYZ | 53.18 | 45.62 | 38.35 | - |
| YUV | 182.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 158 | 0 | 0.31 | 0.33 | 0.08 | 2.34 | 0.66 | 0.77 |
| Hex | EB | A1 | 9E | 0 | 1F | 21 | 8 | 2 | 42 | 4D |
| Octal | 353 | 241 | 236 | 0 | 37 | 41 | 10 | 2 | 102 | 115 |
| Binary | 11101011 | 10100001 | 10011110 | 0 | 11111 | 100001 | 1000 | 10 | 1000010 | 1001101 |
Color Harmonies of #EBA19E
Complementary color
Monochromatic Colors of #EBA19E
Black with #EBA19E
Text Example
Text Example
White with #EBA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA19E; }
p { color: rgb(235,161,158); }
H1.HeaderClassName
{
color: #EBA19E;
}
.AnyTagClassName
{
color: #EBA19E;
}
</style>
background-color css
<style>
a { background-color: #EBA19E; }
a { background-color: rgb(235,161,158); }
div.DivClassName
{
background-color: #EBA19E;
}
.BgClassName
{
background-color: #EBA19E;
}
</style>
border-color css
<style>
span { border-color: #EBA19E; }
span { border-color: rgb(235,161,158); }
td.TdClassName
{
border-color: #EBA19E;
}
.TagClassName
{
border-color: #EBA19E;
}
</style>