Shades of Sundown #EFACA3
Tints of Sundown #EFACA3
RGB
CMYK
RGB Variations
Color information
#EFACA3 (or 0xEFACA3) is known color: Sundown. HEX triplet: EF, AC and A3. RGB value is (239,172,163). Sum of RGB (Red+Green+Blue) = 239+172+163=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACA3 is #10535C. Grayscale: #BFBFBF. Windows color (decimal): -1069917 or 10726639. OLE color: 10726639.
HSL color Cylindrical-coordinate representation of color #EFACA3: hue angle of 7.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFACA3 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 163 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.06 |
| HSL | 7.11º | 0.7% | 0.79% | - |
| HSV(B) | 7.11º | 0.32% | 0.94% | - |
| XYZ | 56.96 | 50.5 | 41.4 | - |
| YUV | 191.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 163 | 0 | 0.28 | 0.32 | 0.06 | 7.11 | 0.7 | 0.79 |
| Hex | EF | AC | A3 | 0 | 1C | 20 | 6 | 7 | 46 | 4F |
| Octal | 357 | 254 | 243 | 0 | 34 | 40 | 6 | 7 | 106 | 117 |
| Binary | 11101111 | 10101100 | 10100011 | 0 | 11100 | 100000 | 110 | 111 | 1000110 | 1001111 |
Color Harmonies of #EFACA3
Complementary color
Monochromatic Colors of #EFACA3
Black with #EFACA3
Text Example
Text Example
White with #EFACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACA3; }
p { color: rgb(239,172,163); }
H1.HeaderClassName
{
color: #EFACA3;
}
.AnyTagClassName
{
color: #EFACA3;
}
</style>
background-color css
<style>
a { background-color: #EFACA3; }
a { background-color: rgb(239,172,163); }
div.DivClassName
{
background-color: #EFACA3;
}
.BgClassName
{
background-color: #EFACA3;
}
</style>
border-color css
<style>
span { border-color: #EFACA3; }
span { border-color: rgb(239,172,163); }
td.TdClassName
{
border-color: #EFACA3;
}
.TagClassName
{
border-color: #EFACA3;
}
</style>