Shades of Sundown #EFAEAC
Tints of Sundown #EFAEAC
RGB
CMYK
RGB Variations
Color information
#EFAEAC (or 0xEFAEAC) is known color: Sundown. HEX triplet: EF, AE and AC. RGB value is (239,174,172). Sum of RGB (Red+Green+Blue) = 239+174+172=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEAC is #105153. Grayscale: #C1C1C1. Windows color (decimal): -1069396 or 11316975. OLE color: 11316975.
HSL color Cylindrical-coordinate representation of color #EFAEAC: hue angle of 1.79º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFAEAC is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 172 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.06 |
| HSL | 1.79º | 0.68% | 0.81% | - |
| HSV(B) | 1.79º | 0.28% | 0.94% | - |
| XYZ | 58.18 | 51.6 | 45.92 | - |
| YUV | 193.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 172 | 0 | 0.27 | 0.28 | 0.06 | 1.79 | 0.68 | 0.81 |
| Hex | EF | AE | AC | 0 | 1B | 1C | 6 | 2 | 44 | 51 |
| Octal | 357 | 256 | 254 | 0 | 33 | 34 | 6 | 2 | 104 | 121 |
| Binary | 11101111 | 10101110 | 10101100 | 0 | 11011 | 11100 | 110 | 10 | 1000100 | 1010001 |
Color Harmonies of #EFAEAC
Complementary color
Monochromatic Colors of #EFAEAC
Black with #EFAEAC
Text Example
Text Example
White with #EFAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEAC; }
p { color: rgb(239,174,172); }
H1.HeaderClassName
{
color: #EFAEAC;
}
.AnyTagClassName
{
color: #EFAEAC;
}
</style>
background-color css
<style>
a { background-color: #EFAEAC; }
a { background-color: rgb(239,174,172); }
div.DivClassName
{
background-color: #EFAEAC;
}
.BgClassName
{
background-color: #EFAEAC;
}
</style>
border-color css
<style>
span { border-color: #EFAEAC; }
span { border-color: rgb(239,174,172); }
td.TdClassName
{
border-color: #EFAEAC;
}
.TagClassName
{
border-color: #EFAEAC;
}
</style>