Shades of Sundown #EAA9A9
Tints of Sundown #EAA9A9
RGB
CMYK
RGB Variations
Color information
#EAA9A9 (or 0xEAA9A9) is known color: Sundown. HEX triplet: EA, A9 and A9. RGB value is (234,169,169). Sum of RGB (Red+Green+Blue) = 234+169+169=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA9A9 is #155656. Grayscale: #BCBCBC. Windows color (decimal): -1398359 or 11119082. OLE color: 11119082.
HSL color Cylindrical-coordinate representation of color #EAA9A9: hue angle of 0º degrees, saturation: 0.61, 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 #EAA9A9 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 169 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.08 |
| HSL | 0º | 0.61% | 0.79% | - |
| HSV(B) | 0º | 0.28% | 0.92% | - |
| XYZ | 55.28 | 48.73 | 44.03 | - |
| YUV | 188.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 169 | 0 | 0.28 | 0.28 | 0.08 | 0 | 0.61 | 0.79 |
| Hex | EA | A9 | A9 | 0 | 1C | 1C | 8 | 0 | 3D | 4F |
| Octal | 352 | 251 | 251 | 0 | 34 | 34 | 10 | 0 | 75 | 117 |
| Binary | 11101010 | 10101001 | 10101001 | 0 | 11100 | 11100 | 1000 | 0 | 111101 | 1001111 |
Color Harmonies of #EAA9A9
Complementary color
Monochromatic Colors of #EAA9A9
Black with #EAA9A9
Text Example
Text Example
White with #EAA9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9A9; }
p { color: rgb(234,169,169); }
H1.HeaderClassName
{
color: #EAA9A9;
}
.AnyTagClassName
{
color: #EAA9A9;
}
</style>
background-color css
<style>
a { background-color: #EAA9A9; }
a { background-color: rgb(234,169,169); }
div.DivClassName
{
background-color: #EAA9A9;
}
.BgClassName
{
background-color: #EAA9A9;
}
</style>
border-color css
<style>
span { border-color: #EAA9A9; }
span { border-color: rgb(234,169,169); }
td.TdClassName
{
border-color: #EAA9A9;
}
.TagClassName
{
border-color: #EAA9A9;
}
</style>