Shades of Sundown #EFB1AC
Tints of Sundown #EFB1AC
RGB
CMYK
RGB Variations
Color information
#EFB1AC (or 0xEFB1AC) is known color: Sundown. HEX triplet: EF, B1 and AC. RGB value is (239,177,172). Sum of RGB (Red+Green+Blue) = 239+177+172=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1AC is #104E53. Grayscale: #C3C3C3. Windows color (decimal): -1068628 or 11317743. OLE color: 11317743.
HSL color Cylindrical-coordinate representation of color #EFB1AC: hue angle of 4.48º 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 #EFB1AC is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 172 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.06 |
| HSL | 4.48º | 0.68% | 0.81% | - |
| HSV(B) | 4.48º | 0.28% | 0.94% | - |
| XYZ | 58.77 | 52.77 | 46.12 | - |
| YUV | 194.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 172 | 0 | 0.26 | 0.28 | 0.06 | 4.48 | 0.68 | 0.81 |
| Hex | EF | B1 | AC | 0 | 1A | 1C | 6 | 4 | 44 | 51 |
| Octal | 357 | 261 | 254 | 0 | 32 | 34 | 6 | 4 | 104 | 121 |
| Binary | 11101111 | 10110001 | 10101100 | 0 | 11010 | 11100 | 110 | 100 | 1000100 | 1010001 |
Color Harmonies of #EFB1AC
Complementary color
Monochromatic Colors of #EFB1AC
Black with #EFB1AC
Text Example
Text Example
White with #EFB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1AC; }
p { color: rgb(239,177,172); }
H1.HeaderClassName
{
color: #EFB1AC;
}
.AnyTagClassName
{
color: #EFB1AC;
}
</style>
background-color css
<style>
a { background-color: #EFB1AC; }
a { background-color: rgb(239,177,172); }
div.DivClassName
{
background-color: #EFB1AC;
}
.BgClassName
{
background-color: #EFB1AC;
}
</style>
border-color css
<style>
span { border-color: #EFB1AC; }
span { border-color: rgb(239,177,172); }
td.TdClassName
{
border-color: #EFB1AC;
}
.TagClassName
{
border-color: #EFB1AC;
}
</style>