Shades of Sundown #EAA19E
Tints of Sundown #EAA19E
RGB
CMYK
RGB Variations
Color information
#EAA19E (or 0xEAA19E) is known color: Sundown. HEX triplet: EA, A1 and 9E. RGB value is (234,161,158). Sum of RGB (Red+Green+Blue) = 234+161+158=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA19E is #155E61. Grayscale: #B6B6B6. Windows color (decimal): -1400418 or 10396138. OLE color: 10396138.
HSL color Cylindrical-coordinate representation of color #EAA19E: hue angle of 2.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA19E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 158 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.08 |
| HSL | 2.37º | 0.64% | 0.77% | - |
| HSV(B) | 2.37º | 0.32% | 0.92% | - |
| XYZ | 52.85 | 45.45 | 38.34 | - |
| YUV | 182.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 158 | 0 | 0.31 | 0.32 | 0.08 | 2.37 | 0.64 | 0.77 |
| Hex | EA | A1 | 9E | 0 | 1F | 20 | 8 | 2 | 40 | 4D |
| Octal | 352 | 241 | 236 | 0 | 37 | 40 | 10 | 2 | 100 | 115 |
| Binary | 11101010 | 10100001 | 10011110 | 0 | 11111 | 100000 | 1000 | 10 | 1000000 | 1001101 |
Color Harmonies of #EAA19E
Complementary color
Monochromatic Colors of #EAA19E
Black with #EAA19E
Text Example
Text Example
White with #EAA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA19E; }
p { color: rgb(234,161,158); }
H1.HeaderClassName
{
color: #EAA19E;
}
.AnyTagClassName
{
color: #EAA19E;
}
</style>
background-color css
<style>
a { background-color: #EAA19E; }
a { background-color: rgb(234,161,158); }
div.DivClassName
{
background-color: #EAA19E;
}
.BgClassName
{
background-color: #EAA19E;
}
</style>
border-color css
<style>
span { border-color: #EAA19E; }
span { border-color: rgb(234,161,158); }
td.TdClassName
{
border-color: #EAA19E;
}
.TagClassName
{
border-color: #EAA19E;
}
</style>