Shades of Sundown #EFA9A0
Tints of Sundown #EFA9A0
RGB
CMYK
RGB Variations
Color information
#EFA9A0 (or 0xEFA9A0) is known color: Sundown. HEX triplet: EF, A9 and A0. RGB value is (239,169,160). Sum of RGB (Red+Green+Blue) = 239+169+160=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9A0 is #10565F. Grayscale: #BDBDBD. Windows color (decimal): -1070688 or 10529263. OLE color: 10529263.
HSL color Cylindrical-coordinate representation of color #EFA9A0: hue angle of 6.84º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA9A0 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 160 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.06 |
| HSL | 6.84º | 0.71% | 0.78% | - |
| HSV(B) | 6.84º | 0.33% | 0.94% | - |
| XYZ | 56.13 | 49.26 | 39.81 | - |
| YUV | 188.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 160 | 0 | 0.29 | 0.33 | 0.06 | 6.84 | 0.71 | 0.78 |
| Hex | EF | A9 | A0 | 0 | 1D | 21 | 6 | 7 | 47 | 4E |
| Octal | 357 | 251 | 240 | 0 | 35 | 41 | 6 | 7 | 107 | 116 |
| Binary | 11101111 | 10101001 | 10100000 | 0 | 11101 | 100001 | 110 | 111 | 1000111 | 1001110 |
Color Harmonies of #EFA9A0
Complementary color
Monochromatic Colors of #EFA9A0
Black with #EFA9A0
Text Example
Text Example
White with #EFA9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9A0; }
p { color: rgb(239,169,160); }
H1.HeaderClassName
{
color: #EFA9A0;
}
.AnyTagClassName
{
color: #EFA9A0;
}
</style>
background-color css
<style>
a { background-color: #EFA9A0; }
a { background-color: rgb(239,169,160); }
div.DivClassName
{
background-color: #EFA9A0;
}
.BgClassName
{
background-color: #EFA9A0;
}
</style>
border-color css
<style>
span { border-color: #EFA9A0; }
span { border-color: rgb(239,169,160); }
td.TdClassName
{
border-color: #EFA9A0;
}
.TagClassName
{
border-color: #EFA9A0;
}
</style>