Shades of Sundown #EFB2AB
Tints of Sundown #EFB2AB
RGB
CMYK
RGB Variations
Color information
#EFB2AB (or 0xEFB2AB) is known color: Sundown. HEX triplet: EF, B2 and AB. RGB value is (239,178,171). Sum of RGB (Red+Green+Blue) = 239+178+171=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2AB is #104D54. Grayscale: #C3C3C3. Windows color (decimal): -1068373 or 11252463. OLE color: 11252463.
HSL color Cylindrical-coordinate representation of color #EFB2AB: hue angle of 6.18º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB2AB is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 171 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.06 |
| HSL | 6.18º | 0.68% | 0.8% | - |
| HSV(B) | 6.18º | 0.28% | 0.94% | - |
| XYZ | 58.87 | 53.13 | 45.68 | - |
| YUV | 195.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 171 | 0 | 0.26 | 0.28 | 0.06 | 6.18 | 0.68 | 0.8 |
| Hex | EF | B2 | AB | 0 | 1A | 1C | 6 | 6 | 44 | 50 |
| Octal | 357 | 262 | 253 | 0 | 32 | 34 | 6 | 6 | 104 | 120 |
| Binary | 11101111 | 10110010 | 10101011 | 0 | 11010 | 11100 | 110 | 110 | 1000100 | 1010000 |
Color Harmonies of #EFB2AB
Complementary color
Monochromatic Colors of #EFB2AB
Black with #EFB2AB
Text Example
Text Example
White with #EFB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2AB; }
p { color: rgb(239,178,171); }
H1.HeaderClassName
{
color: #EFB2AB;
}
.AnyTagClassName
{
color: #EFB2AB;
}
</style>
background-color css
<style>
a { background-color: #EFB2AB; }
a { background-color: rgb(239,178,171); }
div.DivClassName
{
background-color: #EFB2AB;
}
.BgClassName
{
background-color: #EFB2AB;
}
</style>
border-color css
<style>
span { border-color: #EFB2AB; }
span { border-color: rgb(239,178,171); }
td.TdClassName
{
border-color: #EFB2AB;
}
.TagClassName
{
border-color: #EFB2AB;
}
</style>