Shades of Sundown #EFB0AF
Tints of Sundown #EFB0AF
RGB
CMYK
RGB Variations
Color information
#EFB0AF (or 0xEFB0AF) is known color: Sundown. HEX triplet: EF, B0 and AF. RGB value is (239,176,175). Sum of RGB (Red+Green+Blue) = 239+176+175=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0AF is #104F50. Grayscale: #C2C2C2. Windows color (decimal): -1068881 or 11514095. OLE color: 11514095.
HSL color Cylindrical-coordinate representation of color #EFB0AF: hue angle of 0.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB0AF is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 175 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.06 |
| HSL | 0.94º | 0.67% | 0.81% | - |
| HSV(B) | 0.94º | 0.27% | 0.94% | - |
| XYZ | 58.86 | 52.5 | 47.59 | - |
| YUV | 194.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 175 | 0 | 0.26 | 0.27 | 0.06 | 0.94 | 0.67 | 0.81 |
| Hex | EF | B0 | AF | 0 | 1A | 1B | 6 | 1 | 43 | 51 |
| Octal | 357 | 260 | 257 | 0 | 32 | 33 | 6 | 1 | 103 | 121 |
| Binary | 11101111 | 10110000 | 10101111 | 0 | 11010 | 11011 | 110 | 1 | 1000011 | 1010001 |
Color Harmonies of #EFB0AF
Complementary color
Monochromatic Colors of #EFB0AF
Black with #EFB0AF
Text Example
Text Example
White with #EFB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0AF; }
p { color: rgb(239,176,175); }
H1.HeaderClassName
{
color: #EFB0AF;
}
.AnyTagClassName
{
color: #EFB0AF;
}
</style>
background-color css
<style>
a { background-color: #EFB0AF; }
a { background-color: rgb(239,176,175); }
div.DivClassName
{
background-color: #EFB0AF;
}
.BgClassName
{
background-color: #EFB0AF;
}
</style>
border-color css
<style>
span { border-color: #EFB0AF; }
span { border-color: rgb(239,176,175); }
td.TdClassName
{
border-color: #EFB0AF;
}
.TagClassName
{
border-color: #EFB0AF;
}
</style>