Shades of Sundown #EFB2AC
Tints of Sundown #EFB2AC
RGB
CMYK
RGB Variations
Color information
#EFB2AC (or 0xEFB2AC) is known color: Sundown. HEX triplet: EF, B2 and AC. RGB value is (239,178,172). Sum of RGB (Red+Green+Blue) = 239+178+172=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2AC is #104D53. Grayscale: #C3C3C3. Windows color (decimal): -1068372 or 11317999. OLE color: 11317999.
HSL color Cylindrical-coordinate representation of color #EFB2AC: hue angle of 5.37º degrees, saturation: 0.68, 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 #EFB2AC is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 172 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.06 |
| HSL | 5.37º | 0.68% | 0.81% | - |
| HSV(B) | 5.37º | 0.28% | 0.94% | - |
| XYZ | 58.96 | 53.17 | 46.18 | - |
| YUV | 195.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 172 | 0 | 0.26 | 0.28 | 0.06 | 5.37 | 0.68 | 0.81 |
| Hex | EF | B2 | AC | 0 | 1A | 1C | 6 | 5 | 44 | 51 |
| Octal | 357 | 262 | 254 | 0 | 32 | 34 | 6 | 5 | 104 | 121 |
| Binary | 11101111 | 10110010 | 10101100 | 0 | 11010 | 11100 | 110 | 101 | 1000100 | 1010001 |
Color Harmonies of #EFB2AC
Complementary color
Monochromatic Colors of #EFB2AC
Black with #EFB2AC
Text Example
Text Example
White with #EFB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2AC; }
p { color: rgb(239,178,172); }
H1.HeaderClassName
{
color: #EFB2AC;
}
.AnyTagClassName
{
color: #EFB2AC;
}
</style>
background-color css
<style>
a { background-color: #EFB2AC; }
a { background-color: rgb(239,178,172); }
div.DivClassName
{
background-color: #EFB2AC;
}
.BgClassName
{
background-color: #EFB2AC;
}
</style>
border-color css
<style>
span { border-color: #EFB2AC; }
span { border-color: rgb(239,178,172); }
td.TdClassName
{
border-color: #EFB2AC;
}
.TagClassName
{
border-color: #EFB2AC;
}
</style>