Shades of Sundown #EFA9A8
Tints of Sundown #EFA9A8
RGB
CMYK
RGB Variations
Color information
#EFA9A8 (or 0xEFA9A8) is known color: Sundown. HEX triplet: EF, A9 and A8. RGB value is (239,169,168). Sum of RGB (Red+Green+Blue) = 239+169+168=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9A8 is #105657. Grayscale: #BDBDBD. Windows color (decimal): -1070680 or 11053551. OLE color: 11053551.
HSL color Cylindrical-coordinate representation of color #EFA9A8: hue angle of 0.85º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA9A8 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 168 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.06 |
| HSL | 0.85º | 0.69% | 0.8% | - |
| HSV(B) | 0.85º | 0.3% | 0.94% | - |
| XYZ | 56.85 | 49.55 | 43.61 | - |
| YUV | 189.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 168 | 0 | 0.29 | 0.30 | 0.06 | 0.85 | 0.69 | 0.8 |
| Hex | EF | A9 | A8 | 0 | 1D | 1E | 6 | 1 | 45 | 50 |
| Octal | 357 | 251 | 250 | 0 | 35 | 36 | 6 | 1 | 105 | 120 |
| Binary | 11101111 | 10101001 | 10101000 | 0 | 11101 | 11110 | 110 | 1 | 1000101 | 1010000 |
Color Harmonies of #EFA9A8
Complementary color
Monochromatic Colors of #EFA9A8
Black with #EFA9A8
Text Example
Text Example
White with #EFA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9A8; }
p { color: rgb(239,169,168); }
H1.HeaderClassName
{
color: #EFA9A8;
}
.AnyTagClassName
{
color: #EFA9A8;
}
</style>
background-color css
<style>
a { background-color: #EFA9A8; }
a { background-color: rgb(239,169,168); }
div.DivClassName
{
background-color: #EFA9A8;
}
.BgClassName
{
background-color: #EFA9A8;
}
</style>
border-color css
<style>
span { border-color: #EFA9A8; }
span { border-color: rgb(239,169,168); }
td.TdClassName
{
border-color: #EFA9A8;
}
.TagClassName
{
border-color: #EFA9A8;
}
</style>