Shades of Sundown #EFB1AD
Tints of Sundown #EFB1AD
RGB
CMYK
RGB Variations
Color information
#EFB1AD (or 0xEFB1AD) is known color: Sundown. HEX triplet: EF, B1 and AD. RGB value is (239,177,173). Sum of RGB (Red+Green+Blue) = 239+177+173=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1AD is #104E52. Grayscale: #C3C3C3. Windows color (decimal): -1068627 or 11383279. OLE color: 11383279.
HSL color Cylindrical-coordinate representation of color #EFB1AD: hue angle of 3.64º degrees, saturation: 0.67, 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 #EFB1AD is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 173 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.06 |
| HSL | 3.64º | 0.67% | 0.81% | - |
| HSV(B) | 3.64º | 0.28% | 0.94% | - |
| XYZ | 58.86 | 52.81 | 46.63 | - |
| YUV | 195.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 173 | 0 | 0.26 | 0.28 | 0.06 | 3.64 | 0.67 | 0.81 |
| Hex | EF | B1 | AD | 0 | 1A | 1C | 6 | 4 | 43 | 51 |
| Octal | 357 | 261 | 255 | 0 | 32 | 34 | 6 | 4 | 103 | 121 |
| Binary | 11101111 | 10110001 | 10101101 | 0 | 11010 | 11100 | 110 | 100 | 1000011 | 1010001 |
Color Harmonies of #EFB1AD
Complementary color
Monochromatic Colors of #EFB1AD
Black with #EFB1AD
Text Example
Text Example
White with #EFB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1AD; }
p { color: rgb(239,177,173); }
H1.HeaderClassName
{
color: #EFB1AD;
}
.AnyTagClassName
{
color: #EFB1AD;
}
</style>
background-color css
<style>
a { background-color: #EFB1AD; }
a { background-color: rgb(239,177,173); }
div.DivClassName
{
background-color: #EFB1AD;
}
.BgClassName
{
background-color: #EFB1AD;
}
</style>
border-color css
<style>
span { border-color: #EFB1AD; }
span { border-color: rgb(239,177,173); }
td.TdClassName
{
border-color: #EFB1AD;
}
.TagClassName
{
border-color: #EFB1AD;
}
</style>