Shades of Sundown #EFAFAB
Tints of Sundown #EFAFAB
RGB
CMYK
RGB Variations
Color information
#EFAFAB (or 0xEFAFAB) is known color: Sundown. HEX triplet: EF, AF and AB. RGB value is (239,175,171). Sum of RGB (Red+Green+Blue) = 239+175+171=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFAB is #105054. Grayscale: #C1C1C1. Windows color (decimal): -1069141 or 11251695. OLE color: 11251695.
HSL color Cylindrical-coordinate representation of color #EFAFAB: hue angle of 3.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFAFAB is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 171 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.06 |
| HSL | 3.53º | 0.68% | 0.8% | - |
| HSV(B) | 3.53º | 0.28% | 0.94% | - |
| XYZ | 58.28 | 51.95 | 45.48 | - |
| YUV | 193.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 171 | 0 | 0.27 | 0.28 | 0.06 | 3.53 | 0.68 | 0.8 |
| Hex | EF | AF | AB | 0 | 1B | 1C | 6 | 4 | 44 | 50 |
| Octal | 357 | 257 | 253 | 0 | 33 | 34 | 6 | 4 | 104 | 120 |
| Binary | 11101111 | 10101111 | 10101011 | 0 | 11011 | 11100 | 110 | 100 | 1000100 | 1010000 |
Color Harmonies of #EFAFAB
Complementary color
Monochromatic Colors of #EFAFAB
Black with #EFAFAB
Text Example
Text Example
White with #EFAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFAB; }
p { color: rgb(239,175,171); }
H1.HeaderClassName
{
color: #EFAFAB;
}
.AnyTagClassName
{
color: #EFAFAB;
}
</style>
background-color css
<style>
a { background-color: #EFAFAB; }
a { background-color: rgb(239,175,171); }
div.DivClassName
{
background-color: #EFAFAB;
}
.BgClassName
{
background-color: #EFAFAB;
}
</style>
border-color css
<style>
span { border-color: #EFAFAB; }
span { border-color: rgb(239,175,171); }
td.TdClassName
{
border-color: #EFAFAB;
}
.TagClassName
{
border-color: #EFAFAB;
}
</style>