Shades of Sundown #EFADAA
Tints of Sundown #EFADAA
RGB
CMYK
RGB Variations
Color information
#EFADAA (or 0xEFADAA) is known color: Sundown. HEX triplet: EF, AD and AA. RGB value is (239,173,170). Sum of RGB (Red+Green+Blue) = 239+173+170=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADAA is #105255. Grayscale: #C0C0C0. Windows color (decimal): -1069654 or 11185647. OLE color: 11185647.
HSL color Cylindrical-coordinate representation of color #EFADAA: hue angle of 2.61º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFADAA is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 170 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.06 |
| HSL | 2.61º | 0.68% | 0.8% | - |
| HSV(B) | 2.61º | 0.29% | 0.94% | - |
| XYZ | 57.8 | 51.14 | 44.86 | - |
| YUV | 192.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 170 | 0 | 0.28 | 0.29 | 0.06 | 2.61 | 0.68 | 0.8 |
| Hex | EF | AD | AA | 0 | 1C | 1D | 6 | 3 | 44 | 50 |
| Octal | 357 | 255 | 252 | 0 | 34 | 35 | 6 | 3 | 104 | 120 |
| Binary | 11101111 | 10101101 | 10101010 | 0 | 11100 | 11101 | 110 | 11 | 1000100 | 1010000 |
Color Harmonies of #EFADAA
Complementary color
Monochromatic Colors of #EFADAA
Black with #EFADAA
Text Example
Text Example
White with #EFADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADAA; }
p { color: rgb(239,173,170); }
H1.HeaderClassName
{
color: #EFADAA;
}
.AnyTagClassName
{
color: #EFADAA;
}
</style>
background-color css
<style>
a { background-color: #EFADAA; }
a { background-color: rgb(239,173,170); }
div.DivClassName
{
background-color: #EFADAA;
}
.BgClassName
{
background-color: #EFADAA;
}
</style>
border-color css
<style>
span { border-color: #EFADAA; }
span { border-color: rgb(239,173,170); }
td.TdClassName
{
border-color: #EFADAA;
}
.TagClassName
{
border-color: #EFADAA;
}
</style>