Shades of Sundown #EFA3A1
Tints of Sundown #EFA3A1
RGB
CMYK
RGB Variations
Color information
#EFA3A1 (or 0xEFA3A1) is known color: Sundown. HEX triplet: EF, A3 and A1. RGB value is (239,163,161). Sum of RGB (Red+Green+Blue) = 239+163+161=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3A1 is #105C5E. Grayscale: #B9B9B9. Windows color (decimal): -1072223 or 10593263. OLE color: 10593263.
HSL color Cylindrical-coordinate representation of color #EFA3A1: hue angle of 1.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA3A1 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 161 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.06 |
| HSL | 1.54º | 0.71% | 0.78% | - |
| HSV(B) | 1.54º | 0.33% | 0.94% | - |
| XYZ | 55.13 | 47.12 | 39.91 | - |
| YUV | 185.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 161 | 0 | 0.32 | 0.33 | 0.06 | 1.54 | 0.71 | 0.78 |
| Hex | EF | A3 | A1 | 0 | 20 | 21 | 6 | 2 | 47 | 4E |
| Octal | 357 | 243 | 241 | 0 | 40 | 41 | 6 | 2 | 107 | 116 |
| Binary | 11101111 | 10100011 | 10100001 | 0 | 100000 | 100001 | 110 | 10 | 1000111 | 1001110 |
Color Harmonies of #EFA3A1
Complementary color
Monochromatic Colors of #EFA3A1
Black with #EFA3A1
Text Example
Text Example
White with #EFA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3A1; }
p { color: rgb(239,163,161); }
H1.HeaderClassName
{
color: #EFA3A1;
}
.AnyTagClassName
{
color: #EFA3A1;
}
</style>
background-color css
<style>
a { background-color: #EFA3A1; }
a { background-color: rgb(239,163,161); }
div.DivClassName
{
background-color: #EFA3A1;
}
.BgClassName
{
background-color: #EFA3A1;
}
</style>
border-color css
<style>
span { border-color: #EFA3A1; }
span { border-color: rgb(239,163,161); }
td.TdClassName
{
border-color: #EFA3A1;
}
.TagClassName
{
border-color: #EFA3A1;
}
</style>