Shades of Sundown #EFAAA3
Tints of Sundown #EFAAA3
RGB
CMYK
RGB Variations
Color information
#EFAAA3 (or 0xEFAAA3) is known color: Sundown. HEX triplet: EF, AA and A3. RGB value is (239,170,163). Sum of RGB (Red+Green+Blue) = 239+170+163=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAA3 is #10555C. Grayscale: #BDBDBD. Windows color (decimal): -1070429 or 10726127. OLE color: 10726127.
HSL color Cylindrical-coordinate representation of color #EFAAA3: hue angle of 5.53º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFAAA3 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 163 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.06 |
| HSL | 5.53º | 0.7% | 0.79% | - |
| HSV(B) | 5.53º | 0.32% | 0.94% | - |
| XYZ | 56.58 | 49.74 | 41.27 | - |
| YUV | 189.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 163 | 0 | 0.29 | 0.32 | 0.06 | 5.53 | 0.7 | 0.79 |
| Hex | EF | AA | A3 | 0 | 1D | 20 | 6 | 6 | 46 | 4F |
| Octal | 357 | 252 | 243 | 0 | 35 | 40 | 6 | 6 | 106 | 117 |
| Binary | 11101111 | 10101010 | 10100011 | 0 | 11101 | 100000 | 110 | 110 | 1000110 | 1001111 |
Color Harmonies of #EFAAA3
Complementary color
Monochromatic Colors of #EFAAA3
Black with #EFAAA3
Text Example
Text Example
White with #EFAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAA3; }
p { color: rgb(239,170,163); }
H1.HeaderClassName
{
color: #EFAAA3;
}
.AnyTagClassName
{
color: #EFAAA3;
}
</style>
background-color css
<style>
a { background-color: #EFAAA3; }
a { background-color: rgb(239,170,163); }
div.DivClassName
{
background-color: #EFAAA3;
}
.BgClassName
{
background-color: #EFAAA3;
}
</style>
border-color css
<style>
span { border-color: #EFAAA3; }
span { border-color: rgb(239,170,163); }
td.TdClassName
{
border-color: #EFAAA3;
}
.TagClassName
{
border-color: #EFAAA3;
}
</style>