Shades of Sundown #EFB0A8
Tints of Sundown #EFB0A8
RGB
CMYK
RGB Variations
Color information
#EFB0A8 (or 0xEFB0A8) is known color: Sundown. HEX triplet: EF, B0 and A8. RGB value is (239,176,168). Sum of RGB (Red+Green+Blue) = 239+176+168=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A8 is #104F57. Grayscale: #C2C2C2. Windows color (decimal): -1068888 or 11055343. OLE color: 11055343.
HSL color Cylindrical-coordinate representation of color #EFB0A8: hue angle of 6.76º 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 #EFB0A8 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 168 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.06 |
| HSL | 6.76º | 0.69% | 0.8% | - |
| HSV(B) | 6.76º | 0.3% | 0.94% | - |
| XYZ | 58.19 | 52.23 | 44.06 | - |
| YUV | 193.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 168 | 0 | 0.26 | 0.30 | 0.06 | 6.76 | 0.69 | 0.8 |
| Hex | EF | B0 | A8 | 0 | 1A | 1E | 6 | 7 | 45 | 50 |
| Octal | 357 | 260 | 250 | 0 | 32 | 36 | 6 | 7 | 105 | 120 |
| Binary | 11101111 | 10110000 | 10101000 | 0 | 11010 | 11110 | 110 | 111 | 1000101 | 1010000 |
Color Harmonies of #EFB0A8
Complementary color
Monochromatic Colors of #EFB0A8
Black with #EFB0A8
Text Example
Text Example
White with #EFB0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0A8; }
p { color: rgb(239,176,168); }
H1.HeaderClassName
{
color: #EFB0A8;
}
.AnyTagClassName
{
color: #EFB0A8;
}
</style>
background-color css
<style>
a { background-color: #EFB0A8; }
a { background-color: rgb(239,176,168); }
div.DivClassName
{
background-color: #EFB0A8;
}
.BgClassName
{
background-color: #EFB0A8;
}
</style>
border-color css
<style>
span { border-color: #EFB0A8; }
span { border-color: rgb(239,176,168); }
td.TdClassName
{
border-color: #EFB0A8;
}
.TagClassName
{
border-color: #EFB0A8;
}
</style>