Shades of Sundown #EFA99F
Tints of Sundown #EFA99F
RGB
CMYK
RGB Variations
Color information
#EFA99F (or 0xEFA99F) is known color: Sundown. HEX triplet: EF, A9 and 9F. RGB value is (239,169,159). Sum of RGB (Red+Green+Blue) = 239+169+159=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA99F is #105660. Grayscale: #BCBCBC. Windows color (decimal): -1070689 or 10463727. OLE color: 10463727.
HSL color Cylindrical-coordinate representation of color #EFA99F: hue angle of 7.5º 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 #EFA99F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 159 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.06 |
| HSL | 7.5º | 0.71% | 0.78% | - |
| HSV(B) | 7.5º | 0.33% | 0.94% | - |
| XYZ | 56.04 | 49.23 | 39.35 | - |
| YUV | 188.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 159 | 0 | 0.29 | 0.33 | 0.06 | 7.5 | 0.71 | 0.78 |
| Hex | EF | A9 | 9F | 0 | 1D | 21 | 6 | 8 | 47 | 4E |
| Octal | 357 | 251 | 237 | 0 | 35 | 41 | 6 | 10 | 107 | 116 |
| Binary | 11101111 | 10101001 | 10011111 | 0 | 11101 | 100001 | 110 | 1000 | 1000111 | 1001110 |
Color Harmonies of #EFA99F
Complementary color
Monochromatic Colors of #EFA99F
Black with #EFA99F
Text Example
Text Example
White with #EFA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA99F; }
p { color: rgb(239,169,159); }
H1.HeaderClassName
{
color: #EFA99F;
}
.AnyTagClassName
{
color: #EFA99F;
}
</style>
background-color css
<style>
a { background-color: #EFA99F; }
a { background-color: rgb(239,169,159); }
div.DivClassName
{
background-color: #EFA99F;
}
.BgClassName
{
background-color: #EFA99F;
}
</style>
border-color css
<style>
span { border-color: #EFA99F; }
span { border-color: rgb(239,169,159); }
td.TdClassName
{
border-color: #EFA99F;
}
.TagClassName
{
border-color: #EFA99F;
}
</style>