Shades of Sundown #EFB0A7
Tints of Sundown #EFB0A7
RGB
CMYK
RGB Variations
Color information
#EFB0A7 (or 0xEFB0A7) is known color: Sundown. HEX triplet: EF, B0 and A7. RGB value is (239,176,167). Sum of RGB (Red+Green+Blue) = 239+176+167=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A7 is #104F58. Grayscale: #C1C1C1. Windows color (decimal): -1068889 or 10989807. OLE color: 10989807.
HSL color Cylindrical-coordinate representation of color #EFB0A7: hue angle of 7.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB0A7 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 167 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.06 |
| HSL | 7.5º | 0.69% | 0.8% | - |
| HSV(B) | 7.5º | 0.3% | 0.94% | - |
| XYZ | 58.1 | 52.19 | 43.57 | - |
| YUV | 193.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 167 | 0 | 0.26 | 0.30 | 0.06 | 7.5 | 0.69 | 0.8 |
| Hex | EF | B0 | A7 | 0 | 1A | 1E | 6 | 8 | 45 | 50 |
| Octal | 357 | 260 | 247 | 0 | 32 | 36 | 6 | 10 | 105 | 120 |
| Binary | 11101111 | 10110000 | 10100111 | 0 | 11010 | 11110 | 110 | 1000 | 1000101 | 1010000 |
Color Harmonies of #EFB0A7
Complementary color
Monochromatic Colors of #EFB0A7
Black with #EFB0A7
Text Example
Text Example
White with #EFB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0A7; }
p { color: rgb(239,176,167); }
H1.HeaderClassName
{
color: #EFB0A7;
}
.AnyTagClassName
{
color: #EFB0A7;
}
</style>
background-color css
<style>
a { background-color: #EFB0A7; }
a { background-color: rgb(239,176,167); }
div.DivClassName
{
background-color: #EFB0A7;
}
.BgClassName
{
background-color: #EFB0A7;
}
</style>
border-color css
<style>
span { border-color: #EFB0A7; }
span { border-color: rgb(239,176,167); }
td.TdClassName
{
border-color: #EFB0A7;
}
.TagClassName
{
border-color: #EFB0A7;
}
</style>